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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 702023002: Renamed enable_printing and printing_mode in *.gyp* and .*gn* files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wed Nov 5 13:48:51 PST 2014 Created 6 years, 1 month 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_browser_chromeos.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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1808 matching lines...) Expand 10 before | Expand all | Expand 10 after
1819 'browser/themes/theme_properties.cc', 1819 'browser/themes/theme_properties.cc',
1820 'browser/themes/theme_properties.h', 1820 'browser/themes/theme_properties.h',
1821 'browser/themes/theme_service.cc', 1821 'browser/themes/theme_service.cc',
1822 'browser/themes/theme_service_factory.cc', 1822 'browser/themes/theme_service_factory.cc',
1823 'browser/themes/theme_service_factory.h', 1823 'browser/themes/theme_service_factory.h',
1824 'browser/themes/theme_service.h', 1824 'browser/themes/theme_service.h',
1825 'browser/themes/theme_service_mac.mm', 1825 'browser/themes/theme_service_mac.mm',
1826 'browser/themes/theme_syncable_service.cc', 1826 'browser/themes/theme_syncable_service.cc',
1827 'browser/themes/theme_syncable_service.h', 1827 'browser/themes/theme_syncable_service.h',
1828 ], 1828 ],
1829 # Used both when enable_printing == 1 (full) and == 2 (basic) 1829 # Used both when (enable_basic_printing==1 or enable_print_preview==1).
1830 'chrome_browser_basic_printing_sources': [ 1830 'chrome_browser_basic_printing_sources': [
1831 'browser/printing/print_job.cc', 1831 'browser/printing/print_job.cc',
1832 'browser/printing/print_job.h', 1832 'browser/printing/print_job.h',
1833 'browser/printing/print_job_manager.cc', 1833 'browser/printing/print_job_manager.cc',
1834 'browser/printing/print_job_manager.h', 1834 'browser/printing/print_job_manager.h',
1835 'browser/printing/print_job_worker.cc', 1835 'browser/printing/print_job_worker.cc',
1836 'browser/printing/print_job_worker.h', 1836 'browser/printing/print_job_worker.h',
1837 'browser/printing/print_job_worker_owner.cc', 1837 'browser/printing/print_job_worker_owner.cc',
1838 'browser/printing/print_job_worker_owner.h', 1838 'browser/printing/print_job_worker_owner.h',
1839 'browser/printing/print_view_manager_base.cc', 1839 'browser/printing/print_view_manager_base.cc',
1840 'browser/printing/print_view_manager_base.h', 1840 'browser/printing/print_view_manager_base.h',
1841 'browser/printing/printer_query.cc', 1841 'browser/printing/printer_query.cc',
1842 'browser/printing/printer_query.h', 1842 'browser/printing/printer_query.h',
1843 'browser/printing/printing_message_filter.cc', 1843 'browser/printing/printing_message_filter.cc',
1844 'browser/printing/printing_message_filter.h', 1844 'browser/printing/printing_message_filter.h',
1845 ], 1845 ],
1846 # Used on top of the "basic" sources when enable_printing == 1 (full). 1846 # Used on top of the "basic" sources when enable_print_preview==1.
1847 'chrome_browser_full_printing_sources': [ 1847 'chrome_browser_full_printing_sources': [
1848 'browser/local_discovery/pwg_raster_converter.cc', 1848 'browser/local_discovery/pwg_raster_converter.cc',
1849 'browser/local_discovery/pwg_raster_converter.h', 1849 'browser/local_discovery/pwg_raster_converter.h',
1850 'browser/printing/background_printing_manager.cc', 1850 'browser/printing/background_printing_manager.cc',
1851 'browser/printing/background_printing_manager.h', 1851 'browser/printing/background_printing_manager.h',
1852 'browser/printing/cloud_print/cloud_print_proxy_service.cc', 1852 'browser/printing/cloud_print/cloud_print_proxy_service.cc',
1853 'browser/printing/cloud_print/cloud_print_proxy_service_factory.cc', 1853 'browser/printing/cloud_print/cloud_print_proxy_service_factory.cc',
1854 'browser/printing/cloud_print/cloud_print_proxy_service_factory.h', 1854 'browser/printing/cloud_print/cloud_print_proxy_service_factory.h',
1855 'browser/printing/cloud_print/cloud_print_proxy_service.h', 1855 'browser/printing/cloud_print/cloud_print_proxy_service.h',
1856 'browser/printing/print_dialog_cloud.cc', 1856 'browser/printing/print_dialog_cloud.cc',
(...skipping 14 matching lines...) Expand all
1871 'browser/printing/print_preview_message_handler.h', 1871 'browser/printing/print_preview_message_handler.h',
1872 'browser/printing/print_view_manager.cc', 1872 'browser/printing/print_view_manager.cc',
1873 'browser/printing/print_view_manager.h', 1873 'browser/printing/print_view_manager.h',
1874 'browser/printing/print_view_manager_observer.h', 1874 'browser/printing/print_view_manager_observer.h',
1875 'browser/service_process/service_process_control.cc', 1875 'browser/service_process/service_process_control.cc',
1876 'browser/service_process/service_process_control.h', 1876 'browser/service_process/service_process_control.h',
1877 'browser/service_process/service_process_control_mac.mm', 1877 'browser/service_process/service_process_control_mac.mm',
1878 'browser/task_manager/printing_information.cc', 1878 'browser/task_manager/printing_information.cc',
1879 'browser/task_manager/printing_information.h', 1879 'browser/task_manager/printing_information.h',
1880 ], 1880 ],
1881 # Used only in basic printing (enable_printing == 2) mode. 1881 # Used only in (enable_basic_printing==1 and enable_print_preview==0) mode.
1882 'chrome_browser_basic_only_printing_sources': [ 1882 'chrome_browser_basic_only_printing_sources': [
1883 'browser/printing/print_view_manager_basic.cc', 1883 'browser/printing/print_view_manager_basic.cc',
1884 'browser/printing/print_view_manager_basic.h', 1884 'browser/printing/print_view_manager_basic.h',
1885 ], 1885 ],
1886 'chrome_browser_printing_emf_sources': [ 1886 'chrome_browser_printing_emf_sources': [
1887 'browser/printing/pdf_to_emf_converter.cc', 1887 'browser/printing/pdf_to_emf_converter.cc',
1888 'browser/printing/pdf_to_emf_converter.h', 1888 'browser/printing/pdf_to_emf_converter.h',
1889 ], 1889 ],
1890 'chrome_browser_session_service_sources': [ 1890 'chrome_browser_session_service_sources': [
1891 'browser/sessions/session_restore.cc', 1891 'browser/sessions/session_restore.cc',
(...skipping 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after
3249 'sources': [ 3249 'sources': [
3250 '<@(chrome_browser_non_android_notifications_sources)', 3250 '<@(chrome_browser_non_android_notifications_sources)',
3251 ], 3251 ],
3252 }], 3252 }],
3253 ], 3253 ],
3254 }], 3254 }],
3255 ['enable_themes==1', { 3255 ['enable_themes==1', {
3256 'sources': [ '<@(chrome_browser_themes_sources)' ], 3256 'sources': [ '<@(chrome_browser_themes_sources)' ],
3257 }], 3257 }],
3258 # Some form of printing support. 3258 # Some form of printing support.
3259 ['enable_printing!=0', { 3259 ['enable_basic_printing==1 or enable_print_preview==1', {
3260 'dependencies': [ 3260 'dependencies': [
3261 '../printing/printing.gyp:printing', 3261 '../printing/printing.gyp:printing',
3262 ], 3262 ],
3263 'sources': [ '<@(chrome_browser_basic_printing_sources)' ], 3263 'sources': [ '<@(chrome_browser_basic_printing_sources)' ],
3264 'conditions': [ 3264 'conditions': [
3265 ['OS=="win"', { 3265 ['OS=="win"', {
3266 'sources': [ '<@(chrome_browser_printing_emf_sources)' ], 3266 'sources': [ '<@(chrome_browser_printing_emf_sources)' ],
3267 }], 3267 }],
3268 # Full printing on top of the above.
3269 ['enable_printing==1', {
3270 'sources': [ '<@(chrome_browser_full_printing_sources)' ],
3271 }],
3272 # Partial-only printing support.
3273 ['enable_printing==2', {
3274 'sources': [ '<@(chrome_browser_basic_only_printing_sources)' ],
3275 }],
3276 ], 3268 ],
3277 }], 3269 }],
3270 # Full printing on top of the above.
3271 ['enable_print_preview==1', {
3272 'sources': [ '<@(chrome_browser_full_printing_sources)' ],
3273 }],
3274 # Partial-only printing support.
3275 ['enable_basic_printing==1 and enable_print_preview==0', {
3276 'sources': [ '<@(chrome_browser_basic_only_printing_sources)' ],
3277 }],
3278 ['enable_captive_portal_detection==1', { 3278 ['enable_captive_portal_detection==1', {
3279 'sources': [ '<@(chrome_browser_captive_portal_sources)' ] 3279 'sources': [ '<@(chrome_browser_captive_portal_sources)' ]
3280 }], 3280 }],
3281 ['enable_session_service==1', { 3281 ['enable_session_service==1', {
3282 'sources': [ '<@(chrome_browser_session_service_sources)' ], 3282 'sources': [ '<@(chrome_browser_session_service_sources)' ],
3283 }], 3283 }],
3284 ['OS!="android" and OS!="ios" and chromeos==0', { 3284 ['OS!="android" and OS!="ios" and chromeos==0', {
3285 'sources': [ '<@(chrome_browser_desktop_sources)' ], 3285 'sources': [ '<@(chrome_browser_desktop_sources)' ],
3286 }], 3286 }],
3287 ['OS=="android" or OS=="ios"', { 3287 ['OS=="android" or OS=="ios"', {
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
3626 'variables': { 3626 'variables': {
3627 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3627 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3628 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3628 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3629 }, 3629 },
3630 'includes': [ '../build/protoc.gypi' ] 3630 'includes': [ '../build/protoc.gypi' ]
3631 }, 3631 },
3632 ], 3632 ],
3633 },], 3633 },],
3634 ], 3634 ],
3635 } 3635 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698