| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 if (is_mac) { | 7 if (is_mac) { |
| 8 import("//build/config/mac/mac_sdk.gni") | 8 import("//build/config/mac/mac_sdk.gni") |
| 9 } | 9 } |
| 10 if (is_android) { | 10 if (is_android) { |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 "backend/printing_info_win.h", | 22 "backend/printing_info_win.h", |
| 23 "emf_win.cc", | 23 "emf_win.cc", |
| 24 "emf_win.h", | 24 "emf_win.h", |
| 25 "image.cc", | 25 "image.cc", |
| 26 "image.h", | 26 "image.h", |
| 27 "image_android.cc", | 27 "image_android.cc", |
| 28 "image_linux.cc", | 28 "image_linux.cc", |
| 29 "image_mac.cc", | 29 "image_mac.cc", |
| 30 "image_win.cc", | 30 "image_win.cc", |
| 31 "metafile.h", | 31 "metafile.h", |
| 32 "metafile_impl.h", | |
| 33 "metafile_skia_wrapper.cc", | 32 "metafile_skia_wrapper.cc", |
| 34 "metafile_skia_wrapper.h", | 33 "metafile_skia_wrapper.h", |
| 35 "page_number.cc", | 34 "page_number.cc", |
| 36 "page_number.h", | 35 "page_number.h", |
| 37 "page_range.cc", | 36 "page_range.cc", |
| 38 "page_range.h", | 37 "page_range.h", |
| 39 "page_setup.cc", | 38 "page_setup.cc", |
| 40 "page_setup.h", | 39 "page_setup.h", |
| 41 "page_size_margins.h", | 40 "page_size_margins.h", |
| 42 "pdf_metafile_cg_mac.cc", | 41 "pdf_metafile_cg_mac.cc", |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 # 'type': 'none', | 246 # 'type': 'none', |
| 248 # 'variables': { | 247 # 'variables': { |
| 249 # 'java_in_dir': '../printing/android/java', | 248 # 'java_in_dir': '../printing/android/java', |
| 250 # }, | 249 # }, |
| 251 # 'dependencies': [ | 250 # 'dependencies': [ |
| 252 # '../base/base.gyp:base_java', | 251 # '../base/base.gyp:base_java', |
| 253 # ], | 252 # ], |
| 254 # 'includes': [ '../build/java.gypi' ], | 253 # 'includes': [ '../build/java.gypi' ], |
| 255 #} | 254 #} |
| 256 } | 255 } |
| OLD | NEW |