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 1136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1147 }, | 1147 }, |
1148 { | 1148 { |
1149 'target_name': 'chromium_builder_dbg_drmemory_win', | 1149 'target_name': 'chromium_builder_dbg_drmemory_win', |
1150 'type': 'none', | 1150 'type': 'none', |
1151 'dependencies': [ | 1151 'dependencies': [ |
1152 '../ash/ash.gyp:ash_unittests', | 1152 '../ash/ash.gyp:ash_unittests', |
1153 '../base/base.gyp:base_unittests', | 1153 '../base/base.gyp:base_unittests', |
1154 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', | 1154 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
1155 '../cc/cc_tests.gyp:cc_unittests', | 1155 '../cc/cc_tests.gyp:cc_unittests', |
1156 '../chrome/chrome.gyp:browser_tests', | 1156 '../chrome/chrome.gyp:browser_tests', |
1157 '../chrome/chrome.gyp:chrome_app_unittests', | |
1158 '../chrome/chrome.gyp:chromedriver_unittests', | 1157 '../chrome/chrome.gyp:chromedriver_unittests', |
1159 '../chrome/chrome.gyp:installer_util_unittests', | 1158 '../chrome/chrome.gyp:installer_util_unittests', |
1160 '../chrome/chrome.gyp:setup_unittests', | 1159 '../chrome/chrome.gyp:setup_unittests', |
1161 '../chrome/chrome.gyp:unit_tests', | 1160 '../chrome/chrome.gyp:unit_tests', |
1162 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 1161 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
1163 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 1162 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
1164 '../components/components_tests.gyp:components_unittests', | 1163 '../components/components_tests.gyp:components_unittests', |
1165 '../components/test_runner/test_runner.gyp:layout_test_helper', | 1164 '../components/test_runner/test_runner.gyp:layout_test_helper', |
1166 '../content/content_shell_and_tests.gyp:content_browsertests', | 1165 '../content/content_shell_and_tests.gyp:content_browsertests', |
1167 '../content/content_shell_and_tests.gyp:content_shell', | 1166 '../content/content_shell_and_tests.gyp:content_shell', |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1437 'dependencies': [ | 1436 'dependencies': [ |
1438 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1437 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1439 '../ui/views/views.gyp:views', | 1438 '../ui/views/views.gyp:views', |
1440 '../ui/views/views.gyp:views_unittests', | 1439 '../ui/views/views.gyp:views_unittests', |
1441 ], | 1440 ], |
1442 }, # target_name: macviews_builder | 1441 }, # target_name: macviews_builder |
1443 ], # targets | 1442 ], # targets |
1444 }], # os=='mac' and toolkit_views==1 | 1443 }], # os=='mac' and toolkit_views==1 |
1445 ], # conditions | 1444 ], # conditions |
1446 } | 1445 } |
OLD | NEW |