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

Side by Side Diff: build/all.gyp

Issue 8883005: Input latency performance test that uses tracing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win link error fix Created 9 years 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'dependencies': [ 232 'dependencies': [
233 'chromium_builder_qa', # needed for pyauto 233 'chromium_builder_qa', # needed for pyauto
234 'chromium_builder_tests', 234 'chromium_builder_tests',
235 ], 235 ],
236 }, # target_name: chromium_builder_nacl_win_integration 236 }, # target_name: chromium_builder_nacl_win_integration
237 { 237 {
238 'target_name': 'chromium_builder_perf', 238 'target_name': 'chromium_builder_perf',
239 'type': 'none', 239 'type': 'none',
240 'dependencies': [ 240 'dependencies': [
241 'chromium_builder_qa', # needed for pyauto 241 'chromium_builder_qa', # needed for pyauto
242 '../chrome/chrome.gyp:performance_browser_tests',
242 '../chrome/chrome.gyp:performance_ui_tests', 243 '../chrome/chrome.gyp:performance_ui_tests',
243 '../chrome/chrome.gyp:plugin_tests', 244 '../chrome/chrome.gyp:plugin_tests',
244 '../chrome/chrome.gyp:sync_performance_tests', 245 '../chrome/chrome.gyp:sync_performance_tests',
245 '../chrome/chrome.gyp:ui_tests', 246 '../chrome/chrome.gyp:ui_tests',
246 ], 247 ],
247 }, # target_name: chromium_builder_perf 248 }, # target_name: chromium_builder_perf
248 { 249 {
249 'target_name': 'chromium_gpu_builder', 250 'target_name': 'chromium_gpu_builder',
250 'type': 'none', 251 'type': 'none',
251 'dependencies': [ 252 'dependencies': [
252 '../chrome/chrome.gyp:gpu_tests', 253 '../chrome/chrome.gyp:gpu_tests',
254 '../chrome/chrome.gyp:performance_browser_tests',
253 '../chrome/chrome.gyp:performance_ui_tests', 255 '../chrome/chrome.gyp:performance_ui_tests',
254 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree' , 256 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree' ,
255 ], 257 ],
256 }, # target_name: chromium_gpu_builder 258 }, # target_name: chromium_gpu_builder
257 { 259 {
258 'target_name': 'chromium_builder_qa', 260 'target_name': 'chromium_builder_qa',
259 'type': 'none', 261 'type': 'none',
260 'dependencies': [ 262 'dependencies': [
261 '../chrome/chrome.gyp:chromedriver', 263 '../chrome/chrome.gyp:chromedriver',
262 ], 264 ],
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 310 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
309 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 311 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
310 'temp_gyp/googleurl.gyp:googleurl_unittests', 312 'temp_gyp/googleurl.gyp:googleurl_unittests',
311 ], 313 ],
312 }, 314 },
313 { 315 {
314 'target_name': 'chromium_builder_rel', 316 'target_name': 'chromium_builder_rel',
315 'type': 'none', 317 'type': 'none',
316 'dependencies': [ 318 'dependencies': [
317 '../chrome/chrome.gyp:browser_tests', 319 '../chrome/chrome.gyp:browser_tests',
320 '../chrome/chrome.gyp:performance_browser_tests',
318 '../chrome/chrome.gyp:performance_ui_tests', 321 '../chrome/chrome.gyp:performance_ui_tests',
319 '../chrome/chrome.gyp:plugin_tests', 322 '../chrome/chrome.gyp:plugin_tests',
320 '../chrome/chrome.gyp:safe_browsing_tests', 323 '../chrome/chrome.gyp:safe_browsing_tests',
321 '../chrome/chrome.gyp:sync_integration_tests', 324 '../chrome/chrome.gyp:sync_integration_tests',
322 '../chrome/chrome.gyp:sync_unit_tests', 325 '../chrome/chrome.gyp:sync_unit_tests',
323 '../chrome/chrome.gyp:ui_tests', 326 '../chrome/chrome.gyp:ui_tests',
324 '../chrome/chrome.gyp:unit_tests', 327 '../chrome/chrome.gyp:unit_tests',
325 '../content/content.gyp:content_browsertests', 328 '../content/content.gyp:content_browsertests',
326 '../content/content.gyp:content_unittests', 329 '../content/content.gyp:content_unittests',
327 '../ui/ui.gyp:gfx_unittests', 330 '../ui/ui.gyp:gfx_unittests',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 # These targets are here so the build bots can use them to build 388 # These targets are here so the build bots can use them to build
386 # subsets of a full tree for faster cycle times. 389 # subsets of a full tree for faster cycle times.
387 { 390 {
388 'target_name': 'chromium_builder', 391 'target_name': 'chromium_builder',
389 'type': 'none', 392 'type': 'none',
390 'dependencies': [ 393 'dependencies': [
391 '../chrome/chrome.gyp:browser_tests', 394 '../chrome/chrome.gyp:browser_tests',
392 '../chrome/chrome.gyp:installer_util_unittests', 395 '../chrome/chrome.gyp:installer_util_unittests',
393 '../chrome/chrome.gyp:interactive_ui_tests', 396 '../chrome/chrome.gyp:interactive_ui_tests',
394 '../chrome/chrome.gyp:mini_installer_test', 397 '../chrome/chrome.gyp:mini_installer_test',
398 '../chrome/chrome.gyp:performance_browser_tests',
395 '../chrome/chrome.gyp:performance_ui_tests', 399 '../chrome/chrome.gyp:performance_ui_tests',
396 '../chrome/chrome.gyp:plugin_tests', 400 '../chrome/chrome.gyp:plugin_tests',
397 '../chrome/chrome.gyp:safe_browsing_tests', 401 '../chrome/chrome.gyp:safe_browsing_tests',
398 '../chrome/chrome.gyp:sync_integration_tests', 402 '../chrome/chrome.gyp:sync_integration_tests',
399 '../chrome/chrome.gyp:sync_unit_tests', 403 '../chrome/chrome.gyp:sync_unit_tests',
400 '../chrome/chrome.gyp:ui_tests', 404 '../chrome/chrome.gyp:ui_tests',
401 '../chrome/chrome.gyp:unit_tests', 405 '../chrome/chrome.gyp:unit_tests',
402 '../content/content.gyp:content_browsertests', 406 '../content/content.gyp:content_browsertests',
403 '../content/content.gyp:content_unittests', 407 '../content/content.gyp:content_unittests',
404 # mini_installer_tests depends on mini_installer. This should be 408 # mini_installer_tests depends on mini_installer. This should be
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 'sources': [ 527 'sources': [
524 # TODO(bradnelson): This is here to work around gyp issue 137. 528 # TODO(bradnelson): This is here to work around gyp issue 137.
525 # Remove this sources list when that issue has been fixed. 529 # Remove this sources list when that issue has been fixed.
526 'all.gyp', 530 'all.gyp',
527 ], 531 ],
528 'dependencies': [ 532 'dependencies': [
529 '../base/base.gyp:base_unittests', 533 '../base/base.gyp:base_unittests',
530 '../chrome/chrome.gyp:browser_tests', 534 '../chrome/chrome.gyp:browser_tests',
531 '../chrome/chrome.gyp:chrome', 535 '../chrome/chrome.gyp:chrome',
532 '../chrome/chrome.gyp:interactive_ui_tests', 536 '../chrome/chrome.gyp:interactive_ui_tests',
537 '../chrome/chrome.gyp:performance_browser_tests',
533 '../chrome/chrome.gyp:performance_ui_tests', 538 '../chrome/chrome.gyp:performance_ui_tests',
534 '../chrome/chrome.gyp:safe_browsing_tests', 539 '../chrome/chrome.gyp:safe_browsing_tests',
535 '../chrome/chrome.gyp:sync_unit_tests', 540 '../chrome/chrome.gyp:sync_unit_tests',
536 '../chrome/chrome.gyp:sync_integration_tests', 541 '../chrome/chrome.gyp:sync_integration_tests',
537 '../chrome/chrome.gyp:ui_tests', 542 '../chrome/chrome.gyp:ui_tests',
538 '../chrome/chrome.gyp:unit_tests', 543 '../chrome/chrome.gyp:unit_tests',
539 '../content/content.gyp:content_browsertests', 544 '../content/content.gyp:content_browsertests',
540 '../content/content.gyp:content_unittests', 545 '../content/content.gyp:content_unittests',
541 '../crypto/crypto.gyp:crypto_unittests', 546 '../crypto/crypto.gyp:crypto_unittests',
542 '../dbus/dbus.gyp:dbus_unittests', 547 '../dbus/dbus.gyp:dbus_unittests',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 '../sql/sql.gyp:sql_unittests', 603 '../sql/sql.gyp:sql_unittests',
599 '../ui/ui.gyp:gfx_unittests', 604 '../ui/ui.gyp:gfx_unittests',
600 ], 605 ],
601 }], 606 }],
602 ], 607 ],
603 }, 608 },
604 ], # targets 609 ], # targets
605 }], # "use_aura==1" 610 }], # "use_aura==1"
606 ], # conditions 611 ], # conditions
607 } 612 }
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