OLD | NEW |
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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 { | 202 { |
203 'target_name': 'printing_unittests', | 203 'target_name': 'printing_unittests', |
204 'type': 'executable', | 204 'type': 'executable', |
205 'dependencies': [ | 205 'dependencies': [ |
206 'printing', | 206 'printing', |
207 '../testing/gtest.gyp:gtest', | 207 '../testing/gtest.gyp:gtest', |
208 '../base/base.gyp:test_support_base', | 208 '../base/base.gyp:test_support_base', |
209 '../ui/ui.gyp:ui', | 209 '../ui/ui.gyp:ui', |
210 ], | 210 ], |
211 'sources': [ | 211 'sources': [ |
| 212 'backend/print_backend_unittest.cc', |
212 'emf_win_unittest.cc', | 213 'emf_win_unittest.cc', |
213 'printing_test.h', | 214 'printing_test.h', |
214 'page_number_unittest.cc', | 215 'page_number_unittest.cc', |
215 'page_range_unittest.cc', | 216 'page_range_unittest.cc', |
216 'page_setup_unittest.cc', | 217 'page_setup_unittest.cc', |
217 'pdf_metafile_cg_mac_unittest.cc', | 218 'pdf_metafile_cg_mac_unittest.cc', |
218 'printed_page_unittest.cc', | 219 'printed_page_unittest.cc', |
219 'run_all_unittests.cc', | 220 'run_all_unittests.cc', |
220 'units_unittest.cc', | 221 'units_unittest.cc', |
221 ], | 222 ], |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
284 '<!@(python cups_config_helper.py --cflags)', | 285 '<!@(python cups_config_helper.py --cflags)', |
285 ], | 286 ], |
286 }], | 287 }], |
287 ], | 288 ], |
288 }, | 289 }, |
289 }], | 290 }], |
290 ], | 291 ], |
291 }, | 292 }, |
292 ], | 293 ], |
293 } | 294 } |
OLD | NEW |