OLD | NEW |
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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 }, # target_name: chromium_builder_perf | 517 }, # target_name: chromium_builder_perf |
518 { | 518 { |
519 'target_name': 'chromium_gpu_builder', | 519 'target_name': 'chromium_gpu_builder', |
520 'type': 'none', | 520 'type': 'none', |
521 'dependencies': [ | 521 'dependencies': [ |
522 '../chrome/chrome.gyp:chrome', | 522 '../chrome/chrome.gyp:chrome', |
523 '../chrome/chrome.gyp:performance_browser_tests', | 523 '../chrome/chrome.gyp:performance_browser_tests', |
524 '../content/content_shell_and_tests.gyp:content_browsertests', | 524 '../content/content_shell_and_tests.gyp:content_browsertests', |
525 '../content/content_shell_and_tests.gyp:content_gl_tests', | 525 '../content/content_shell_and_tests.gyp:content_gl_tests', |
526 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t
est', | 526 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t
est', |
| 527 '../gpu/khronos_conform_support/khronos_conform_test.gyp:khronos_con
form_test', |
527 '../gpu/gpu.gyp:gl_tests', | 528 '../gpu/gpu.gyp:gl_tests', |
528 '../gpu/gpu.gyp:angle_unittests', | 529 '../gpu/gpu.gyp:angle_unittests', |
529 '../tools/telemetry/telemetry.gyp:*', | 530 '../tools/telemetry/telemetry.gyp:*', |
530 ], | 531 ], |
531 'conditions': [ | 532 'conditions': [ |
532 ['OS!="ios" and OS!="win"', { | 533 ['OS!="ios" and OS!="win"', { |
533 'dependencies': [ | 534 'dependencies': [ |
534 '../breakpad/breakpad.gyp:minidump_stackwalk', | 535 '../breakpad/breakpad.gyp:minidump_stackwalk', |
535 ], | 536 ], |
536 }], | 537 }], |
(...skipping 15 matching lines...) Expand all Loading... |
552 ], | 553 ], |
553 }, # target_name: chromium_gpu_builder | 554 }, # target_name: chromium_gpu_builder |
554 { | 555 { |
555 'target_name': 'chromium_gpu_debug_builder', | 556 'target_name': 'chromium_gpu_debug_builder', |
556 'type': 'none', | 557 'type': 'none', |
557 'dependencies': [ | 558 'dependencies': [ |
558 '../chrome/chrome.gyp:chrome', | 559 '../chrome/chrome.gyp:chrome', |
559 '../content/content_shell_and_tests.gyp:content_browsertests', | 560 '../content/content_shell_and_tests.gyp:content_browsertests', |
560 '../content/content_shell_and_tests.gyp:content_gl_tests', | 561 '../content/content_shell_and_tests.gyp:content_gl_tests', |
561 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t
est', | 562 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t
est', |
| 563 '../gpu/khronos_conform_support/khronos_conform_test.gyp:khronos_con
form_test', |
562 '../gpu/gpu.gyp:gl_tests', | 564 '../gpu/gpu.gyp:gl_tests', |
563 '../gpu/gpu.gyp:angle_unittests', | 565 '../gpu/gpu.gyp:angle_unittests', |
564 '../tools/telemetry/telemetry.gyp:*', | 566 '../tools/telemetry/telemetry.gyp:*', |
565 ], | 567 ], |
566 'conditions': [ | 568 'conditions': [ |
567 ['OS!="ios" and OS!="win"', { | 569 ['OS!="ios" and OS!="win"', { |
568 'dependencies': [ | 570 'dependencies': [ |
569 '../breakpad/breakpad.gyp:minidump_stackwalk', | 571 '../breakpad/breakpad.gyp:minidump_stackwalk', |
570 ], | 572 ], |
571 }], | 573 }], |
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1291 'dependencies': [ | 1293 'dependencies': [ |
1292 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1294 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1293 '../ui/views/views.gyp:views', | 1295 '../ui/views/views.gyp:views', |
1294 '../ui/views/views.gyp:views_unittests', | 1296 '../ui/views/views.gyp:views_unittests', |
1295 ], | 1297 ], |
1296 }, # target_name: macviews_builder | 1298 }, # target_name: macviews_builder |
1297 ], # targets | 1299 ], # targets |
1298 }], # os=='mac' and toolkit_views==1 | 1300 }], # os=='mac' and toolkit_views==1 |
1299 ], # conditions | 1301 ], # conditions |
1300 } | 1302 } |
OLD | NEW |