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

Side by Side Diff: printing/printing.gyp

Issue 8528053: Print Preview: Making margin selection sticky (part 2/2, again) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing Created 9 years, 1 month 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/page_size_margins.cc ('k') | printing/printing_context.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) 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'metafile.h', 43 'metafile.h',
44 'metafile_impl.h', 44 'metafile_impl.h',
45 'metafile_skia_wrapper.h', 45 'metafile_skia_wrapper.h',
46 'metafile_skia_wrapper.cc', 46 'metafile_skia_wrapper.cc',
47 'page_number.cc', 47 'page_number.cc',
48 'page_number.h', 48 'page_number.h',
49 'page_range.cc', 49 'page_range.cc',
50 'page_range.h', 50 'page_range.h',
51 'page_setup.cc', 51 'page_setup.cc',
52 'page_setup.h', 52 'page_setup.h',
53 'page_size_margins.cc',
53 'page_size_margins.h', 54 'page_size_margins.h',
54 'pdf_metafile_cg_mac.cc', 55 'pdf_metafile_cg_mac.cc',
55 'pdf_metafile_cg_mac.h', 56 'pdf_metafile_cg_mac.h',
56 'pdf_metafile_skia.h', 57 'pdf_metafile_skia.h',
57 'pdf_metafile_skia.cc', 58 'pdf_metafile_skia.cc',
58 'printed_document_aura.cc', 59 'printed_document_aura.cc',
59 'printed_document_cairo.cc', 60 'printed_document_cairo.cc',
60 'printed_document.cc', 61 'printed_document.cc',
61 'printed_document.h', 62 'printed_document.h',
62 'printed_document_mac.cc', 63 'printed_document_mac.cc',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 '<!@(python cups_config_helper.py --cflags)', 258 '<!@(python cups_config_helper.py --cflags)',
258 ], 259 ],
259 }], 260 }],
260 ], 261 ],
261 }, 262 },
262 }], 263 }],
263 ], 264 ],
264 }, 265 },
265 ], 266 ],
266 } 267 }
OLDNEW
« no previous file with comments | « printing/page_size_margins.cc ('k') | printing/printing_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698