| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 3122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3133 ], | 3133 ], |
| 3134 }], | 3134 }], |
| 3135 ['enable_printing==1', { | 3135 ['enable_printing==1', { |
| 3136 'sources/': [ | 3136 'sources/': [ |
| 3137 ['exclude', '^browser/printing/print_view_manager_basic.*'], | 3137 ['exclude', '^browser/printing/print_view_manager_basic.*'], |
| 3138 ], | 3138 ], |
| 3139 }], | 3139 }], |
| 3140 ['enable_printing==2', { | 3140 ['enable_printing==2', { |
| 3141 'sources/': [ | 3141 'sources/': [ |
| 3142 ['exclude', '^browser/printing/background_printing_manager.*'], | 3142 ['exclude', '^browser/printing/background_printing_manager.*'], |
| 3143 ['exclude', '^browser/printing/cloud_print/'], |
| 3143 ['exclude', '^browser/printing/print_view_manager.cc'], | 3144 ['exclude', '^browser/printing/print_view_manager.cc'], |
| 3144 ['exclude', '^browser/printing/print_error_dialog.*'], | 3145 ['exclude', '^browser/printing/print_error_dialog.*'], |
| 3145 ['exclude', '^browser/printing/print_preview.*'], | 3146 ['exclude', '^browser/printing/print_preview.*'], |
| 3146 ['exclude', '^browser/printing/print_view_manager.cc'], | 3147 ['exclude', '^browser/printing/print_view_manager.cc'], |
| 3147 ['exclude', '^browser/printing/print_view_manager.h'], | 3148 ['exclude', '^browser/printing/print_view_manager.h'], |
| 3148 ['exclude', '^browser/printing/printer_manager_dialog.*'], | 3149 ['exclude', '^browser/printing/printer_manager_dialog.*'], |
| 3150 ['exclude', '^browser/service_process/'], |
| 3149 ['exclude', '^browser/task_manager/printing_information.cc'], | 3151 ['exclude', '^browser/task_manager/printing_information.cc'], |
| 3150 ], | 3152 ], |
| 3151 }], | 3153 }], |
| 3152 ['enable_captive_portal_detection!=1', { | 3154 ['enable_captive_portal_detection!=1', { |
| 3153 'sources/': [ | 3155 'sources/': [ |
| 3154 ['exclude', '^browser/captive_portal/'], | 3156 ['exclude', '^browser/captive_portal/'], |
| 3155 ], | 3157 ], |
| 3156 }], | 3158 }], |
| 3157 ['enable_session_service!=1', { | 3159 ['enable_session_service!=1', { |
| 3158 'sources!': [ | 3160 'sources!': [ |
| (...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3779 'package_name': 'org/chromium/chrome/browser', | 3781 'package_name': 'org/chromium/chrome/browser', |
| 3780 'template_deps': ['browser/android/tab_load_status.h'], | 3782 'template_deps': ['browser/android/tab_load_status.h'], |
| 3781 }, | 3783 }, |
| 3782 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3784 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3783 }, | 3785 }, |
| 3784 ], | 3786 ], |
| 3785 }, | 3787 }, |
| 3786 ], | 3788 ], |
| 3787 ], | 3789 ], |
| 3788 } | 3790 } |
| OLD | NEW |