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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 552703002: Fix compilation on Windows with enable_printing=2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mon Sep 8 17:26:04 PDT 2014 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 | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_utility_printing_messages.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 2250 matching lines...) Expand 10 before | Expand all | Expand 10 after
2261 }], 2261 }],
2262 ['enable_printing!=1', { 2262 ['enable_printing!=1', {
2263 'sources/': [ 2263 'sources/': [
2264 ['exclude', '^browser/printing/'], 2264 ['exclude', '^browser/printing/'],
2265 ['exclude', '^browser/ui/webui/print_preview/'], 2265 ['exclude', '^browser/ui/webui/print_preview/'],
2266 # No need for service process. 2266 # No need for service process.
2267 ['exclude', '^browser/service/'], 2267 ['exclude', '^browser/service/'],
2268 ['exclude', '^common/service_'], 2268 ['exclude', '^common/service_'],
2269 ['exclude', '^service/'], 2269 ['exclude', '^service/'],
2270 ], 2270 ],
2271 'sources!': [
2272 'browser/local_discovery/privet_http_unittest.cc',
2273 ],
2274 }], 2271 }],
2275 ['enable_captive_portal_detection!=1', { 2272 ['enable_captive_portal_detection!=1', {
2276 'sources/': [ 2273 'sources/': [
2277 ['exclude', '^browser/captive_portal/'], 2274 ['exclude', '^browser/captive_portal/'],
2278 ], 2275 ],
2279 }], 2276 }],
2280 ['enable_session_service!=1', { 2277 ['enable_session_service!=1', {
2281 'sources!': [ 2278 'sources!': [
2282 'browser/sessions/session_service_unittest.cc', 2279 'browser/sessions/session_service_unittest.cc',
2283 'browser/ui/startup/session_crashed_infobar_delegate_unittest.cc', 2280 'browser/ui/startup/session_crashed_infobar_delegate_unittest.cc',
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
2857 'dependencies': [ 2854 'dependencies': [
2858 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2855 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2859 ], 2856 ],
2860 }], 2857 }],
2861 ], 2858 ],
2862 }, 2859 },
2863 ], 2860 ],
2864 }], 2861 }],
2865 ], # 'conditions' 2862 ], # 'conditions'
2866 } 2863 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_utility_printing_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698