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

Side by Side Diff: build/all.gyp

Issue 116833004: Remove duplicate chromedriver2_unittests target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 9 months 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
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | 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 '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'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 '../ui/ui_unittests.gyp:ui_unittests', 264 '../ui/ui_unittests.gyp:ui_unittests',
265 '../url/url.gyp:url_unittests', 265 '../url/url.gyp:url_unittests',
266 ], 266 ],
267 'conditions': [ 267 'conditions': [
268 ['OS!="ios" and OS!="android"', { 268 ['OS!="ios" and OS!="android"', {
269 'dependencies': [ 269 'dependencies': [
270 '../cc/cc_tests.gyp:cc_unittests', 270 '../cc/cc_tests.gyp:cc_unittests',
271 '../chrome/chrome.gyp:browser_tests', 271 '../chrome/chrome.gyp:browser_tests',
272 '../chrome/chrome.gyp:chromedriver_tests', 272 '../chrome/chrome.gyp:chromedriver_tests',
273 '../chrome/chrome.gyp:chromedriver_unittests', 273 '../chrome/chrome.gyp:chromedriver_unittests',
274 # TODO(kkania): Remove these after infra no longer depends on them.
275 '../chrome/chrome.gyp:chromedriver2_unittests',
276 '../chrome/chrome.gyp:interactive_ui_tests', 274 '../chrome/chrome.gyp:interactive_ui_tests',
277 '../chrome/chrome.gyp:sync_integration_tests', 275 '../chrome/chrome.gyp:sync_integration_tests',
278 '../chrome/chrome.gyp:unit_tests', 276 '../chrome/chrome.gyp:unit_tests',
279 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 277 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
280 '../content/content_shell_and_tests.gyp:content_browsertests', 278 '../content/content_shell_and_tests.gyp:content_browsertests',
281 '../content/content_shell_and_tests.gyp:content_shell', 279 '../content/content_shell_and_tests.gyp:content_shell',
282 '../content/content_shell_and_tests.gyp:content_unittests', 280 '../content/content_shell_and_tests.gyp:content_unittests',
283 '../device/device_tests.gyp:device_unittests', 281 '../device/device_tests.gyp:device_unittests',
284 '../gin/gin.gyp:gin_unittests', 282 '../gin/gin.gyp:gin_unittests',
285 '../google_apis/google_apis.gyp:google_apis_unittests', 283 '../google_apis/google_apis.gyp:google_apis_unittests',
(...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after
1235 # http://crbug.com/157234 1233 # http://crbug.com/157234
1236 #'../chrome/chrome.gyp:sync_integration_tests_run', 1234 #'../chrome/chrome.gyp:sync_integration_tests_run',
1237 '../chrome/chrome.gyp:unit_tests_run', 1235 '../chrome/chrome.gyp:unit_tests_run',
1238 '../net/net.gyp:net_unittests_run', 1236 '../net/net.gyp:net_unittests_run',
1239 ], 1237 ],
1240 }, # target_name: chromium_swarm_tests 1238 }, # target_name: chromium_swarm_tests
1241 ], 1239 ],
1242 }], 1240 }],
1243 ], # conditions 1241 ], # conditions
1244 } 1242 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698