| 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 24 matching lines...) Expand all Loading... |
| 35 'image_cairo.cc', | 35 'image_cairo.cc', |
| 36 'image_mac.cc', | 36 'image_mac.cc', |
| 37 'image_win.cc', | 37 'image_win.cc', |
| 38 'image.h', | 38 'image.h', |
| 39 'metafile.h', | 39 'metafile.h', |
| 40 'metafile_impl.h', | 40 'metafile_impl.h', |
| 41 'metafile_skia_wrapper.h', | 41 'metafile_skia_wrapper.h', |
| 42 'metafile_skia_wrapper.cc', | 42 'metafile_skia_wrapper.cc', |
| 43 'page_number.cc', | 43 'page_number.cc', |
| 44 'page_number.h', | 44 'page_number.h', |
| 45 'page_overlays.cc', | |
| 46 'page_overlays.h', | |
| 47 'page_range.cc', | 45 'page_range.cc', |
| 48 'page_range.h', | 46 'page_range.h', |
| 49 'page_setup.cc', | 47 'page_setup.cc', |
| 50 'page_setup.h', | 48 'page_setup.h', |
| 51 'pdf_metafile_cairo_linux.cc', | 49 'pdf_metafile_cairo_linux.cc', |
| 52 'pdf_metafile_cairo_linux.h', | 50 'pdf_metafile_cairo_linux.h', |
| 53 'pdf_metafile_cg_mac.cc', | 51 'pdf_metafile_cg_mac.cc', |
| 54 'pdf_metafile_cg_mac.h', | 52 'pdf_metafile_cg_mac.h', |
| 55 'pdf_metafile_skia.h', | 53 'pdf_metafile_skia.h', |
| 56 'pdf_metafile_skia.cc', | 54 'pdf_metafile_skia.cc', |
| 57 'printed_document_cairo.cc', | 55 'printed_document_cairo.cc', |
| 58 'printed_document.cc', | 56 'printed_document.cc', |
| 59 'printed_document.h', | 57 'printed_document.h', |
| 60 'printed_document_mac.cc', | 58 'printed_document_mac.cc', |
| 61 'printed_document_posix.cc', | |
| 62 'printed_document_win.cc', | 59 'printed_document_win.cc', |
| 63 'printed_page.cc', | 60 'printed_page.cc', |
| 64 'printed_page.h', | 61 'printed_page.h', |
| 65 'printed_pages_source.h', | 62 'printed_pages_source.h', |
| 66 'printing_context.cc', | 63 'printing_context.cc', |
| 67 'printing_context.h', | 64 'printing_context.h', |
| 68 'printing_context_cairo.cc', | 65 'printing_context_cairo.cc', |
| 69 'printing_context_cairo.h', | 66 'printing_context_cairo.h', |
| 70 'printing_context_mac.mm', | 67 'printing_context_mac.mm', |
| 71 'printing_context_mac.h', | 68 'printing_context_mac.h', |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 'type': 'executable', | 161 'type': 'executable', |
| 165 'dependencies': [ | 162 'dependencies': [ |
| 166 'printing', | 163 'printing', |
| 167 '../testing/gtest.gyp:gtest', | 164 '../testing/gtest.gyp:gtest', |
| 168 '../base/base.gyp:test_support_base', | 165 '../base/base.gyp:test_support_base', |
| 169 ], | 166 ], |
| 170 'sources': [ | 167 'sources': [ |
| 171 'emf_win_unittest.cc', | 168 'emf_win_unittest.cc', |
| 172 'printing_test.h', | 169 'printing_test.h', |
| 173 'page_number_unittest.cc', | 170 'page_number_unittest.cc', |
| 174 'page_overlays_unittest.cc', | |
| 175 'page_range_unittest.cc', | 171 'page_range_unittest.cc', |
| 176 'page_setup_unittest.cc', | 172 'page_setup_unittest.cc', |
| 177 'pdf_metafile_cairo_linux_unittest.cc', | 173 'pdf_metafile_cairo_linux_unittest.cc', |
| 178 'pdf_metafile_cg_mac_unittest.cc', | 174 'pdf_metafile_cg_mac_unittest.cc', |
| 179 'printed_page_unittest.cc', | 175 'printed_page_unittest.cc', |
| 180 'printing_context_win_unittest.cc', | 176 'printing_context_win_unittest.cc', |
| 181 'run_all_unittests.cc', | 177 'run_all_unittests.cc', |
| 182 'units_unittest.cc', | 178 'units_unittest.cc', |
| 183 ], | 179 ], |
| 184 'conditions': [ | 180 'conditions': [ |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 ], | 222 ], |
| 227 }, | 223 }, |
| 228 }], | 224 }], |
| 229 ], | 225 ], |
| 230 }, | 226 }, |
| 231 }], | 227 }], |
| 232 ], | 228 ], |
| 233 }, | 229 }, |
| 234 ], | 230 ], |
| 235 } | 231 } |
| OLD | NEW |