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

Side by Side Diff: printing/printing.gyp

Issue 8190012: make browser_tests and interaction_ui_tests compile and link under use_aura=1 chromeos=0. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: merge clipboard change. 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 | « printing/image_aura.cc ('k') | no next file » | 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 17 matching lines...) Expand all
28 ], 28 ],
29 'sources': [ 29 'sources': [
30 'backend/print_backend.cc', 30 'backend/print_backend.cc',
31 'backend/print_backend.h', 31 'backend/print_backend.h',
32 'backend/print_backend_consts.cc', 32 'backend/print_backend_consts.cc',
33 'backend/print_backend_consts.h', 33 'backend/print_backend_consts.h',
34 'backend/print_backend_dummy.cc', 34 'backend/print_backend_dummy.cc',
35 'emf_win.cc', 35 'emf_win.cc',
36 'emf_win.h', 36 'emf_win.h',
37 'image.cc', 37 'image.cc',
38 'image_aura.cc',
38 'image_cairo.cc', 39 'image_cairo.cc',
39 'image_mac.cc', 40 'image_mac.cc',
40 'image_win.cc', 41 'image_win.cc',
41 'image.h', 42 'image.h',
42 'metafile.h', 43 'metafile.h',
43 'metafile_impl.h', 44 'metafile_impl.h',
44 'metafile_skia_wrapper.h', 45 'metafile_skia_wrapper.h',
45 'metafile_skia_wrapper.cc', 46 'metafile_skia_wrapper.cc',
46 'page_number.cc', 47 'page_number.cc',
47 'page_number.h', 48 'page_number.h',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 ], 229 ],
229 }, 230 },
230 }], 231 }],
231 ], 232 ],
232 }, 233 },
233 }], 234 }],
234 ], 235 ],
235 }, 236 },
236 ], 237 ],
237 } 238 }
OLDNEW
« no previous file with comments | « printing/image_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698