Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Side by Side Diff: build/all.gyp

Issue 107143004: Update dartium_builder target in gyp file. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/dart/1700/src/
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 ], 215 ],
216 }, # target_name: All_syzygy 216 }, # target_name: All_syzygy
217 { 217 {
218 'target_name': 'dartium_builder', 218 'target_name': 'dartium_builder',
219 'type': 'none', 219 'type': 'none',
220 'dependencies': [ 220 'dependencies': [
221 '../dart/pkg/pkg.gyp:pkg_packages', 221 '../dart/pkg/pkg.gyp:pkg_packages',
222 # '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 222 # '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
223 '../chrome/chrome.gyp:chrome', 223 '../chrome/chrome.gyp:chrome',
224 '../chrome/chrome.gyp:chromedriver', 224 '../chrome/chrome.gyp:chromedriver',
225 '../content/content.gyp:content_shell', 225 '../content/content_shell_and_tests.gyp:content_shell',
226 ], 226 ],
227 }, 227 },
228 { 228 {
229 'target_name': 'chromium_builder_tests', 229 'target_name': 'chromium_builder_tests',
230 'type': 'none', 230 'type': 'none',
231 'dependencies': [ 231 'dependencies': [
232 '../base/base.gyp:base_unittests', 232 '../base/base.gyp:base_unittests',
233 '../chrome/chrome.gyp:unit_tests', 233 '../chrome/chrome.gyp:unit_tests',
234 '../crypto/crypto.gyp:crypto_unittests', 234 '../crypto/crypto.gyp:crypto_unittests',
235 '../net/net.gyp:net_unittests', 235 '../net/net.gyp:net_unittests',
(...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 '../chrome/chrome.gyp:interactive_ui_tests_run', 1030 '../chrome/chrome.gyp:interactive_ui_tests_run',
1031 '../chrome/chrome.gyp:sync_integration_tests_run', 1031 '../chrome/chrome.gyp:sync_integration_tests_run',
1032 '../chrome/chrome.gyp:unit_tests_run', 1032 '../chrome/chrome.gyp:unit_tests_run',
1033 '../net/net.gyp:net_unittests_run', 1033 '../net/net.gyp:net_unittests_run',
1034 ], 1034 ],
1035 }, # target_name: chromium_swarm_tests 1035 }, # target_name: chromium_swarm_tests
1036 ], 1036 ],
1037 }], 1037 }],
1038 ], # conditions 1038 ], # conditions
1039 } 1039 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698