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

Side by Side Diff: printing/printing.gyp

Issue 109433013: Move geometric types to a separate, more lightweight target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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
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 {
11 'target_name': 'printing', 11 'target_name': 'printing',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../base/base.gyp:base', 14 '../base/base.gyp:base',
15 '../base/base.gyp:base_i18n', 15 '../base/base.gyp:base_i18n',
16 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 16 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
17 '../skia/skia.gyp:skia', 17 '../skia/skia.gyp:skia',
18 '../third_party/icu/icu.gyp:icui18n', 18 '../third_party/icu/icu.gyp:icui18n',
19 '../third_party/icu/icu.gyp:icuuc', 19 '../third_party/icu/icu.gyp:icuuc',
20 '../ui/gfx/gfx.gyp:gfx', 20 '../ui/gfx/gfx.gyp:gfx',
21 '../ui/gfx/gfx.gyp:gfx_geometry',
21 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 22 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
22 '../url/url.gyp:url_lib', 23 '../url/url.gyp:url_lib',
23 ], 24 ],
24 'defines': [ 25 'defines': [
25 'PRINTING_IMPLEMENTATION', 26 'PRINTING_IMPLEMENTATION',
26 ], 27 ],
27 'include_dirs': [ 28 'include_dirs': [
28 '..', 29 '..',
29 ], 30 ],
30 'sources': [ 31 'sources': [
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 }, 241 },
241 { 242 {
242 'target_name': 'printing_unittests', 243 'target_name': 'printing_unittests',
243 'type': 'executable', 244 'type': 'executable',
244 'dependencies': [ 245 'dependencies': [
245 'printing', 246 'printing',
246 '../testing/gtest.gyp:gtest', 247 '../testing/gtest.gyp:gtest',
247 '../base/base.gyp:run_all_unittests', 248 '../base/base.gyp:run_all_unittests',
248 '../base/base.gyp:test_support_base', 249 '../base/base.gyp:test_support_base',
249 '../ui/gfx/gfx.gyp:gfx', 250 '../ui/gfx/gfx.gyp:gfx',
251 '../ui/gfx/gfx.gyp:gfx_geometry',
250 '../ui/ui.gyp:ui', 252 '../ui/ui.gyp:ui',
251 ], 253 ],
252 'sources': [ 254 'sources': [
253 'emf_win_unittest.cc', 255 'emf_win_unittest.cc',
254 'page_number_unittest.cc', 256 'page_number_unittest.cc',
255 'page_range_unittest.cc', 257 'page_range_unittest.cc',
256 'page_setup_unittest.cc', 258 'page_setup_unittest.cc',
257 'pdf_metafile_cg_mac_unittest.cc', 259 'pdf_metafile_cg_mac_unittest.cc',
258 'printed_page_unittest.cc', 260 'printed_page_unittest.cc',
259 'printing_context_win_unittest.cc', 261 'printing_context_win_unittest.cc',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 }, 350 },
349 'dependencies': [ 351 'dependencies': [
350 '../base/base.gyp:base_java', 352 '../base/base.gyp:base_java',
351 ], 353 ],
352 'includes': [ '../build/java.gypi' ], 354 'includes': [ '../build/java.gypi' ],
353 } 355 }
354 ] 356 ]
355 }], 357 }],
356 ] 358 ]
357 } 359 }
OLDNEW
« no previous file with comments | « mojo/mojo_services.gypi ('k') | remoting/remoting.gyp » ('j') | ui/aura/aura.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698