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

Side by Side Diff: build/all.gyp

Issue 62863002: Set media_perftests up for android and to be built by the perfbots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add android dependency. Created 7 years, 1 month 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 | build/all_android.gyp » ('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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 }, # target_name: chromium_builder_nacl_win_integration 393 }, # target_name: chromium_builder_nacl_win_integration
394 { 394 {
395 'target_name': 'chromium_builder_perf', 395 'target_name': 'chromium_builder_perf',
396 'type': 'none', 396 'type': 'none',
397 'dependencies': [ 397 'dependencies': [
398 '../cc/cc_tests.gyp:cc_perftests', 398 '../cc/cc_tests.gyp:cc_perftests',
399 '../chrome/chrome.gyp:chrome', 399 '../chrome/chrome.gyp:chrome',
400 '../chrome/chrome.gyp:performance_browser_tests', 400 '../chrome/chrome.gyp:performance_browser_tests',
401 '../chrome/chrome.gyp:performance_ui_tests', 401 '../chrome/chrome.gyp:performance_ui_tests',
402 '../chrome/chrome.gyp:sync_performance_tests', 402 '../chrome/chrome.gyp:sync_performance_tests',
403 '../media/media.gyp:media_perftests',
403 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 404 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
404 ], 405 ],
405 'conditions': [ 406 'conditions': [
406 ['OS!="ios" and OS!="win"', { 407 ['OS!="ios" and OS!="win"', {
407 'dependencies': [ 408 'dependencies': [
408 '../breakpad/breakpad.gyp:minidump_stackwalk', 409 '../breakpad/breakpad.gyp:minidump_stackwalk',
409 ], 410 ],
410 }], 411 }],
411 ['OS=="linux"', { 412 ['OS=="linux"', {
412 'dependencies': [ 413 'dependencies': [
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 '../chrome/chrome.gyp:interactive_ui_tests_run', 1020 '../chrome/chrome.gyp:interactive_ui_tests_run',
1020 '../chrome/chrome.gyp:sync_integration_tests_run', 1021 '../chrome/chrome.gyp:sync_integration_tests_run',
1021 '../chrome/chrome.gyp:unit_tests_run', 1022 '../chrome/chrome.gyp:unit_tests_run',
1022 '../net/net.gyp:net_unittests_run', 1023 '../net/net.gyp:net_unittests_run',
1023 ], 1024 ],
1024 }, # target_name: chromium_swarm_tests 1025 }, # target_name: chromium_swarm_tests
1025 ], 1026 ],
1026 }], 1027 }],
1027 ], # conditions 1028 ], # conditions
1028 } 1029 }
OLDNEW
« no previous file with comments | « no previous file | build/all_android.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698