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 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
8 # compilation targets to 'All'. | 8 # compilation targets to 'All'. |
9 'app_targets%': [], | 9 'app_targets%': [], |
10 # For Android-specific targets. | 10 # For Android-specific targets. |
(...skipping 1173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1184 '../ui/aura/aura.gyp:aura_unittests', | 1184 '../ui/aura/aura.gyp:aura_unittests', |
1185 '../ui/compositor/compositor.gyp:compositor_unittests', | 1185 '../ui/compositor/compositor.gyp:compositor_unittests', |
1186 '../ui/display/display.gyp:display_unittests', | 1186 '../ui/display/display.gyp:display_unittests', |
1187 '../ui/events/events.gyp:events_unittests', | 1187 '../ui/events/events.gyp:events_unittests', |
1188 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1188 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
1189 '../ui/keyboard/keyboard.gyp:keyboard_unittests', | 1189 '../ui/keyboard/keyboard.gyp:keyboard_unittests', |
1190 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', | 1190 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
1191 '../url/url.gyp:url_unittests', | 1191 '../url/url.gyp:url_unittests', |
1192 ], | 1192 ], |
1193 }, | 1193 }, |
1194 { | |
1195 'target_name': 'webkit_builder_win', | |
1196 'type': 'none', | |
1197 'dependencies': [ | |
1198 'blink_tests', | |
1199 ], | |
1200 }, | |
1201 ], # targets | 1194 ], # targets |
1202 'conditions': [ | 1195 'conditions': [ |
1203 ['branding=="Chrome"', { | 1196 ['branding=="Chrome"', { |
1204 'targets': [ | 1197 'targets': [ |
1205 { | 1198 { |
1206 'target_name': 'chrome_official_builder', | 1199 'target_name': 'chrome_official_builder', |
1207 'type': 'none', | 1200 'type': 'none', |
1208 'dependencies': [ | 1201 'dependencies': [ |
1209 '../base/base.gyp:base_unittests', | 1202 '../base/base.gyp:base_unittests', |
1210 '../chrome/chrome.gyp:app_installer', | 1203 '../chrome/chrome.gyp:app_installer', |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1367 'dependencies': [ | 1360 'dependencies': [ |
1368 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1361 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1369 '../ui/views/views.gyp:views', | 1362 '../ui/views/views.gyp:views', |
1370 '../ui/views/views.gyp:views_unittests', | 1363 '../ui/views/views.gyp:views_unittests', |
1371 ], | 1364 ], |
1372 }, # target_name: macviews_builder | 1365 }, # target_name: macviews_builder |
1373 ], # targets | 1366 ], # targets |
1374 }], # os=='mac' and toolkit_views==1 | 1367 }], # os=='mac' and toolkit_views==1 |
1375 ], # conditions | 1368 ], # conditions |
1376 } | 1369 } |
OLD | NEW |