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

Side by Side Diff: printing/printing.gyp

Issue 10941025: Simplify document title for Windows printing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « printing/backend/print_backend_unittest.cc ('k') | printing/printing_context_win.cc » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 { 202 {
203 'target_name': 'printing_unittests', 203 'target_name': 'printing_unittests',
204 'type': 'executable', 204 'type': 'executable',
205 'dependencies': [ 205 'dependencies': [
206 'printing', 206 'printing',
207 '../testing/gtest.gyp:gtest', 207 '../testing/gtest.gyp:gtest',
208 '../base/base.gyp:test_support_base', 208 '../base/base.gyp:test_support_base',
209 '../ui/ui.gyp:ui', 209 '../ui/ui.gyp:ui',
210 ], 210 ],
211 'sources': [ 211 'sources': [
212 'backend/print_backend_unittest.cc',
212 'emf_win_unittest.cc', 213 'emf_win_unittest.cc',
213 'printing_test.h', 214 'printing_test.h',
214 'page_number_unittest.cc', 215 'page_number_unittest.cc',
215 'page_range_unittest.cc', 216 'page_range_unittest.cc',
216 'page_setup_unittest.cc', 217 'page_setup_unittest.cc',
217 'pdf_metafile_cg_mac_unittest.cc', 218 'pdf_metafile_cg_mac_unittest.cc',
218 'printed_page_unittest.cc', 219 'printed_page_unittest.cc',
219 'run_all_unittests.cc', 220 'run_all_unittests.cc',
220 'units_unittest.cc', 221 'units_unittest.cc',
221 ], 222 ],
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 '<!@(python cups_config_helper.py --cflags)', 285 '<!@(python cups_config_helper.py --cflags)',
285 ], 286 ],
286 }], 287 }],
287 ], 288 ],
288 }, 289 },
289 }], 290 }],
290 ], 291 ],
291 }, 292 },
292 ], 293 ],
293 } 294 }
OLDNEW
« no previous file with comments | « printing/backend/print_backend_unittest.cc ('k') | printing/printing_context_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698