| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 'metafile_impl.h', | 43 'metafile_impl.h', |
| 44 'metafile_skia_wrapper.h', | 44 'metafile_skia_wrapper.h', |
| 45 'metafile_skia_wrapper.cc', | 45 'metafile_skia_wrapper.cc', |
| 46 'page_number.cc', | 46 'page_number.cc', |
| 47 'page_number.h', | 47 'page_number.h', |
| 48 'page_range.cc', | 48 'page_range.cc', |
| 49 'page_range.h', | 49 'page_range.h', |
| 50 'page_setup.cc', | 50 'page_setup.cc', |
| 51 'page_setup.h', | 51 'page_setup.h', |
| 52 'page_size_margins.h', | 52 'page_size_margins.h', |
| 53 'pdf_metafile_cairo_linux.cc', | |
| 54 'pdf_metafile_cairo_linux.h', | |
| 55 'pdf_metafile_cg_mac.cc', | 53 'pdf_metafile_cg_mac.cc', |
| 56 'pdf_metafile_cg_mac.h', | 54 'pdf_metafile_cg_mac.h', |
| 57 'pdf_metafile_skia.h', | 55 'pdf_metafile_skia.h', |
| 58 'pdf_metafile_skia.cc', | 56 'pdf_metafile_skia.cc', |
| 59 'printed_document_cairo.cc', | 57 'printed_document_cairo.cc', |
| 60 'printed_document.cc', | 58 'printed_document.cc', |
| 61 'printed_document.h', | 59 'printed_document.h', |
| 62 'printed_document_mac.cc', | 60 'printed_document_mac.cc', |
| 63 'printed_document_win.cc', | 61 'printed_document_win.cc', |
| 64 'printed_page.cc', | 62 'printed_page.cc', |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 '../testing/gtest.gyp:gtest', | 168 '../testing/gtest.gyp:gtest', |
| 171 '../base/base.gyp:test_support_base', | 169 '../base/base.gyp:test_support_base', |
| 172 '../ui/ui.gyp:ui', | 170 '../ui/ui.gyp:ui', |
| 173 ], | 171 ], |
| 174 'sources': [ | 172 'sources': [ |
| 175 'emf_win_unittest.cc', | 173 'emf_win_unittest.cc', |
| 176 'printing_test.h', | 174 'printing_test.h', |
| 177 'page_number_unittest.cc', | 175 'page_number_unittest.cc', |
| 178 'page_range_unittest.cc', | 176 'page_range_unittest.cc', |
| 179 'page_setup_unittest.cc', | 177 'page_setup_unittest.cc', |
| 180 'pdf_metafile_cairo_linux_unittest.cc', | |
| 181 'pdf_metafile_cg_mac_unittest.cc', | 178 'pdf_metafile_cg_mac_unittest.cc', |
| 182 'printed_page_unittest.cc', | 179 'printed_page_unittest.cc', |
| 183 'printing_context_win_unittest.cc', | 180 'printing_context_win_unittest.cc', |
| 184 'run_all_unittests.cc', | 181 'run_all_unittests.cc', |
| 185 'units_unittest.cc', | 182 'units_unittest.cc', |
| 186 ], | 183 ], |
| 187 'conditions': [ | 184 'conditions': [ |
| 188 ['toolkit_uses_gtk == 0', {'sources/': [['exclude', '_cairo_unittest\\.c
c$']]}], | 185 ['toolkit_uses_gtk == 0', {'sources/': [['exclude', '_cairo_unittest\\.c
c$']]}], |
| 189 ['OS!="mac"', {'sources/': [['exclude', '_mac_unittest\\.(cc|mm?)$']]}], | 186 ['OS!="mac"', {'sources/': [['exclude', '_mac_unittest\\.(cc|mm?)$']]}], |
| 190 ['OS!="win"', {'sources/': [['exclude', '_win_unittest\\.cc$']] | 187 ['OS!="win"', {'sources/': [['exclude', '_win_unittest\\.cc$']] |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 ], | 226 ], |
| 230 }, | 227 }, |
| 231 }], | 228 }], |
| 232 ], | 229 ], |
| 233 }, | 230 }, |
| 234 }], | 231 }], |
| 235 ], | 232 ], |
| 236 }, | 233 }, |
| 237 ], | 234 ], |
| 238 } | 235 } |
| OLD | NEW |