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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 }], | 73 }], |
74 ], | 74 ], |
75 }, | 75 }, |
76 { | 76 { |
77 'target_name': 'printing_unittests', | 77 'target_name': 'printing_unittests', |
78 'type': 'executable', | 78 'type': 'executable', |
79 'msvs_guid': '8B2EE5D9-41BC-4AA2-A401-2DC143A05D2E', | 79 'msvs_guid': '8B2EE5D9-41BC-4AA2-A401-2DC143A05D2E', |
80 'dependencies': [ | 80 'dependencies': [ |
81 'printing', | 81 'printing', |
82 '../testing/gtest.gyp:gtest', | 82 '../testing/gtest.gyp:gtest', |
83 '../testing/gtest.gyp:gtestmain', | |
84 ], | 83 ], |
85 'sources': [ | 84 'sources': [ |
86 'emf_win_unittest.cc', | 85 'emf_win_unittest.cc', |
87 'printing_test.h', | 86 'printing_test.h', |
88 'page_number_unittest.cc', | 87 'page_number_unittest.cc', |
89 'page_overlays_unittest.cc', | 88 'page_overlays_unittest.cc', |
90 'page_range_unittest.cc', | 89 'page_range_unittest.cc', |
91 'page_setup_unittest.cc', | 90 'page_setup_unittest.cc', |
92 'pdf_ps_metafile_linux_unittest.cc', | 91 'pdf_ps_metafile_linux_unittest.cc', |
93 'printing_context_win_unittest.cc', | 92 'printing_context_win_unittest.cc', |
(...skipping 10 matching lines...) Expand all Loading... |
104 ], | 103 ], |
105 ['OS=="linux"', { | 104 ['OS=="linux"', { |
106 'dependencies': [ | 105 'dependencies': [ |
107 '../build/linux/system.gyp:gtk', | 106 '../build/linux/system.gyp:gtk', |
108 ], | 107 ], |
109 }], | 108 }], |
110 ], | 109 ], |
111 }, | 110 }, |
112 ], | 111 ], |
113 } | 112 } |
OLD | NEW |