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

Side by Side Diff: build/all.gyp

Issue 556333003: Add support for khronos gl-cts using its drawElements apis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 2 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
« no previous file with comments | « AUTHORS ('k') | build/common.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) 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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 }, # target_name: chromium_builder_perf 535 }, # target_name: chromium_builder_perf
536 { 536 {
537 'target_name': 'chromium_gpu_builder', 537 'target_name': 'chromium_gpu_builder',
538 'type': 'none', 538 'type': 'none',
539 'dependencies': [ 539 'dependencies': [
540 '../chrome/chrome.gyp:chrome', 540 '../chrome/chrome.gyp:chrome',
541 '../chrome/chrome.gyp:performance_browser_tests', 541 '../chrome/chrome.gyp:performance_browser_tests',
542 '../content/content_shell_and_tests.gyp:content_browsertests', 542 '../content/content_shell_and_tests.gyp:content_browsertests',
543 '../content/content_shell_and_tests.gyp:content_gl_tests', 543 '../content/content_shell_and_tests.gyp:content_gl_tests',
544 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 544 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
545 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est',
545 '../gpu/gpu.gyp:gl_tests', 546 '../gpu/gpu.gyp:gl_tests',
546 '../gpu/gpu.gyp:angle_unittests', 547 '../gpu/gpu.gyp:angle_unittests',
547 '../gpu/gpu.gyp:gpu_unittests', 548 '../gpu/gpu.gyp:gpu_unittests',
548 '../tools/telemetry/telemetry.gyp:*', 549 '../tools/telemetry/telemetry.gyp:*',
549 ], 550 ],
550 'conditions': [ 551 'conditions': [
551 ['OS!="ios" and OS!="win"', { 552 ['OS!="ios" and OS!="win"', {
552 'dependencies': [ 553 'dependencies': [
553 '../breakpad/breakpad.gyp:minidump_stackwalk', 554 '../breakpad/breakpad.gyp:minidump_stackwalk',
554 ], 555 ],
(...skipping 16 matching lines...) Expand all
571 ], 572 ],
572 }, # target_name: chromium_gpu_builder 573 }, # target_name: chromium_gpu_builder
573 { 574 {
574 'target_name': 'chromium_gpu_debug_builder', 575 'target_name': 'chromium_gpu_debug_builder',
575 'type': 'none', 576 'type': 'none',
576 'dependencies': [ 577 'dependencies': [
577 '../chrome/chrome.gyp:chrome', 578 '../chrome/chrome.gyp:chrome',
578 '../content/content_shell_and_tests.gyp:content_browsertests', 579 '../content/content_shell_and_tests.gyp:content_browsertests',
579 '../content/content_shell_and_tests.gyp:content_gl_tests', 580 '../content/content_shell_and_tests.gyp:content_gl_tests',
580 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 581 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
582 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est',
581 '../gpu/gpu.gyp:gl_tests', 583 '../gpu/gpu.gyp:gl_tests',
582 '../gpu/gpu.gyp:angle_unittests', 584 '../gpu/gpu.gyp:angle_unittests',
583 '../gpu/gpu.gyp:gpu_unittests', 585 '../gpu/gpu.gyp:gpu_unittests',
584 '../tools/telemetry/telemetry.gyp:*', 586 '../tools/telemetry/telemetry.gyp:*',
585 ], 587 ],
586 'conditions': [ 588 'conditions': [
587 ['OS!="ios" and OS!="win"', { 589 ['OS!="ios" and OS!="win"', {
588 'dependencies': [ 590 'dependencies': [
589 '../breakpad/breakpad.gyp:minidump_stackwalk', 591 '../breakpad/breakpad.gyp:minidump_stackwalk',
590 ], 592 ],
(...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
1311 'dependencies': [ 1313 'dependencies': [
1312 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1314 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1313 '../ui/views/views.gyp:views', 1315 '../ui/views/views.gyp:views',
1314 '../ui/views/views.gyp:views_unittests', 1316 '../ui/views/views.gyp:views_unittests',
1315 ], 1317 ],
1316 }, # target_name: macviews_builder 1318 }, # target_name: macviews_builder
1317 ], # targets 1319 ], # targets
1318 }], # os=='mac' and toolkit_views==1 1320 }], # os=='mac' and toolkit_views==1
1319 ], # conditions 1321 ], # conditions
1320 } 1322 }
OLDNEW
« no previous file with comments | « AUTHORS ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698