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

Side by Side Diff: trunk/src/build/all.gyp

Issue 138143020: Revert 245684 "[telemetry] bitmaptools as a standalone executable" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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 | « trunk/src/PRESUBMIT.py ('k') | trunk/src/tools/telemetry/telemetry.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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 '../jingle/jingle.gyp:jingle_unittests', 258 '../jingle/jingle.gyp:jingle_unittests',
259 '../media/cast/cast.gyp:cast_unittests', 259 '../media/cast/cast.gyp:cast_unittests',
260 '../media/media.gyp:media_unittests', 260 '../media/media.gyp:media_unittests',
261 '../mojo/mojo.gyp:mojo', 261 '../mojo/mojo.gyp:mojo',
262 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 262 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
263 '../remoting/remoting.gyp:remoting_unittests', 263 '../remoting/remoting.gyp:remoting_unittests',
264 '../third_party/WebKit/public/all.gyp:all_blink', 264 '../third_party/WebKit/public/all.gyp:all_blink',
265 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 265 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
266 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 266 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
267 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 267 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
268 '../tools/telemetry/telemetry.gyp:*',
269 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 268 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
270 ], 269 ],
271 }], 270 }],
272 ['OS=="win"', { 271 ['OS=="win"', {
273 'dependencies': [ 272 'dependencies': [
274 '../chrome/chrome.gyp:crash_service', 273 '../chrome/chrome.gyp:crash_service',
275 '../chrome/chrome.gyp:installer_util_unittests', 274 '../chrome/chrome.gyp:installer_util_unittests',
276 '../chrome/chrome.gyp:mini_installer_test', 275 '../chrome/chrome.gyp:mini_installer_test',
277 # mini_installer_tests depends on mini_installer. This should be 276 # mini_installer_tests depends on mini_installer. This should be
278 # defined in installer.gyp. 277 # defined in installer.gyp.
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 'target_name': 'chromium_builder_perf', 429 'target_name': 'chromium_builder_perf',
431 'type': 'none', 430 'type': 'none',
432 'dependencies': [ 431 'dependencies': [
433 '../cc/cc_tests.gyp:cc_perftests', 432 '../cc/cc_tests.gyp:cc_perftests',
434 '../chrome/chrome.gyp:chrome', 433 '../chrome/chrome.gyp:chrome',
435 '../chrome/chrome.gyp:performance_browser_tests', 434 '../chrome/chrome.gyp:performance_browser_tests',
436 '../chrome/chrome.gyp:performance_ui_tests', 435 '../chrome/chrome.gyp:performance_ui_tests',
437 '../chrome/chrome.gyp:sync_performance_tests', 436 '../chrome/chrome.gyp:sync_performance_tests',
438 '../media/media.gyp:media_perftests', 437 '../media/media.gyp:media_perftests',
439 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 438 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
440 '../tools/telemetry/telemetry.gyp:*',
441 ], 439 ],
442 'conditions': [ 440 'conditions': [
443 ['OS!="ios" and OS!="win"', { 441 ['OS!="ios" and OS!="win"', {
444 'dependencies': [ 442 'dependencies': [
445 '../breakpad/breakpad.gyp:minidump_stackwalk', 443 '../breakpad/breakpad.gyp:minidump_stackwalk',
446 ], 444 ],
447 }], 445 }],
448 ['OS=="linux"', { 446 ['OS=="linux"', {
449 'dependencies': [ 447 'dependencies': [
450 '../chrome/chrome.gyp:linux_symbols' 448 '../chrome/chrome.gyp:linux_symbols'
(...skipping 16 matching lines...) Expand all
467 'type': 'none', 465 'type': 'none',
468 'dependencies': [ 466 'dependencies': [
469 '../chrome/chrome.gyp:chrome', 467 '../chrome/chrome.gyp:chrome',
470 '../chrome/chrome.gyp:performance_browser_tests', 468 '../chrome/chrome.gyp:performance_browser_tests',
471 '../chrome/chrome.gyp:performance_ui_tests', 469 '../chrome/chrome.gyp:performance_ui_tests',
472 '../content/content_shell_and_tests.gyp:content_browsertests', 470 '../content/content_shell_and_tests.gyp:content_browsertests',
473 '../content/content_shell_and_tests.gyp:content_gl_tests', 471 '../content/content_shell_and_tests.gyp:content_gl_tests',
474 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 472 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
475 '../gpu/gpu.gyp:gl_tests', 473 '../gpu/gpu.gyp:gl_tests',
476 '../gpu/gpu.gyp:angle_unittests', 474 '../gpu/gpu.gyp:angle_unittests',
477 '../tools/telemetry/telemetry.gyp:*',
478 ], 475 ],
479 'conditions': [ 476 'conditions': [
480 ['OS!="ios" and OS!="win"', { 477 ['OS!="ios" and OS!="win"', {
481 'dependencies': [ 478 'dependencies': [
482 '../breakpad/breakpad.gyp:minidump_stackwalk', 479 '../breakpad/breakpad.gyp:minidump_stackwalk',
483 ], 480 ],
484 }], 481 }],
485 ['OS=="linux"', { 482 ['OS=="linux"', {
486 'dependencies': [ 483 'dependencies': [
487 '../chrome/chrome.gyp:linux_symbols' 484 '../chrome/chrome.gyp:linux_symbols'
(...skipping 14 matching lines...) Expand all
502 { 499 {
503 'target_name': 'chromium_gpu_debug_builder', 500 'target_name': 'chromium_gpu_debug_builder',
504 'type': 'none', 501 'type': 'none',
505 'dependencies': [ 502 'dependencies': [
506 '../chrome/chrome.gyp:chrome', 503 '../chrome/chrome.gyp:chrome',
507 '../content/content_shell_and_tests.gyp:content_browsertests', 504 '../content/content_shell_and_tests.gyp:content_browsertests',
508 '../content/content_shell_and_tests.gyp:content_gl_tests', 505 '../content/content_shell_and_tests.gyp:content_gl_tests',
509 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 506 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
510 '../gpu/gpu.gyp:gl_tests', 507 '../gpu/gpu.gyp:gl_tests',
511 '../gpu/gpu.gyp:angle_unittests', 508 '../gpu/gpu.gyp:angle_unittests',
512 '../tools/telemetry/telemetry.gyp:*',
513 ], 509 ],
514 'conditions': [ 510 'conditions': [
515 ['OS!="ios" and OS!="win"', { 511 ['OS!="ios" and OS!="win"', {
516 'dependencies': [ 512 'dependencies': [
517 '../breakpad/breakpad.gyp:minidump_stackwalk', 513 '../breakpad/breakpad.gyp:minidump_stackwalk',
518 ], 514 ],
519 }], 515 }],
520 ['OS=="linux"', { 516 ['OS=="linux"', {
521 'dependencies': [ 517 'dependencies': [
522 '../chrome/chrome.gyp:linux_symbols' 518 '../chrome/chrome.gyp:linux_symbols'
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 '../chrome/chrome.gyp:interactive_ui_tests_run', 1024 '../chrome/chrome.gyp:interactive_ui_tests_run',
1029 '../chrome/chrome.gyp:sync_integration_tests_run', 1025 '../chrome/chrome.gyp:sync_integration_tests_run',
1030 '../chrome/chrome.gyp:unit_tests_run', 1026 '../chrome/chrome.gyp:unit_tests_run',
1031 '../net/net.gyp:net_unittests_run', 1027 '../net/net.gyp:net_unittests_run',
1032 ], 1028 ],
1033 }, # target_name: chromium_swarm_tests 1029 }, # target_name: chromium_swarm_tests
1034 ], 1030 ],
1035 }], 1031 }],
1036 ], # conditions 1032 ], # conditions
1037 } 1033 }
OLDNEW
« no previous file with comments | « trunk/src/PRESUBMIT.py ('k') | trunk/src/tools/telemetry/telemetry.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698