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

Side by Side Diff: build/all.gyp

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

Powered by Google App Engine
This is Rietveld 408576698