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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
9 # These files lists are shared with the GN build. | 9 # These files lists are shared with the GN build. |
10 'ash_sources': [ | 10 'ash_sources': [ |
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
891 '../ui/accelerometer/ui_accelerometer.gyp:ui_accelerometer', | 891 '../ui/accelerometer/ui_accelerometer.gyp:ui_accelerometer', |
892 '../ui/accessibility/accessibility.gyp:accessibility', | 892 '../ui/accessibility/accessibility.gyp:accessibility', |
893 '../ui/app_list/app_list.gyp:app_list', | 893 '../ui/app_list/app_list.gyp:app_list', |
894 '../ui/aura/aura.gyp:aura', | 894 '../ui/aura/aura.gyp:aura', |
895 '../ui/base/ui_base.gyp:ui_base', | 895 '../ui/base/ui_base.gyp:ui_base', |
896 '../ui/compositor/compositor.gyp:compositor', | 896 '../ui/compositor/compositor.gyp:compositor', |
897 '../ui/events/devices/events_devices.gyp:events_devices', | 897 '../ui/events/devices/events_devices.gyp:events_devices', |
898 '../ui/events/events.gyp:events', | 898 '../ui/events/events.gyp:events', |
899 '../ui/events/events.gyp:events_base', | 899 '../ui/events/events.gyp:events_base', |
900 '../ui/events/events.gyp:gesture_detection', | 900 '../ui/events/events.gyp:gesture_detection', |
| 901 '../ui/events/platform/events_platform.gyp:events_platform', |
901 '../ui/gfx/gfx.gyp:gfx', | 902 '../ui/gfx/gfx.gyp:gfx', |
902 '../ui/gfx/gfx.gyp:gfx_geometry', | 903 '../ui/gfx/gfx.gyp:gfx_geometry', |
903 '../ui/keyboard/keyboard.gyp:keyboard', | 904 '../ui/keyboard/keyboard.gyp:keyboard', |
904 '../ui/message_center/message_center.gyp:message_center', | 905 '../ui/message_center/message_center.gyp:message_center', |
905 '../ui/resources/ui_resources.gyp:ui_resources', | 906 '../ui/resources/ui_resources.gyp:ui_resources', |
906 '../ui/strings/ui_strings.gyp:ui_strings', | 907 '../ui/strings/ui_strings.gyp:ui_strings', |
907 '../ui/views/controls/webview/webview.gyp:webview', | 908 '../ui/views/controls/webview/webview.gyp:webview', |
908 '../ui/views/views.gyp:views', | 909 '../ui/views/views.gyp:views', |
909 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 910 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
910 '../ui/wm/wm.gyp:wm', | 911 '../ui/wm/wm.gyp:wm', |
(...skipping 11 matching lines...) Expand all Loading... |
922 ['OS=="win"', { | 923 ['OS=="win"', { |
923 'sources!': [ | 924 'sources!': [ |
924 # Note: sources list duplicated in GN build. | 925 # Note: sources list duplicated in GN build. |
925 "sticky_keys/sticky_keys_controller.cc", | 926 "sticky_keys/sticky_keys_controller.cc", |
926 "sticky_keys/sticky_keys_controller.h", | 927 "sticky_keys/sticky_keys_controller.h", |
927 ], | 928 ], |
928 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 929 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
929 'msvs_disabled_warnings': [ 4267, ], | 930 'msvs_disabled_warnings': [ 4267, ], |
930 }], | 931 }], |
931 ['use_x11==1', { | 932 ['use_x11==1', { |
| 933 'link_settings': { 'libraries': ['-lXi'] }, |
932 'dependencies': [ | 934 'dependencies': [ |
933 '../build/linux/system.gyp:xfixes', | 935 '../build/linux/system.gyp:xfixes', |
| 936 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
934 ], | 937 ], |
935 }], | 938 }], |
936 ['chromeos==1', { | 939 ['chromeos==1', { |
937 'dependencies': [ | 940 'dependencies': [ |
938 '../chromeos/chromeos.gyp:chromeos', | 941 '../chromeos/chromeos.gyp:chromeos', |
939 # Ash #includes power_supply_properties.pb.h directly. | 942 # Ash #includes power_supply_properties.pb.h directly. |
940 '../chromeos/chromeos.gyp:power_manager_proto', | 943 '../chromeos/chromeos.gyp:power_manager_proto', |
941 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 944 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
942 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 945 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
943 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', | 946 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', |
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1282 '../build/isolate.gypi', | 1285 '../build/isolate.gypi', |
1283 ], | 1286 ], |
1284 'sources': [ | 1287 'sources': [ |
1285 'ash_unittests.isolate', | 1288 'ash_unittests.isolate', |
1286 ], | 1289 ], |
1287 }, | 1290 }, |
1288 ], | 1291 ], |
1289 }], | 1292 }], |
1290 ], | 1293 ], |
1291 } | 1294 } |
OLD | NEW |