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

Side by Side Diff: build/all.gyp

Issue 14657024: Build chromedriver2 library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | 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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 '../content/content.gyp:content_unittests', 422 '../content/content.gyp:content_unittests',
423 '../third_party/libjingle/libjingle.gyp:peerconnection_server', 423 '../third_party/libjingle/libjingle.gyp:peerconnection_server',
424 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', 424 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
425 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', 425 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
426 ], 426 ],
427 }, # target_name: chromium_builder_webrtc 427 }, # target_name: chromium_builder_webrtc
428 { 428 {
429 'target_name': 'chromium_builder_chromedriver', 429 'target_name': 'chromium_builder_chromedriver',
430 'type': 'none', 430 'type': 'none',
431 'dependencies': [ 431 'dependencies': [
432 '../chrome/chrome.gyp:chromedriver2',
432 '../chrome/chrome.gyp:chromedriver2_server', 433 '../chrome/chrome.gyp:chromedriver2_server',
433 '../chrome/chrome.gyp:chromedriver2_tests', 434 '../chrome/chrome.gyp:chromedriver2_tests',
434 '../chrome/chrome.gyp:chromedriver2_unittests', 435 '../chrome/chrome.gyp:chromedriver2_unittests',
435 ], 436 ],
436 }, # target_name: chromium_builder_chromedriver 437 }, # target_name: chromium_builder_chromedriver
437 ], # targets 438 ], # targets
438 }], 439 }],
439 ['OS=="mac"', { 440 ['OS=="mac"', {
440 'targets': [ 441 'targets': [
441 { 442 {
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 '../chrome/chrome.gyp:interactive_ui_tests_run', 862 '../chrome/chrome.gyp:interactive_ui_tests_run',
862 '../chrome/chrome.gyp:sync_integration_tests_run', 863 '../chrome/chrome.gyp:sync_integration_tests_run',
863 '../chrome/chrome.gyp:unit_tests_run', 864 '../chrome/chrome.gyp:unit_tests_run',
864 '../net/net.gyp:net_unittests_run', 865 '../net/net.gyp:net_unittests_run',
865 ], 866 ],
866 }, # target_name: chromium_swarm_tests 867 }, # target_name: chromium_swarm_tests
867 ], 868 ],
868 }], 869 }],
869 ], # conditions 870 ], # conditions
870 } 871 }
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