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

Side by Side Diff: build/all.gyp

Issue 584953002: Add gpu_unittests to chromium_gpu_builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | 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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/gpu.gyp:gl_tests', 545 '../gpu/gpu.gyp:gl_tests',
546 '../gpu/gpu.gyp:angle_unittests', 546 '../gpu/gpu.gyp:angle_unittests',
547 '../gpu/gpu.gyp:gpu_unittests',
547 '../tools/telemetry/telemetry.gyp:*', 548 '../tools/telemetry/telemetry.gyp:*',
548 ], 549 ],
549 'conditions': [ 550 'conditions': [
550 ['OS!="ios" and OS!="win"', { 551 ['OS!="ios" and OS!="win"', {
551 'dependencies': [ 552 'dependencies': [
552 '../breakpad/breakpad.gyp:minidump_stackwalk', 553 '../breakpad/breakpad.gyp:minidump_stackwalk',
553 ], 554 ],
554 }], 555 }],
555 ['OS=="linux"', { 556 ['OS=="linux"', {
556 'dependencies': [ 557 'dependencies': [
(...skipping 15 matching lines...) Expand all
572 { 573 {
573 'target_name': 'chromium_gpu_debug_builder', 574 'target_name': 'chromium_gpu_debug_builder',
574 'type': 'none', 575 'type': 'none',
575 'dependencies': [ 576 'dependencies': [
576 '../chrome/chrome.gyp:chrome', 577 '../chrome/chrome.gyp:chrome',
577 '../content/content_shell_and_tests.gyp:content_browsertests', 578 '../content/content_shell_and_tests.gyp:content_browsertests',
578 '../content/content_shell_and_tests.gyp:content_gl_tests', 579 '../content/content_shell_and_tests.gyp:content_gl_tests',
579 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 580 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
580 '../gpu/gpu.gyp:gl_tests', 581 '../gpu/gpu.gyp:gl_tests',
581 '../gpu/gpu.gyp:angle_unittests', 582 '../gpu/gpu.gyp:angle_unittests',
583 '../gpu/gpu.gyp:gpu_unittests',
582 '../tools/telemetry/telemetry.gyp:*', 584 '../tools/telemetry/telemetry.gyp:*',
583 ], 585 ],
584 'conditions': [ 586 'conditions': [
585 ['OS!="ios" and OS!="win"', { 587 ['OS!="ios" and OS!="win"', {
586 'dependencies': [ 588 'dependencies': [
587 '../breakpad/breakpad.gyp:minidump_stackwalk', 589 '../breakpad/breakpad.gyp:minidump_stackwalk',
588 ], 590 ],
589 }], 591 }],
590 ['OS=="linux"', { 592 ['OS=="linux"', {
591 'dependencies': [ 593 'dependencies': [
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
1309 'dependencies': [ 1311 'dependencies': [
1310 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1312 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1311 '../ui/views/views.gyp:views', 1313 '../ui/views/views.gyp:views',
1312 '../ui/views/views.gyp:views_unittests', 1314 '../ui/views/views.gyp:views_unittests',
1313 ], 1315 ],
1314 }, # target_name: macviews_builder 1316 }, # target_name: macviews_builder
1315 ], # targets 1317 ], # targets
1316 }], # os=='mac' and toolkit_views==1 1318 }], # os=='mac' and toolkit_views==1
1317 ], # conditions 1319 ], # conditions
1318 } 1320 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698