Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: ui/window/window.gyp

Issue 378003003: ui/window: Add platform windowing component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/window/window.gyp
diff --git a/ui/events/ipc/events_ipc.gyp b/ui/window/window.gyp
similarity index 56%
copy from ui/events/ipc/events_ipc.gyp
copy to ui/window/window.gyp
index dd6433d33a678ca93bdd9b1f381f8f885c7ee031..86d1139ba9517d01505f00aa580fbf0d5737dcb2 100644
--- a/ui/events/ipc/events_ipc.gyp
+++ b/ui/window/window.gyp
@@ -7,22 +7,20 @@
'chromium_code': 1,
},
'targets': [
- {
- 'target_name': 'events_ipc',
+ {
+ 'target_name': 'window',
'type': '<(component)',
'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/ipc/ipc.gyp:ipc',
+ '../../base/base.gyp:base',
+ '../events/platform/events_platform.gyp:events_platform',
+ '../gfx/gfx.gyp:gfx_geometry',
],
'defines': [
- 'EVENTS_IMPLEMENTATION',
- ],
- 'include_dirs': [
- '../..',
+ 'WINDOW_IMPLEMENTATION',
],
'sources': [
- 'latency_info_param_traits.cc',
- 'latency_info_param_traits.h',
+ 'platform_window.h',
+ 'platform_window_delegate.h',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698