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 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
9 'ash_sources': [ | 9 'ash_sources': [ |
10 'accelerators/accelerator_commands.cc', | 10 'accelerators/accelerator_commands.cc', |
(...skipping 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1271 '../ui/keyboard/keyboard.gyp:keyboard', | 1271 '../ui/keyboard/keyboard.gyp:keyboard', |
1272 '../ui/keyboard/keyboard.gyp:keyboard_with_content', | 1272 '../ui/keyboard/keyboard.gyp:keyboard_with_content', |
1273 '../ui/message_center/message_center.gyp:message_center', | 1273 '../ui/message_center/message_center.gyp:message_center', |
1274 '../ui/message_center/message_center.gyp:message_center_test_support', | 1274 '../ui/message_center/message_center.gyp:message_center_test_support', |
1275 '../ui/resources/ui_resources.gyp:ui_resources', | 1275 '../ui/resources/ui_resources.gyp:ui_resources', |
1276 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support', | 1276 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support', |
1277 '../ui/views/views.gyp:views', | 1277 '../ui/views/views.gyp:views', |
1278 '../ui/views/views.gyp:views_test_support', | 1278 '../ui/views/views.gyp:views_test_support', |
1279 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', | 1279 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
1280 '../ui/wm/wm.gyp:wm', | 1280 '../ui/wm/wm.gyp:wm', |
| 1281 '../ui/wm/wm.gyp:wm_test_support', |
1281 '../url/url.gyp:url_lib', | 1282 '../url/url.gyp:url_lib', |
1282 'ash', | 1283 'ash', |
1283 'ash_resources.gyp:ash_resources', | 1284 'ash_resources.gyp:ash_resources', |
1284 'ash_resources.gyp:ash_test_resources_100_percent', | 1285 'ash_resources.gyp:ash_test_resources_100_percent', |
1285 'ash_resources.gyp:ash_test_resources_200_percent', | 1286 'ash_resources.gyp:ash_test_resources_200_percent', |
1286 'ash_strings.gyp:ash_strings', | 1287 'ash_strings.gyp:ash_strings', |
1287 'ash_strings.gyp:ash_test_strings', | 1288 'ash_strings.gyp:ash_test_strings', |
1288 'ash_test_support', | 1289 'ash_test_support', |
1289 'ash_with_content', | 1290 'ash_with_content', |
1290 ], | 1291 ], |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1452 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1452 ], | 1453 ], |
1453 } | 1454 } |
1454 ], | 1455 ], |
1455 ], | 1456 ], |
1456 }, | 1457 }, |
1457 ], | 1458 ], |
1458 }], | 1459 }], |
1459 ], | 1460 ], |
1460 } | 1461 } |
OLD | NEW |