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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 471263003: Only build various flash/pnacl/ppapi code when they are enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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 | « chrome/chrome_common.gypi ('k') | chrome/common/BUILD.gn » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2258 matching lines...) Expand 10 before | Expand all | Expand 10 after
2269 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h', 2269 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h',
2270 'browser/ui/autofill/test_autofill_credit_card_bubble.cc', 2270 'browser/ui/autofill/test_autofill_credit_card_bubble.cc',
2271 'browser/ui/autofill/test_autofill_credit_card_bubble.h', 2271 'browser/ui/autofill/test_autofill_credit_card_bubble.h',
2272 ], 2272 ],
2273 }], 2273 }],
2274 ['enable_plugins==0', { 2274 ['enable_plugins==0', {
2275 'sources/': [ 2275 'sources/': [
2276 ['exclude', '^browser/plugins/'], 2276 ['exclude', '^browser/plugins/'],
2277 ], 2277 ],
2278 'sources!': [ 2278 'sources!': [
2279 'browser/component_updater/test/component_installers_unittest.cc',
2279 'browser/metrics/plugin_metrics_provider_unittest.cc', 2280 'browser/metrics/plugin_metrics_provider_unittest.cc',
2281 'common/pepper_permission_util_unittest.cc',
2280 ], 2282 ],
2281 }], 2283 }],
2282 ['enable_printing!=1', { 2284 ['enable_printing!=1', {
2283 'sources/': [ 2285 'sources/': [
2284 ['exclude', '^browser/printing/'], 2286 ['exclude', '^browser/printing/'],
2285 ['exclude', '^browser/ui/webui/print_preview/'], 2287 ['exclude', '^browser/ui/webui/print_preview/'],
2286 ['exclude', '^service/'], 2288 ['exclude', '^service/'],
2287 ], 2289 ],
2288 'sources!': [ 2290 'sources!': [
2289 'browser/local_discovery/privet_http_unittest.cc', 2291 'browser/local_discovery/privet_http_unittest.cc',
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
2886 'dependencies': [ 2888 'dependencies': [
2887 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2889 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2888 ], 2890 ],
2889 }], 2891 }],
2890 ], 2892 ],
2891 }, 2893 },
2892 ], 2894 ],
2893 }], 2895 }],
2894 ], # 'conditions' 2896 ], # 'conditions'
2895 } 2897 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698