Move atom_event_processing_window to browser/ui.
This commit is contained in:
parent
ac68589291
commit
cf75e4ac49
4 changed files with 7 additions and 7 deletions
4
atom.gyp
4
atom.gyp
|
@ -79,8 +79,6 @@
|
||||||
'browser/atom_browser_main_parts.cc',
|
'browser/atom_browser_main_parts.cc',
|
||||||
'browser/atom_browser_main_parts.h',
|
'browser/atom_browser_main_parts.h',
|
||||||
'browser/atom_browser_main_parts_mac.mm',
|
'browser/atom_browser_main_parts_mac.mm',
|
||||||
'browser/atom_event_processing_window.h',
|
|
||||||
'browser/atom_event_processing_window.mm',
|
|
||||||
'browser/atom_javascript_dialog_manager.cc',
|
'browser/atom_javascript_dialog_manager.cc',
|
||||||
'browser/atom_javascript_dialog_manager.h',
|
'browser/atom_javascript_dialog_manager.h',
|
||||||
'browser/browser.cc',
|
'browser/browser.cc',
|
||||||
|
@ -110,6 +108,8 @@
|
||||||
'browser/ui/accelerator_util.h',
|
'browser/ui/accelerator_util.h',
|
||||||
'browser/ui/accelerator_util_mac.mm',
|
'browser/ui/accelerator_util_mac.mm',
|
||||||
'browser/ui/accelerator_util_win.cc',
|
'browser/ui/accelerator_util_win.cc',
|
||||||
|
'browser/ui/atom_event_processing_window.h',
|
||||||
|
'browser/ui/atom_event_processing_window.mm',
|
||||||
'browser/ui/atom_menu_controller_mac.h',
|
'browser/ui/atom_menu_controller_mac.h',
|
||||||
'browser/ui/atom_menu_controller_mac.mm',
|
'browser/ui/atom_menu_controller_mac.mm',
|
||||||
'browser/ui/file_dialog.h',
|
'browser/ui/file_dialog.h',
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#include "base/mac/mac_util.h"
|
#include "base/mac/mac_util.h"
|
||||||
#include "base/strings/sys_string_conversions.h"
|
#include "base/strings/sys_string_conversions.h"
|
||||||
#include "base/values.h"
|
#include "base/values.h"
|
||||||
#import "browser/atom_event_processing_window.h"
|
#import "browser/ui/atom_event_processing_window.h"
|
||||||
#include "brightray/browser/inspectable_web_contents.h"
|
#include "brightray/browser/inspectable_web_contents.h"
|
||||||
#include "brightray/browser/inspectable_web_contents_view.h"
|
#include "brightray/browser/inspectable_web_contents_view.h"
|
||||||
#include "common/draggable_region.h"
|
#include "common/draggable_region.h"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_ATOM_EVENT_PROCESSING_WINDOW_H_
|
#ifndef ATOM_BROWSER_UI_ATOM_EVENT_PROCESSING_WINDOW_H_
|
||||||
#define ATOM_BROWSER_ATOM_EVENT_PROCESSING_WINDOW_H_
|
#define ATOM_BROWSER_UI_ATOM_EVENT_PROCESSING_WINDOW_H_
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
||||||
|
@ -29,4 +29,4 @@
|
||||||
- (BOOL)performKeyEquivalent:(NSEvent*)theEvent;
|
- (BOOL)performKeyEquivalent:(NSEvent*)theEvent;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#endif // ATOM_BROWSER_ATOM_EVENT_PROCESSING_WINDOW_H_
|
#endif // ATOM_BROWSER_UI_ATOM_EVENT_PROCESSING_WINDOW_H_
|
|
@ -2,7 +2,7 @@
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#import "browser/atom_event_processing_window.h"
|
#import "browser/ui/atom_event_processing_window.h"
|
||||||
|
|
||||||
#include "base/logging.h"
|
#include "base/logging.h"
|
||||||
#import "content/public/browser/render_widget_host_view_mac_base.h"
|
#import "content/public/browser/render_widget_host_view_mac_base.h"
|
Loading…
Add table
Add a link
Reference in a new issue