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 894 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
905 '../third_party/icu/icu.gyp:icui18n', | 905 '../third_party/icu/icu.gyp:icui18n', |
906 '../third_party/icu/icu.gyp:icuuc', | 906 '../third_party/icu/icu.gyp:icuuc', |
907 '../ui/accelerometer/ui_accelerometer.gyp:ui_accelerometer', | 907 '../ui/accelerometer/ui_accelerometer.gyp:ui_accelerometer', |
908 '../ui/accessibility/accessibility.gyp:accessibility', | 908 '../ui/accessibility/accessibility.gyp:accessibility', |
909 '../ui/app_list/app_list.gyp:app_list', | 909 '../ui/app_list/app_list.gyp:app_list', |
910 '../ui/aura/aura.gyp:aura', | 910 '../ui/aura/aura.gyp:aura', |
911 '../ui/base/ui_base.gyp:ui_base', | 911 '../ui/base/ui_base.gyp:ui_base', |
912 '../ui/compositor/compositor.gyp:compositor', | 912 '../ui/compositor/compositor.gyp:compositor', |
913 '../ui/events/events.gyp:events', | 913 '../ui/events/events.gyp:events', |
914 '../ui/events/events.gyp:events_base', | 914 '../ui/events/events.gyp:events_base', |
| 915 '../ui/events/events.gyp:gesture_detection', |
915 '../ui/gfx/gfx.gyp:gfx', | 916 '../ui/gfx/gfx.gyp:gfx', |
916 '../ui/gfx/gfx.gyp:gfx_geometry', | 917 '../ui/gfx/gfx.gyp:gfx_geometry', |
917 '../ui/keyboard/keyboard.gyp:keyboard', | 918 '../ui/keyboard/keyboard.gyp:keyboard', |
918 '../ui/message_center/message_center.gyp:message_center', | 919 '../ui/message_center/message_center.gyp:message_center', |
919 '../ui/resources/ui_resources.gyp:ui_resources', | 920 '../ui/resources/ui_resources.gyp:ui_resources', |
920 '../ui/strings/ui_strings.gyp:ui_strings', | 921 '../ui/strings/ui_strings.gyp:ui_strings', |
921 '../ui/views/controls/webview/webview.gyp:webview', | 922 '../ui/views/controls/webview/webview.gyp:webview', |
922 '../ui/views/views.gyp:views', | 923 '../ui/views/views.gyp:views', |
923 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 924 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
924 '../ui/wm/wm.gyp:wm', | 925 '../ui/wm/wm.gyp:wm', |
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1292 '../build/isolate.gypi', | 1293 '../build/isolate.gypi', |
1293 ], | 1294 ], |
1294 'sources': [ | 1295 'sources': [ |
1295 'ash_unittests.isolate', | 1296 'ash_unittests.isolate', |
1296 ], | 1297 ], |
1297 }, | 1298 }, |
1298 ], | 1299 ], |
1299 }], | 1300 }], |
1300 ], | 1301 ], |
1301 } | 1302 } |
OLD | NEW |