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

Side by Side Diff: build/all.gyp

Issue 151283003: Perf test to measure loading CDM library. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix windows StringType issue 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/browser/load_library_perf_test.cc » ('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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 'chromium_builder_qa', # needed for pyauto 472 'chromium_builder_qa', # needed for pyauto
473 'chromium_builder_tests', 473 'chromium_builder_tests',
474 ], 474 ],
475 }, # target_name: chromium_builder_nacl_win_integration 475 }, # target_name: chromium_builder_nacl_win_integration
476 { 476 {
477 'target_name': 'chromium_builder_perf', 477 'target_name': 'chromium_builder_perf',
478 'type': 'none', 478 'type': 'none',
479 'dependencies': [ 479 'dependencies': [
480 '../cc/cc_tests.gyp:cc_perftests', 480 '../cc/cc_tests.gyp:cc_perftests',
481 '../chrome/chrome.gyp:chrome', 481 '../chrome/chrome.gyp:chrome',
482 '../chrome/chrome.gyp:load_library_perf_tests',
482 '../chrome/chrome.gyp:performance_browser_tests', 483 '../chrome/chrome.gyp:performance_browser_tests',
483 '../chrome/chrome.gyp:performance_ui_tests', 484 '../chrome/chrome.gyp:performance_ui_tests',
484 '../chrome/chrome.gyp:sync_performance_tests', 485 '../chrome/chrome.gyp:sync_performance_tests',
485 '../media/media.gyp:media_perftests', 486 '../media/media.gyp:media_perftests',
486 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 487 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
487 '../tools/telemetry/telemetry.gyp:*', 488 '../tools/telemetry/telemetry.gyp:*',
488 ], 489 ],
489 'conditions': [ 490 'conditions': [
490 ['OS!="ios" and OS!="win"', { 491 ['OS!="ios" and OS!="win"', {
491 'dependencies': [ 492 'dependencies': [
(...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
1233 # http://crbug.com/157234 1234 # http://crbug.com/157234
1234 #'../chrome/chrome.gyp:sync_integration_tests_run', 1235 #'../chrome/chrome.gyp:sync_integration_tests_run',
1235 '../chrome/chrome.gyp:unit_tests_run', 1236 '../chrome/chrome.gyp:unit_tests_run',
1236 '../net/net.gyp:net_unittests_run', 1237 '../net/net.gyp:net_unittests_run',
1237 ], 1238 ],
1238 }, # target_name: chromium_swarm_tests 1239 }, # target_name: chromium_swarm_tests
1239 ], 1240 ],
1240 }], 1241 }],
1241 ], # conditions 1242 ], # conditions
1242 } 1243 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/load_library_perf_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698