| 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 26 matching lines...) Expand all Loading... |
| 37 'backend/printing_info_win.h', | 37 'backend/printing_info_win.h', |
| 38 'emf_win.cc', | 38 'emf_win.cc', |
| 39 'emf_win.h', | 39 'emf_win.h', |
| 40 'image.cc', | 40 'image.cc', |
| 41 'image.h', | 41 'image.h', |
| 42 'image_android.cc', | 42 'image_android.cc', |
| 43 'image_linux.cc', | 43 'image_linux.cc', |
| 44 'image_mac.cc', | 44 'image_mac.cc', |
| 45 'image_win.cc', | 45 'image_win.cc', |
| 46 'metafile.h', | 46 'metafile.h', |
| 47 'metafile_impl.h', | |
| 48 'metafile_skia_wrapper.cc', | 47 'metafile_skia_wrapper.cc', |
| 49 'metafile_skia_wrapper.h', | 48 'metafile_skia_wrapper.h', |
| 50 'page_number.cc', | 49 'page_number.cc', |
| 51 'page_number.h', | 50 'page_number.h', |
| 52 'page_range.cc', | 51 'page_range.cc', |
| 53 'page_range.h', | 52 'page_range.h', |
| 54 'page_setup.cc', | 53 'page_setup.cc', |
| 55 'page_setup.h', | 54 'page_setup.h', |
| 56 'page_size_margins.h', | 55 'page_size_margins.h', |
| 57 'pdf_metafile_cg_mac.cc', | 56 'pdf_metafile_cg_mac.cc', |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 }, | 309 }, |
| 311 'dependencies': [ | 310 'dependencies': [ |
| 312 '../base/base.gyp:base_java', | 311 '../base/base.gyp:base_java', |
| 313 ], | 312 ], |
| 314 'includes': [ '../build/java.gypi' ], | 313 'includes': [ '../build/java.gypi' ], |
| 315 } | 314 } |
| 316 ] | 315 ] |
| 317 }], | 316 }], |
| 318 ] | 317 ] |
| 319 } | 318 } |
| OLD | NEW |