| OLD | NEW |
| 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 }], | 80 }], |
| 81 ], | 81 ], |
| 82 }, | 82 }, |
| 83 { | 83 { |
| 84 'target_name': 'printing_unittests', | 84 'target_name': 'printing_unittests', |
| 85 'type': 'executable', | 85 'type': 'executable', |
| 86 'msvs_guid': '8B2EE5D9-41BC-4AA2-A401-2DC143A05D2E', | 86 'msvs_guid': '8B2EE5D9-41BC-4AA2-A401-2DC143A05D2E', |
| 87 'dependencies': [ | 87 'dependencies': [ |
| 88 'printing', | 88 'printing', |
| 89 '../testing/gtest.gyp:gtest', | 89 '../testing/gtest.gyp:gtest', |
| 90 '../base/base.gyp:test_support_base', | |
| 91 ], | 90 ], |
| 92 'sources': [ | 91 'sources': [ |
| 93 'emf_win_unittest.cc', | 92 'emf_win_unittest.cc', |
| 94 'printing_test.h', | 93 'printing_test.h', |
| 95 'page_number_unittest.cc', | 94 'page_number_unittest.cc', |
| 96 'page_overlays_unittest.cc', | 95 'page_overlays_unittest.cc', |
| 97 'page_range_unittest.cc', | 96 'page_range_unittest.cc', |
| 98 'page_setup_unittest.cc', | 97 'page_setup_unittest.cc', |
| 99 'pdf_metafile_mac_unittest.cc', | 98 'pdf_metafile_mac_unittest.cc', |
| 100 'pdf_ps_metafile_cairo_unittest.cc', | 99 'pdf_ps_metafile_cairo_unittest.cc', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 128 ], | 127 ], |
| 129 }, | 128 }, |
| 130 ], | 129 ], |
| 131 } | 130 } |
| 132 | 131 |
| 133 # Local Variables: | 132 # Local Variables: |
| 134 # tab-width:2 | 133 # tab-width:2 |
| 135 # indent-tabs-mode:nil | 134 # indent-tabs-mode:nil |
| 136 # End: | 135 # End: |
| 137 # vim: set expandtab tabstop=2 shiftwidth=2: | 136 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |