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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 323693002: Split printing utility IPC messages into its own file. (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
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 2263 matching lines...) Expand 10 before | Expand all | Expand 10 after
2274 'sources!': [ 2274 'sources!': [
2275 'browser/metrics/plugin_metrics_provider_unittest.cc', 2275 'browser/metrics/plugin_metrics_provider_unittest.cc',
2276 ], 2276 ],
2277 }], 2277 }],
2278 ['enable_printing!=1', { 2278 ['enable_printing!=1', {
2279 'sources/': [ 2279 'sources/': [
2280 ['exclude', '^browser/printing/'], 2280 ['exclude', '^browser/printing/'],
2281 ['exclude', '^browser/ui/webui/print_preview/'], 2281 ['exclude', '^browser/ui/webui/print_preview/'],
2282 ['exclude', '^service/'], 2282 ['exclude', '^service/'],
2283 ], 2283 ],
2284 'sources!': [
2285 'browser/local_discovery/privet_http_unittest.cc',
2286 ],
2284 }], 2287 }],
2285 ['enable_captive_portal_detection!=1', { 2288 ['enable_captive_portal_detection!=1', {
2286 'sources/': [ 2289 'sources/': [
2287 ['exclude', '^browser/captive_portal/'], 2290 ['exclude', '^browser/captive_portal/'],
2288 ], 2291 ],
2289 }], 2292 }],
2290 ['enable_session_service!=1', { 2293 ['enable_session_service!=1', {
2291 'sources!': [ 2294 'sources!': [
2292 'browser/sessions/session_service_unittest.cc', 2295 'browser/sessions/session_service_unittest.cc',
2293 'browser/ui/startup/session_crashed_infobar_delegate_unittest.cc', 2296 'browser/ui/startup/session_crashed_infobar_delegate_unittest.cc',
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
2864 'unit_tests.isolate', 2867 'unit_tests.isolate',
2865 ], 2868 ],
2866 'sources': [ 2869 'sources': [
2867 'unit_tests.isolate', 2870 'unit_tests.isolate',
2868 ], 2871 ],
2869 }, 2872 },
2870 ], 2873 ],
2871 }], 2874 }],
2872 ], # 'conditions' 2875 ], # 'conditions'
2873 } 2876 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698