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 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1064 '../ui/message_center/message_center.gyp:message_center', | 1064 '../ui/message_center/message_center.gyp:message_center', |
1065 '../ui/native_theme/native_theme.gyp:native_theme', | 1065 '../ui/native_theme/native_theme.gyp:native_theme', |
1066 '../ui/platform_window/stub/stub_window.gyp:stub_window', | 1066 '../ui/platform_window/stub/stub_window.gyp:stub_window', |
1067 '../ui/resources/ui_resources.gyp:ui_resources', | 1067 '../ui/resources/ui_resources.gyp:ui_resources', |
1068 '../ui/strings/ui_strings.gyp:ui_strings', | 1068 '../ui/strings/ui_strings.gyp:ui_strings', |
1069 '../ui/views/views.gyp:views', | 1069 '../ui/views/views.gyp:views', |
1070 '../ui/wm/wm.gyp:wm', | 1070 '../ui/wm/wm.gyp:wm', |
1071 '../url/url.gyp:url_lib', | 1071 '../url/url.gyp:url_lib', |
1072 'ash_resources.gyp:ash_resources', | 1072 'ash_resources.gyp:ash_resources', |
1073 'ash_strings.gyp:ash_strings', | 1073 'ash_strings.gyp:ash_strings', |
| 1074 'ash_touch_hud.gyp:ash_touch_hud', |
1074 ], | 1075 ], |
1075 'defines': [ | 1076 'defines': [ |
1076 'ASH_IMPLEMENTATION', | 1077 'ASH_IMPLEMENTATION', |
1077 ], | 1078 ], |
1078 'sources': [ | 1079 'sources': [ |
1079 '<@(ash_sources)', | 1080 '<@(ash_sources)', |
1080 ], | 1081 ], |
1081 'conditions': [ | 1082 'conditions': [ |
1082 ['OS=="win"', { | 1083 ['OS=="win"', { |
1083 'sources!': [ | 1084 'sources!': [ |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1271 '../ui/wm/wm.gyp:wm', | 1272 '../ui/wm/wm.gyp:wm', |
1272 '../ui/wm/wm.gyp:wm_test_support', | 1273 '../ui/wm/wm.gyp:wm_test_support', |
1273 '../url/url.gyp:url_lib', | 1274 '../url/url.gyp:url_lib', |
1274 'ash', | 1275 'ash', |
1275 'ash_resources.gyp:ash_resources', | 1276 'ash_resources.gyp:ash_resources', |
1276 'ash_resources.gyp:ash_test_resources_100_percent', | 1277 'ash_resources.gyp:ash_test_resources_100_percent', |
1277 'ash_resources.gyp:ash_test_resources_200_percent', | 1278 'ash_resources.gyp:ash_test_resources_200_percent', |
1278 'ash_strings.gyp:ash_strings', | 1279 'ash_strings.gyp:ash_strings', |
1279 'ash_strings.gyp:ash_test_strings', | 1280 'ash_strings.gyp:ash_test_strings', |
1280 'ash_test_support', | 1281 'ash_test_support', |
| 1282 'ash_touch_hud.gyp:ash_touch_hud', |
1281 'ash_with_content', | 1283 'ash_with_content', |
1282 ], | 1284 ], |
1283 'sources': [ | 1285 'sources': [ |
1284 '<@(ash_unittests_sources)', | 1286 '<@(ash_unittests_sources)', |
1285 ], | 1287 ], |
1286 'conditions': [ | 1288 'conditions': [ |
1287 ['chromeos==0', { | 1289 ['chromeos==0', { |
1288 'sources!': [ | 1290 'sources!': [ |
1289 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26
906 | 1291 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26
906 |
1290 'focus_cycler_unittest.cc', | 1292 'focus_cycler_unittest.cc', |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1443 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1445 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1444 ], | 1446 ], |
1445 } | 1447 } |
1446 ], | 1448 ], |
1447 ], | 1449 ], |
1448 }, | 1450 }, |
1449 ], | 1451 ], |
1450 }], | 1452 }], |
1451 ], | 1453 ], |
1452 } | 1454 } |
OLD | NEW |