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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 '../chrome/chrome.gyp:sync_integration_tests', | 381 '../chrome/chrome.gyp:sync_integration_tests', |
382 '../chrome/chrome.gyp:unit_tests', | 382 '../chrome/chrome.gyp:unit_tests', |
383 '../extensions/extensions_tests.gyp:extensions_browsertests', | 383 '../extensions/extensions_tests.gyp:extensions_browsertests', |
384 '../extensions/extensions_tests.gyp:extensions_unittests', | 384 '../extensions/extensions_tests.gyp:extensions_unittests', |
385 ], | 385 ], |
386 }], | 386 }], |
387 ['OS=="win"', { | 387 ['OS=="win"', { |
388 'dependencies': [ | 388 'dependencies': [ |
389 '../chrome/chrome.gyp:installer_util_unittests', | 389 '../chrome/chrome.gyp:installer_util_unittests', |
390 '../chrome/chrome.gyp:setup_unittests', | 390 '../chrome/chrome.gyp:setup_unittests', |
391 # ../chrome/test/mini_installer requires mini_installer. | 391 '../chrome/installer/mini_installer.gyp:next_version_mini_installer'
, |
392 '../chrome/installer/mini_installer.gyp:mini_installer', | |
393 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 392 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
394 '../courgette/courgette.gyp:courgette_unittests', | 393 '../courgette/courgette.gyp:courgette_unittests', |
395 '../sandbox/sandbox.gyp:sbox_integration_tests', | 394 '../sandbox/sandbox.gyp:sbox_integration_tests', |
396 '../sandbox/sandbox.gyp:sbox_unittests', | 395 '../sandbox/sandbox.gyp:sbox_unittests', |
397 '../sandbox/sandbox.gyp:sbox_validation_tests', | 396 '../sandbox/sandbox.gyp:sbox_validation_tests', |
398 '../ui/app_list/app_list.gyp:app_list_unittests', | 397 '../ui/app_list/app_list.gyp:app_list_unittests', |
399 ], | 398 ], |
400 'conditions': [ | 399 'conditions': [ |
401 # remoting_host_installation uses lots of non-trivial GYP that tend | 400 # remoting_host_installation uses lots of non-trivial GYP that tend |
402 # to break because of differences between ninja and msbuild. Make | 401 # to break because of differences between ninja and msbuild. Make |
(...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1390 'dependencies': [ | 1389 'dependencies': [ |
1391 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1390 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1392 '../ui/views/views.gyp:views', | 1391 '../ui/views/views.gyp:views', |
1393 '../ui/views/views.gyp:views_unittests', | 1392 '../ui/views/views.gyp:views_unittests', |
1394 ], | 1393 ], |
1395 }, # target_name: macviews_builder | 1394 }, # target_name: macviews_builder |
1396 ], # targets | 1395 ], # targets |
1397 }], # os=='mac' and toolkit_views==1 | 1396 }], # os=='mac' and toolkit_views==1 |
1398 ], # conditions | 1397 ], # conditions |
1399 } | 1398 } |
OLD | NEW |