OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 64 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
65 '../../net/net.gyp:net', | 65 '../../net/net.gyp:net', |
66 '../../skia/skia.gyp:skia', | 66 '../../skia/skia.gyp:skia', |
67 '../../third_party/icu/icu.gyp:icui18n', | 67 '../../third_party/icu/icu.gyp:icui18n', |
68 '../../third_party/icu/icu.gyp:icuuc', | 68 '../../third_party/icu/icu.gyp:icuuc', |
69 '../../url/url.gyp:url_lib', | 69 '../../url/url.gyp:url_lib', |
70 '../display/display.gyp:display', | 70 '../display/display.gyp:display', |
71 '../events/events.gyp:events', | 71 '../events/events.gyp:events', |
72 '../events/events.gyp:events_base', | 72 '../events/events.gyp:events_base', |
73 '../events/platform/events_platform.gyp:events_platform', | 73 '../events/platform/events_platform.gyp:events_platform', |
| 74 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform', |
74 '../gfx/gfx.gyp:gfx', | 75 '../gfx/gfx.gyp:gfx', |
75 '../gfx/gfx.gyp:gfx_geometry', | 76 '../gfx/gfx.gyp:gfx_geometry', |
76 '../resources/ui_resources.gyp:ui_resources', | 77 '../resources/ui_resources.gyp:ui_resources', |
77 '../strings/ui_strings.gyp:ui_strings', | 78 '../strings/ui_strings.gyp:ui_strings', |
78 ], | 79 ], |
79 'defines': [ | 80 'defines': [ |
80 'UI_BASE_IMPLEMENTATION', | 81 'UI_BASE_IMPLEMENTATION', |
81 ], | 82 ], |
82 'export_dependent_settings': [ | 83 'export_dependent_settings': [ |
83 '../../net/net.gyp:net', | 84 '../../net/net.gyp:net', |
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
448 'cursor/cursor_loader_x11.cc', | 449 'cursor/cursor_loader_x11.cc', |
449 'cursor/cursor_loader_x11.h', | 450 'cursor/cursor_loader_x11.h', |
450 'cursor/cursor_win.cc', | 451 'cursor/cursor_win.cc', |
451 'cursor/cursor_x11.cc', | 452 'cursor/cursor_x11.cc', |
452 'x/selection_owner.cc', | 453 'x/selection_owner.cc', |
453 'x/selection_owner.h', | 454 'x/selection_owner.h', |
454 'x/selection_requestor.cc', | 455 'x/selection_requestor.cc', |
455 'x/selection_requestor.h', | 456 'x/selection_requestor.h', |
456 'x/selection_utils.cc', | 457 'x/selection_utils.cc', |
457 'x/selection_utils.h', | 458 'x/selection_utils.h', |
458 ] | 459 ], |
| 460 'dependencies!': [ |
| 461 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
| 462 ], |
459 }], | 463 }], |
460 ['use_aura==0 or OS!="linux"', { | 464 ['use_aura==0 or OS!="linux"', { |
461 'sources!': [ | 465 'sources!': [ |
462 'resource/resource_bundle_auralinux.cc', | 466 'resource/resource_bundle_auralinux.cc', |
463 ], | 467 ], |
464 }], | 468 }], |
465 ['use_ozone==1', { | 469 ['use_ozone==1', { |
466 'dependencies': [ | 470 'dependencies': [ |
467 '../events/devices/events_devices.gyp:events_devices', | 471 '../events/devices/events_devices.gyp:events_devices', |
468 '../events/ozone/events_ozone.gyp:events_ozone_evdev', | 472 '../events/ozone/events_ozone.gyp:events_ozone_evdev', |
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
777 ], | 781 ], |
778 'variables': { | 782 'variables': { |
779 'jni_gen_package': 'ui', | 783 'jni_gen_package': 'ui', |
780 }, | 784 }, |
781 'includes': [ '../../build/jni_generator.gypi' ], | 785 'includes': [ '../../build/jni_generator.gypi' ], |
782 }, | 786 }, |
783 ], | 787 ], |
784 }], | 788 }], |
785 ], | 789 ], |
786 } | 790 } |
OLD | NEW |