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

Side by Side Diff: build/all.gyp

Issue 18419003: [chromedriver] Remove dll build target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 7 years, 5 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 | Annotate | Revision Log
« 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 '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 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 'dependencies': [ 447 'dependencies': [
448 '../chrome/chrome.gyp:crash_service', 448 '../chrome/chrome.gyp:crash_service',
449 ], 449 ],
450 }], 450 }],
451 ], 451 ],
452 }, # target_name: chromium_builder_webrtc 452 }, # target_name: chromium_builder_webrtc
453 { 453 {
454 'target_name': 'chromium_builder_chromedriver', 454 'target_name': 'chromium_builder_chromedriver',
455 'type': 'none', 455 'type': 'none',
456 'dependencies': [ 456 'dependencies': [
457 '../chrome/chrome.gyp:chromedriver2',
458 '../chrome/chrome.gyp:chromedriver2_server', 457 '../chrome/chrome.gyp:chromedriver2_server',
459 '../chrome/chrome.gyp:chromedriver2_tests', 458 '../chrome/chrome.gyp:chromedriver2_tests',
460 '../chrome/chrome.gyp:chromedriver2_unittests', 459 '../chrome/chrome.gyp:chromedriver2_unittests',
461 ], 460 ],
462 }, # target_name: chromium_builder_chromedriver 461 }, # target_name: chromium_builder_chromedriver
463 ], # targets 462 ], # targets
464 }], 463 }],
465 ['OS=="mac"', { 464 ['OS=="mac"', {
466 'targets': [ 465 'targets': [
467 { 466 {
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 '../chrome/chrome.gyp:interactive_ui_tests_run', 884 '../chrome/chrome.gyp:interactive_ui_tests_run',
886 '../chrome/chrome.gyp:sync_integration_tests_run', 885 '../chrome/chrome.gyp:sync_integration_tests_run',
887 '../chrome/chrome.gyp:unit_tests_run', 886 '../chrome/chrome.gyp:unit_tests_run',
888 '../net/net.gyp:net_unittests_run', 887 '../net/net.gyp:net_unittests_run',
889 ], 888 ],
890 }, # target_name: chromium_swarm_tests 889 }, # target_name: chromium_swarm_tests
891 ], 890 ],
892 }], 891 }],
893 ], # conditions 892 ], # conditions
894 } 893 }
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