Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 320673002: Printing: Don't build service code when full printing is not enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/chrome_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698