| 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |