Chromium Code Reviews| 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.cc', | 37 'backend/printing_info_win.cc', |
| 38 'backend/printing_info_win.h', | 38 'backend/printing_info_win.h', |
| 39 'emf_win.cc', | 39 'emf_win.cc', |
| 40 'emf_win.h', | 40 'emf_win.h', |
| 41 'image.cc', | 41 'image.cc', |
| 42 'image.h', | 42 'image.h', |
| 43 'image_android.cc', | 43 'image_android.cc', |
| 44 'image_linux.cc', | 44 'image_linux.cc', |
| 45 'image_mac.cc', | 45 'image_mac.cc', |
| 46 'image_win.cc', | 46 'image_win.cc', |
| 47 'metafile.cc', | |
|
Lei Zhang
2014/09/11 23:31:10
Also change printing/BUILD.gn.
Vitaly Buka (NO REVIEWS)
2014/09/12 01:54:00
Done.
| |
| 47 'metafile.h', | 48 'metafile.h', |
| 48 'metafile_skia_wrapper.cc', | 49 'metafile_skia_wrapper.cc', |
| 49 'metafile_skia_wrapper.h', | 50 'metafile_skia_wrapper.h', |
| 50 'page_number.cc', | 51 'page_number.cc', |
| 51 'page_number.h', | 52 'page_number.h', |
| 52 'page_range.cc', | 53 'page_range.cc', |
| 53 'page_range.h', | 54 'page_range.h', |
| 54 'page_setup.cc', | 55 'page_setup.cc', |
| 55 'page_setup.h', | 56 'page_setup.h', |
| 56 'page_size_margins.h', | 57 'page_size_margins.h', |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 309 }, | 310 }, |
| 310 'dependencies': [ | 311 'dependencies': [ |
| 311 '../base/base.gyp:base_java', | 312 '../base/base.gyp:base_java', |
| 312 ], | 313 ], |
| 313 'includes': [ '../build/java.gypi' ], | 314 'includes': [ '../build/java.gypi' ], |
| 314 } | 315 } |
| 315 ] | 316 ] |
| 316 }], | 317 }], |
| 317 ] | 318 ] |
| 318 } | 319 } |
| OLD | NEW |