| 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',
|
| ],
|
| },
|
| ],
|
|
|