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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 320673002: Printing: Don't build service code when full printing is not enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/common_message_generator.h » ('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 ['exclude', '^browser/plugins/'], 2269 ['exclude', '^browser/plugins/'],
2270 ], 2270 ],
2271 'sources!': [ 2271 'sources!': [
2272 'browser/metrics/plugin_metrics_provider_unittest.cc', 2272 'browser/metrics/plugin_metrics_provider_unittest.cc',
2273 ], 2273 ],
2274 }], 2274 }],
2275 ['enable_printing!=1', { 2275 ['enable_printing!=1', {
2276 'sources/': [ 2276 'sources/': [
2277 ['exclude', '^browser/printing/'], 2277 ['exclude', '^browser/printing/'],
2278 ['exclude', '^browser/ui/webui/print_preview/'], 2278 ['exclude', '^browser/ui/webui/print_preview/'],
2279 ['exclude', '^service/'],
2279 ], 2280 ],
2280 }], 2281 }],
2281 ['enable_captive_portal_detection!=1', { 2282 ['enable_captive_portal_detection!=1', {
2282 'sources/': [ 2283 'sources/': [
2283 ['exclude', '^browser/captive_portal/'], 2284 ['exclude', '^browser/captive_portal/'],
2284 ], 2285 ],
2285 }], 2286 }],
2286 ['enable_session_service!=1', { 2287 ['enable_session_service!=1', {
2287 'sources!': [ 2288 'sources!': [
2288 'browser/sessions/session_service_unittest.cc', 2289 'browser/sessions/session_service_unittest.cc',
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
2860 'unit_tests.isolate', 2861 'unit_tests.isolate',
2861 ], 2862 ],
2862 'sources': [ 2863 'sources': [
2863 'unit_tests.isolate', 2864 'unit_tests.isolate',
2864 ], 2865 ],
2865 }, 2866 },
2866 ], 2867 ],
2867 }], 2868 }],
2868 ], # 'conditions' 2869 ], # 'conditions'
2869 } 2870 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/common_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698