Chromium Code Reviews| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'All', | 8 'target_name': 'All', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 65 '../third_party/WebKit/public/all.gyp:*', | 65 '../third_party/WebKit/public/all.gyp:*', |
| 66 '../tools/gn/gn.gyp:*', | 66 '../tools/gn/gn.gyp:*', |
| 67 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 67 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 68 '../v8/tools/gyp/v8.gyp:*', | 68 '../v8/tools/gyp/v8.gyp:*', |
| 69 '../webkit/glue/webkit_glue.gyp:*', | 69 '../webkit/glue/webkit_glue.gyp:*', |
| 70 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:*', | 70 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:*', |
| 71 '<(libjpeg_gyp_path):*', | 71 '<(libjpeg_gyp_path):*', |
| 72 ], | 72 ], |
| 73 }, { # 'OS=="ios"' | 73 }, { # 'OS=="ios"' |
| 74 'dependencies': [ | 74 'dependencies': [ |
| 75 '../content/content_shell_and_tests.gyp:content_unittests', | |
|
jochen (gone - plz use gerrit)
2013/10/28 13:52:51
why not just *
blundell
2013/10/28 13:59:57
Is there a reason why the top section shouldn't ju
jochen (gone - plz use gerrit)
2013/10/28 14:06:16
Good point.
We should probably add this line righ
lliabraa
2013/10/28 14:12:04
Done.
| |
| 75 '../ios/ios.gyp:*', | 76 '../ios/ios.gyp:*', |
| 76 ], | 77 ], |
| 77 }], | 78 }], |
| 78 ['OS!="android" and OS!="ios"', { | 79 ['OS!="android" and OS!="ios"', { |
| 79 'dependencies': [ | 80 'dependencies': [ |
| 80 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', | 81 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', |
| 81 ], | 82 ], |
| 82 }], | 83 }], |
| 83 ['os_posix==1 and OS!="android" and OS!="ios"', { | 84 ['os_posix==1 and OS!="android" and OS!="ios"', { |
| 84 'dependencies': [ | 85 'dependencies': [ |
| (...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 984 '../chrome/chrome.gyp:interactive_ui_tests_run', | 985 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 985 '../chrome/chrome.gyp:sync_integration_tests_run', | 986 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 986 '../chrome/chrome.gyp:unit_tests_run', | 987 '../chrome/chrome.gyp:unit_tests_run', |
| 987 '../net/net.gyp:net_unittests_run', | 988 '../net/net.gyp:net_unittests_run', |
| 988 ], | 989 ], |
| 989 }, # target_name: chromium_swarm_tests | 990 }, # target_name: chromium_swarm_tests |
| 990 ], | 991 ], |
| 991 }], | 992 }], |
| 992 ], # conditions | 993 ], # conditions |
| 993 } | 994 } |
| OLD | NEW |