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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8245012: Revert 105087 - PrintPreview: Fix printer color settings issues based on printer ppd/schema infor... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 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_browser.gypi ('k') | printing/print_job_constants.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 2170 matching lines...) Expand 10 before | Expand all | Expand 10 after
2181 # OpenSSL build does not support firefox importer. See 2181 # OpenSSL build does not support firefox importer. See
2182 # http://crbug.com/64926 2182 # http://crbug.com/64926
2183 ['exclude', '^browser/importer/'], 2183 ['exclude', '^browser/importer/'],
2184 ], 2184 ],
2185 }], 2185 }],
2186 ['use_cups==1 and OS!="mac"', { 2186 ['use_cups==1 and OS!="mac"', {
2187 'defines': [ 2187 'defines': [
2188 'USE_CUPS', 2188 'USE_CUPS',
2189 ], 2189 ],
2190 'sources': [ 2190 'sources': [
2191 'browser/printing/print_system_task_proxy_unittest.cc', 2191 'browser/ui/webui/print_preview_handler_unittest.cc',
2192 ], 2192 ],
2193 }], 2193 }],
2194 ], 2194 ],
2195 }, 2195 },
2196 { 2196 {
2197 # Executable that runs each browser test in a new process. 2197 # Executable that runs each browser test in a new process.
2198 'target_name': 'browser_tests', 2198 'target_name': 'browser_tests',
2199 'type': 'executable', 2199 'type': 'executable',
2200 'variables': { 2200 'variables': {
2201 'gypv8sh': '../tools/gypv8sh.py', 2201 'gypv8sh': '../tools/gypv8sh.py',
(...skipping 1845 matching lines...) Expand 10 before | Expand all | Expand 10 after
4047 # Use outputs of this action as inputs for the main target build. 4047 # Use outputs of this action as inputs for the main target build.
4048 # Seems as a misnomer but makes this happy on Linux (scons). 4048 # Seems as a misnomer but makes this happy on Linux (scons).
4049 'process_outputs_as_sources': 1, 4049 'process_outputs_as_sources': 1,
4050 }, 4050 },
4051 ], # 'actions' 4051 ], # 'actions'
4052 }, 4052 },
4053 ] 4053 ]
4054 }], # 'coverage!=0' 4054 }], # 'coverage!=0'
4055 ], # 'conditions' 4055 ], # 'conditions'
4056 } 4056 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | printing/print_job_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698