OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 # Sources lists shared with GN build. | 7 # Sources lists shared with GN build. |
8 'views_sources': [ | 8 'views_sources': [ |
9 'accessibility/native_view_accessibility.cc', | 9 'accessibility/native_view_accessibility.cc', |
10 'accessibility/native_view_accessibility.h', | 10 'accessibility/native_view_accessibility.h', |
(...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
756 ['use_ozone==1', { | 756 ['use_ozone==1', { |
757 'dependencies': [ | 757 'dependencies': [ |
758 '../ozone/ozone.gyp:ozone', | 758 '../ozone/ozone.gyp:ozone', |
759 ], | 759 ], |
760 }], | 760 }], |
761 ['use_x11==1', { | 761 ['use_x11==1', { |
762 'dependencies': [ | 762 'dependencies': [ |
763 '../../build/linux/system.gyp:x11', | 763 '../../build/linux/system.gyp:x11', |
764 '../../build/linux/system.gyp:xrandr', | 764 '../../build/linux/system.gyp:xrandr', |
765 '../events/devices/events_devices.gyp:events_devices', | 765 '../events/devices/events_devices.gyp:events_devices', |
| 766 '../events/devices/x11/events_devices_x11.gyp:events_devices_x11', |
766 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 767 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
767 '../gfx/x/gfx_x11.gyp:gfx_x11', | 768 '../gfx/x/gfx_x11.gyp:gfx_x11', |
768 ], | 769 ], |
769 }], | 770 }], |
770 ['use_aura==1', { | 771 ['use_aura==1', { |
771 'sources': [ | 772 'sources': [ |
772 '<@(views_aura_sources)', | 773 '<@(views_aura_sources)', |
773 ], | 774 ], |
774 'dependencies': [ | 775 'dependencies': [ |
775 '../aura/aura.gyp:aura', | 776 '../aura/aura.gyp:aura', |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1023 '../aura/aura.gyp:aura', | 1024 '../aura/aura.gyp:aura', |
1024 '../wm/wm.gyp:wm', | 1025 '../wm/wm.gyp:wm', |
1025 ], | 1026 ], |
1026 }], | 1027 }], |
1027 ], | 1028 ], |
1028 }, # target_name: macviews_interactive_ui_tests | 1029 }, # target_name: macviews_interactive_ui_tests |
1029 ], # targets | 1030 ], # targets |
1030 }], | 1031 }], |
1031 ], # conditions | 1032 ], # conditions |
1032 } | 1033 } |
OLD | NEW |