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

Side by Side Diff: build/all.gyp

Issue 982083004: Add gpu_perftests_apk transitive dependencies to all. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 '../cc/cc_tests.gyp:cc_perftests_apk', 782 '../cc/cc_tests.gyp:cc_perftests_apk',
783 '../cc/cc_tests.gyp:cc_unittests', 783 '../cc/cc_tests.gyp:cc_unittests',
784 '../chrome/chrome.gyp:unit_tests', 784 '../chrome/chrome.gyp:unit_tests',
785 '../components/components_tests.gyp:components_unittests', 785 '../components/components_tests.gyp:components_unittests',
786 '../content/content_shell_and_tests.gyp:content_browsertests', 786 '../content/content_shell_and_tests.gyp:content_browsertests',
787 '../content/content_shell_and_tests.gyp:content_gl_tests', 787 '../content/content_shell_and_tests.gyp:content_gl_tests',
788 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', 788 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk',
789 '../content/content_shell_and_tests.gyp:content_shell_test_apk', 789 '../content/content_shell_and_tests.gyp:content_shell_test_apk',
790 '../content/content_shell_and_tests.gyp:content_unittests', 790 '../content/content_shell_and_tests.gyp:content_unittests',
791 '../gpu/gpu.gyp:gl_tests', 791 '../gpu/gpu.gyp:gl_tests',
792 '../gpu/gpu.gyp:gpu_perftests_apk',
792 '../gpu/gpu.gyp:gpu_unittests', 793 '../gpu/gpu.gyp:gpu_unittests',
793 '../ipc/ipc.gyp:ipc_tests', 794 '../ipc/ipc.gyp:ipc_tests',
794 '../media/media.gyp:media_perftests_apk', 795 '../media/media.gyp:media_perftests_apk',
795 '../media/media.gyp:media_unittests', 796 '../media/media.gyp:media_unittests',
796 '../net/net.gyp:net_unittests', 797 '../net/net.gyp:net_unittests',
797 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps', 798 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps',
798 '../skia/skia_tests.gyp:skia_unittests', 799 '../skia/skia_tests.gyp:skia_unittests',
799 '../sql/sql.gyp:sql_unittests', 800 '../sql/sql.gyp:sql_unittests',
800 '../sync/sync.gyp:sync_unit_tests', 801 '../sync/sync.gyp:sync_unit_tests',
801 '../testing/android/junit/junit_test.gyp:junit_unit_tests', 802 '../testing/android/junit/junit_test.gyp:junit_unit_tests',
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
1330 'dependencies': [ 1331 'dependencies': [
1331 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1332 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1332 '../ui/views/views.gyp:views', 1333 '../ui/views/views.gyp:views',
1333 '../ui/views/views.gyp:views_unittests', 1334 '../ui/views/views.gyp:views_unittests',
1334 ], 1335 ],
1335 }, # target_name: macviews_builder 1336 }, # target_name: macviews_builder
1336 ], # targets 1337 ], # targets
1337 }], # os=='mac' and toolkit_views==1 1338 }], # os=='mac' and toolkit_views==1
1338 ], # conditions 1339 ], # conditions
1339 } 1340 }
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