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

Side by Side Diff: build/all.gyp

Issue 136793022: [telemetry] bitmaptools as a standalone executable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix binary mode for stdio on win32 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 | « PRESUBMIT.py ('k') | 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:*',
268 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 269 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
269 ], 270 ],
270 }], 271 }],
271 ['OS=="win"', { 272 ['OS=="win"', {
272 'dependencies': [ 273 'dependencies': [
273 '../chrome/chrome.gyp:crash_service', 274 '../chrome/chrome.gyp:crash_service',
274 '../chrome/chrome.gyp:installer_util_unittests', 275 '../chrome/chrome.gyp:installer_util_unittests',
275 '../chrome/chrome.gyp:mini_installer_test', 276 '../chrome/chrome.gyp:mini_installer_test',
276 # mini_installer_tests depends on mini_installer. This should be 277 # mini_installer_tests depends on mini_installer. This should be
277 # defined in installer.gyp. 278 # defined in installer.gyp.
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'target_name': 'chromium_builder_perf', 430 'target_name': 'chromium_builder_perf',
430 'type': 'none', 431 'type': 'none',
431 'dependencies': [ 432 'dependencies': [
432 '../cc/cc_tests.gyp:cc_perftests', 433 '../cc/cc_tests.gyp:cc_perftests',
433 '../chrome/chrome.gyp:chrome', 434 '../chrome/chrome.gyp:chrome',
434 '../chrome/chrome.gyp:performance_browser_tests', 435 '../chrome/chrome.gyp:performance_browser_tests',
435 '../chrome/chrome.gyp:performance_ui_tests', 436 '../chrome/chrome.gyp:performance_ui_tests',
436 '../chrome/chrome.gyp:sync_performance_tests', 437 '../chrome/chrome.gyp:sync_performance_tests',
437 '../media/media.gyp:media_perftests', 438 '../media/media.gyp:media_perftests',
438 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 439 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
440 '../tools/telemetry/telemetry.gyp:*',
439 ], 441 ],
440 'conditions': [ 442 'conditions': [
441 ['OS!="ios" and OS!="win"', { 443 ['OS!="ios" and OS!="win"', {
442 'dependencies': [ 444 'dependencies': [
443 '../breakpad/breakpad.gyp:minidump_stackwalk', 445 '../breakpad/breakpad.gyp:minidump_stackwalk',
444 ], 446 ],
445 }], 447 }],
446 ['OS=="linux"', { 448 ['OS=="linux"', {
447 'dependencies': [ 449 'dependencies': [
448 '../chrome/chrome.gyp:linux_symbols' 450 '../chrome/chrome.gyp:linux_symbols'
(...skipping 16 matching lines...) Expand all
465 'type': 'none', 467 'type': 'none',
466 'dependencies': [ 468 'dependencies': [
467 '../chrome/chrome.gyp:chrome', 469 '../chrome/chrome.gyp:chrome',
468 '../chrome/chrome.gyp:performance_browser_tests', 470 '../chrome/chrome.gyp:performance_browser_tests',
469 '../chrome/chrome.gyp:performance_ui_tests', 471 '../chrome/chrome.gyp:performance_ui_tests',
470 '../content/content_shell_and_tests.gyp:content_browsertests', 472 '../content/content_shell_and_tests.gyp:content_browsertests',
471 '../content/content_shell_and_tests.gyp:content_gl_tests', 473 '../content/content_shell_and_tests.gyp:content_gl_tests',
472 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 474 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
473 '../gpu/gpu.gyp:gl_tests', 475 '../gpu/gpu.gyp:gl_tests',
474 '../gpu/gpu.gyp:angle_unittests', 476 '../gpu/gpu.gyp:angle_unittests',
477 '../tools/telemetry/telemetry.gyp:*',
475 ], 478 ],
476 'conditions': [ 479 'conditions': [
477 ['OS!="ios" and OS!="win"', { 480 ['OS!="ios" and OS!="win"', {
478 'dependencies': [ 481 'dependencies': [
479 '../breakpad/breakpad.gyp:minidump_stackwalk', 482 '../breakpad/breakpad.gyp:minidump_stackwalk',
480 ], 483 ],
481 }], 484 }],
482 ['OS=="linux"', { 485 ['OS=="linux"', {
483 'dependencies': [ 486 'dependencies': [
484 '../chrome/chrome.gyp:linux_symbols' 487 '../chrome/chrome.gyp:linux_symbols'
(...skipping 14 matching lines...) Expand all
499 { 502 {
500 'target_name': 'chromium_gpu_debug_builder', 503 'target_name': 'chromium_gpu_debug_builder',
501 'type': 'none', 504 'type': 'none',
502 'dependencies': [ 505 'dependencies': [
503 '../chrome/chrome.gyp:chrome', 506 '../chrome/chrome.gyp:chrome',
504 '../content/content_shell_and_tests.gyp:content_browsertests', 507 '../content/content_shell_and_tests.gyp:content_browsertests',
505 '../content/content_shell_and_tests.gyp:content_gl_tests', 508 '../content/content_shell_and_tests.gyp:content_gl_tests',
506 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 509 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
507 '../gpu/gpu.gyp:gl_tests', 510 '../gpu/gpu.gyp:gl_tests',
508 '../gpu/gpu.gyp:angle_unittests', 511 '../gpu/gpu.gyp:angle_unittests',
512 '../tools/telemetry/telemetry.gyp:*',
509 ], 513 ],
510 'conditions': [ 514 'conditions': [
511 ['OS!="ios" and OS!="win"', { 515 ['OS!="ios" and OS!="win"', {
512 'dependencies': [ 516 'dependencies': [
513 '../breakpad/breakpad.gyp:minidump_stackwalk', 517 '../breakpad/breakpad.gyp:minidump_stackwalk',
514 ], 518 ],
515 }], 519 }],
516 ['OS=="linux"', { 520 ['OS=="linux"', {
517 'dependencies': [ 521 'dependencies': [
518 '../chrome/chrome.gyp:linux_symbols' 522 '../chrome/chrome.gyp:linux_symbols'
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
1011 '../chrome/chrome.gyp:interactive_ui_tests_run', 1015 '../chrome/chrome.gyp:interactive_ui_tests_run',
1012 '../chrome/chrome.gyp:sync_integration_tests_run', 1016 '../chrome/chrome.gyp:sync_integration_tests_run',
1013 '../chrome/chrome.gyp:unit_tests_run', 1017 '../chrome/chrome.gyp:unit_tests_run',
1014 '../net/net.gyp:net_unittests_run', 1018 '../net/net.gyp:net_unittests_run',
1015 ], 1019 ],
1016 }, # target_name: chromium_swarm_tests 1020 }, # target_name: chromium_swarm_tests
1017 ], 1021 ],
1018 }], 1022 }],
1019 ], # conditions 1023 ], # conditions
1020 } 1024 }
OLDNEW
« no previous file with comments | « PRESUBMIT.py ('k') | tools/telemetry/telemetry.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698