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 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/devices/x11/events_devices_x11.gyp:events_devices_x11', |
| 767 '../events/keycodes/events_keycodes.gyp:keycodes_x11', |
767 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 768 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
768 '../gfx/x/gfx_x11.gyp:gfx_x11', | 769 '../gfx/x/gfx_x11.gyp:gfx_x11', |
769 ], | 770 ], |
770 }], | 771 }], |
771 ['use_aura==1', { | 772 ['use_aura==1', { |
772 'sources': [ | 773 'sources': [ |
773 '<@(views_aura_sources)', | 774 '<@(views_aura_sources)', |
774 ], | 775 ], |
775 'dependencies': [ | 776 'dependencies': [ |
776 '../aura/aura.gyp:aura', | 777 '../aura/aura.gyp:aura', |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1024 '../aura/aura.gyp:aura', | 1025 '../aura/aura.gyp:aura', |
1025 '../wm/wm.gyp:wm', | 1026 '../wm/wm.gyp:wm', |
1026 ], | 1027 ], |
1027 }], | 1028 }], |
1028 ], | 1029 ], |
1029 }, # target_name: macviews_interactive_ui_tests | 1030 }, # target_name: macviews_interactive_ui_tests |
1030 ], # targets | 1031 ], # targets |
1031 }], | 1032 }], |
1032 ], # conditions | 1033 ], # conditions |
1033 } | 1034 } |
OLD | NEW |