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

Side by Side Diff: build/all.gyp

Issue 13813009: Add content_unittests to chromium_builder_webrtc target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 { 402 {
403 # This target contains everything we need to run tests on the special 403 # This target contains everything we need to run tests on the special
404 # device-equipped WebRTC bots. We have device-requiring tests in 404 # device-equipped WebRTC bots. We have device-requiring tests in
405 # PyAuto, browser_tests and content_browsertests. 405 # PyAuto, browser_tests and content_browsertests.
406 'target_name': 'chromium_builder_webrtc', 406 'target_name': 'chromium_builder_webrtc',
407 'type': 'none', 407 'type': 'none',
408 'dependencies': [ 408 'dependencies': [
409 'chromium_builder_qa', # needed for perf pyauto tests 409 'chromium_builder_qa', # needed for perf pyauto tests
410 '../chrome/chrome.gyp:browser_tests', 410 '../chrome/chrome.gyp:browser_tests',
411 '../content/content.gyp:content_browsertests', 411 '../content/content.gyp:content_browsertests',
412 '../content/content.gyp:content_unittests',
412 '../third_party/libjingle/libjingle.gyp:peerconnection_server', 413 '../third_party/libjingle/libjingle.gyp:peerconnection_server',
413 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', 414 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
414 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', 415 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
415 ], 416 ],
416 }, # target_name: chromium_builder_webrtc 417 }, # target_name: chromium_builder_webrtc
417 ], # targets 418 ], # targets
418 }], 419 }],
419 ['OS=="mac"', { 420 ['OS=="mac"', {
420 'targets': [ 421 'targets': [
421 { 422 {
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 '../chrome/chrome.gyp:browser_tests_run', 823 '../chrome/chrome.gyp:browser_tests_run',
823 '../chrome/chrome.gyp:sync_integration_tests_run', 824 '../chrome/chrome.gyp:sync_integration_tests_run',
824 '../chrome/chrome.gyp:unit_tests_run', 825 '../chrome/chrome.gyp:unit_tests_run',
825 '../net/net.gyp:net_unittests_run', 826 '../net/net.gyp:net_unittests_run',
826 ], 827 ],
827 }, # target_name: chromium_swarm_tests 828 }, # target_name: chromium_swarm_tests
828 ], 829 ],
829 }], 830 }],
830 ], # conditions 831 ], # conditions
831 } 832 }
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