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

Side by Side Diff: printing/printing.gyp

Issue 368903003: Provide gtest printers for ui/gfx geometry types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add gfx_test_support dep to video_encode_accelerator_unittest Created 6 years, 5 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/BUILD.gn ('k') | ui/events/events.gyp » ('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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 { 207 {
208 'target_name': 'printing_unittests', 208 'target_name': 'printing_unittests',
209 'type': 'executable', 209 'type': 'executable',
210 'dependencies': [ 210 'dependencies': [
211 '../base/base.gyp:run_all_unittests', 211 '../base/base.gyp:run_all_unittests',
212 '../base/base.gyp:test_support_base', 212 '../base/base.gyp:test_support_base',
213 '../testing/gtest.gyp:gtest', 213 '../testing/gtest.gyp:gtest',
214 '../ui/base/ui_base.gyp:ui_base', 214 '../ui/base/ui_base.gyp:ui_base',
215 '../ui/gfx/gfx.gyp:gfx', 215 '../ui/gfx/gfx.gyp:gfx',
216 '../ui/gfx/gfx.gyp:gfx_geometry', 216 '../ui/gfx/gfx.gyp:gfx_geometry',
217 '../ui/gfx/gfx.gyp:gfx_test_support',
217 'printing', 218 'printing',
218 ], 219 ],
219 'sources': [ 220 'sources': [
220 'emf_win_unittest.cc', 221 'emf_win_unittest.cc',
221 'page_number_unittest.cc', 222 'page_number_unittest.cc',
222 'page_range_unittest.cc', 223 'page_range_unittest.cc',
223 'page_setup_unittest.cc', 224 'page_setup_unittest.cc',
224 'pdf_metafile_cg_mac_unittest.cc', 225 'pdf_metafile_cg_mac_unittest.cc',
225 'printed_page_unittest.cc', 226 'printed_page_unittest.cc',
226 'printing_context_win_unittest.cc', 227 'printing_context_win_unittest.cc',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 }, 309 },
309 'dependencies': [ 310 'dependencies': [
310 '../base/base.gyp:base_java', 311 '../base/base.gyp:base_java',
311 ], 312 ],
312 'includes': [ '../build/java.gypi' ], 313 'includes': [ '../build/java.gypi' ],
313 } 314 }
314 ] 315 ]
315 }], 316 }],
316 ] 317 ]
317 } 318 }
OLDNEW
« no previous file with comments | « printing/BUILD.gn ('k') | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698