| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 'printed_document_win.cc', | 77 'printed_document_win.cc', |
| 78 'printed_page.cc', | 78 'printed_page.cc', |
| 79 'printed_page.h', | 79 'printed_page.h', |
| 80 'printed_pages_source.h', | 80 'printed_pages_source.h', |
| 81 'printing_context.cc', | 81 'printing_context.cc', |
| 82 'printing_context.h', | 82 'printing_context.h', |
| 83 'printing_context_system_dialog_win.cc', | 83 'printing_context_system_dialog_win.cc', |
| 84 'printing_context_system_dialog_win.h', | 84 'printing_context_system_dialog_win.h', |
| 85 'printing_context_win.cc', | 85 'printing_context_win.cc', |
| 86 'printing_context_win.h', | 86 'printing_context_win.h', |
| 87 'printing_param_traits_macros.h', |
| 87 'printing_utils.cc', | 88 'printing_utils.cc', |
| 88 'printing_utils.h', | 89 'printing_utils.h', |
| 89 'units.cc', | 90 'units.cc', |
| 90 'units.h', | 91 'units.h', |
| 91 ], | 92 ], |
| 92 'direct_dependent_settings': { | 93 'direct_dependent_settings': { |
| 93 'include_dirs': [ | 94 'include_dirs': [ |
| 94 '..', | 95 '..', |
| 95 ], | 96 ], |
| 96 }, | 97 }, |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 }, | 313 }, |
| 313 'dependencies': [ | 314 'dependencies': [ |
| 314 '../base/base.gyp:base_java', | 315 '../base/base.gyp:base_java', |
| 315 ], | 316 ], |
| 316 'includes': [ '../build/java.gypi' ], | 317 'includes': [ '../build/java.gypi' ], |
| 317 } | 318 } |
| 318 ] | 319 ] |
| 319 }], | 320 }], |
| 320 ] | 321 ] |
| 321 } | 322 } |
| OLD | NEW |