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

Side by Side Diff: printing/printing.gyp

Issue 172031: Update gyp files and DEPS for icu42 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « net/net.gyp ('k') | third_party/libxml/README.chromium » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
11 ], 11 ],
12 'targets': [ 12 'targets': [
13 { 13 {
14 'target_name': 'printing', 14 'target_name': 'printing',
15 'type': '<(library)', 15 'type': '<(library)',
16 'dependencies': [ 16 'dependencies': [
17 '../app/app.gyp:app_base', # Only required for Font support 17 '../app/app.gyp:app_base', # Only required for Font support
18 '../base/base.gyp:base', 18 '../base/base.gyp:base',
19 '../base/base.gyp:base_gfx', 19 '../base/base.gyp:base_gfx',
20 '../build/temp_gyp/googleurl.gyp:googleurl', 20 '../build/temp_gyp/googleurl.gyp:googleurl',
21 '../skia/skia.gyp:skia', 21 '../skia/skia.gyp:skia',
22 '../third_party/icu38/icu38.gyp:icui18n', 22 '../third_party/icu/icu.gyp:icui18n',
23 '../third_party/icu38/icu38.gyp:icuuc', 23 '../third_party/icu/icu.gyp:icuuc',
24 ], 24 ],
25 'msvs_guid': '9E5416B9-B91B-4029-93F4-102C1AD5CAF4', 25 'msvs_guid': '9E5416B9-B91B-4029-93F4-102C1AD5CAF4',
26 'include_dirs': [ 26 'include_dirs': [
27 '..', 27 '..',
28 ], 28 ],
29 'sources': [ 29 'sources': [
30 'emf_win.cc', 30 'emf_win.cc',
31 'emf_win.h', 31 'emf_win.h',
32 'image.cc', 32 'image.cc',
33 'image.h', 33 'image.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 '../base/base.gyp:base_gfx', 118 '../base/base.gyp:base_gfx',
119 ], 119 ],
120 'sources/': [ 120 'sources/': [
121 ['include', 'pdf_ps_metafile_linux_unittest.cc'], 121 ['include', 'pdf_ps_metafile_linux_unittest.cc'],
122 ] 122 ]
123 }], 123 }],
124 ], 124 ],
125 }, 125 },
126 ], 126 ],
127 } 127 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | third_party/libxml/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698