| 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 '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 1806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1817 'browser/themes/theme_properties.cc', | 1817 'browser/themes/theme_properties.cc', |
| 1818 'browser/themes/theme_properties.h', | 1818 'browser/themes/theme_properties.h', |
| 1819 'browser/themes/theme_service.cc', | 1819 'browser/themes/theme_service.cc', |
| 1820 'browser/themes/theme_service_factory.cc', | 1820 'browser/themes/theme_service_factory.cc', |
| 1821 'browser/themes/theme_service_factory.h', | 1821 'browser/themes/theme_service_factory.h', |
| 1822 'browser/themes/theme_service.h', | 1822 'browser/themes/theme_service.h', |
| 1823 'browser/themes/theme_service_mac.mm', | 1823 'browser/themes/theme_service_mac.mm', |
| 1824 'browser/themes/theme_syncable_service.cc', | 1824 'browser/themes/theme_syncable_service.cc', |
| 1825 'browser/themes/theme_syncable_service.h', | 1825 'browser/themes/theme_syncable_service.h', |
| 1826 ], | 1826 ], |
| 1827 # Used both when enable_printing == 1 (full) and == 2 (basic) | 1827 # Used when printing_mode != 0 |
| 1828 'chrome_browser_basic_printing_sources': [ | 1828 'chrome_browser_basic_printing_sources': [ |
| 1829 'browser/printing/print_job.cc', | 1829 'browser/printing/print_job.cc', |
| 1830 'browser/printing/print_job.h', | 1830 'browser/printing/print_job.h', |
| 1831 'browser/printing/print_job_manager.cc', | 1831 'browser/printing/print_job_manager.cc', |
| 1832 'browser/printing/print_job_manager.h', | 1832 'browser/printing/print_job_manager.h', |
| 1833 'browser/printing/print_job_worker.cc', | 1833 'browser/printing/print_job_worker.cc', |
| 1834 'browser/printing/print_job_worker.h', | 1834 'browser/printing/print_job_worker.h', |
| 1835 'browser/printing/print_job_worker_owner.cc', | 1835 'browser/printing/print_job_worker_owner.cc', |
| 1836 'browser/printing/print_job_worker_owner.h', | 1836 'browser/printing/print_job_worker_owner.h', |
| 1837 'browser/printing/print_view_manager_base.cc', | 1837 'browser/printing/print_view_manager_base.cc', |
| 1838 'browser/printing/print_view_manager_base.h', | 1838 'browser/printing/print_view_manager_base.h', |
| 1839 'browser/printing/printer_query.cc', | 1839 'browser/printing/printer_query.cc', |
| 1840 'browser/printing/printer_query.h', | 1840 'browser/printing/printer_query.h', |
| 1841 'browser/printing/printing_message_filter.cc', | 1841 'browser/printing/printing_message_filter.cc', |
| 1842 'browser/printing/printing_message_filter.h', | 1842 'browser/printing/printing_message_filter.h', |
| 1843 ], | 1843 ], |
| 1844 # Used on top of the "basic" sources when enable_printing == 1 (full). | 1844 # Used on top of the "basic" sources when printing_mode > 1. |
| 1845 'chrome_browser_full_printing_sources': [ | 1845 'chrome_browser_full_printing_sources': [ |
| 1846 'browser/local_discovery/pwg_raster_converter.cc', | 1846 'browser/local_discovery/pwg_raster_converter.cc', |
| 1847 'browser/local_discovery/pwg_raster_converter.h', | 1847 'browser/local_discovery/pwg_raster_converter.h', |
| 1848 'browser/printing/background_printing_manager.cc', | 1848 'browser/printing/background_printing_manager.cc', |
| 1849 'browser/printing/background_printing_manager.h', | 1849 'browser/printing/background_printing_manager.h', |
| 1850 'browser/printing/cloud_print/cloud_print_proxy_service.cc', | 1850 'browser/printing/cloud_print/cloud_print_proxy_service.cc', |
| 1851 'browser/printing/cloud_print/cloud_print_proxy_service_factory.cc', | 1851 'browser/printing/cloud_print/cloud_print_proxy_service_factory.cc', |
| 1852 'browser/printing/cloud_print/cloud_print_proxy_service_factory.h', | 1852 'browser/printing/cloud_print/cloud_print_proxy_service_factory.h', |
| 1853 'browser/printing/cloud_print/cloud_print_proxy_service.h', | 1853 'browser/printing/cloud_print/cloud_print_proxy_service.h', |
| 1854 'browser/printing/print_dialog_cloud.cc', | 1854 'browser/printing/print_dialog_cloud.cc', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 1869 'browser/printing/print_preview_message_handler.h', | 1869 'browser/printing/print_preview_message_handler.h', |
| 1870 'browser/printing/print_view_manager.cc', | 1870 'browser/printing/print_view_manager.cc', |
| 1871 'browser/printing/print_view_manager.h', | 1871 'browser/printing/print_view_manager.h', |
| 1872 'browser/printing/print_view_manager_observer.h', | 1872 'browser/printing/print_view_manager_observer.h', |
| 1873 'browser/service_process/service_process_control.cc', | 1873 'browser/service_process/service_process_control.cc', |
| 1874 'browser/service_process/service_process_control.h', | 1874 'browser/service_process/service_process_control.h', |
| 1875 'browser/service_process/service_process_control_mac.mm', | 1875 'browser/service_process/service_process_control_mac.mm', |
| 1876 'browser/task_manager/printing_information.cc', | 1876 'browser/task_manager/printing_information.cc', |
| 1877 'browser/task_manager/printing_information.h', | 1877 'browser/task_manager/printing_information.h', |
| 1878 ], | 1878 ], |
| 1879 # Used only in basic printing (enable_printing == 2) mode. | 1879 # Used only in basic printing (printing_mode == 1) mode. |
| 1880 'chrome_browser_basic_only_printing_sources': [ | 1880 'chrome_browser_basic_only_printing_sources': [ |
| 1881 'browser/printing/print_view_manager_basic.cc', | 1881 'browser/printing/print_view_manager_basic.cc', |
| 1882 'browser/printing/print_view_manager_basic.h', | 1882 'browser/printing/print_view_manager_basic.h', |
| 1883 ], | 1883 ], |
| 1884 'chrome_browser_printing_emf_sources': [ | 1884 'chrome_browser_printing_emf_sources': [ |
| 1885 'browser/printing/pdf_to_emf_converter.cc', | 1885 'browser/printing/pdf_to_emf_converter.cc', |
| 1886 'browser/printing/pdf_to_emf_converter.h', | 1886 'browser/printing/pdf_to_emf_converter.h', |
| 1887 ], | 1887 ], |
| 1888 'chrome_browser_session_service_sources': [ | 1888 'chrome_browser_session_service_sources': [ |
| 1889 'browser/sessions/session_restore.cc', | 1889 'browser/sessions/session_restore.cc', |
| (...skipping 1353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3243 'sources': [ | 3243 'sources': [ |
| 3244 '<@(chrome_browser_non_android_notifications_sources)', | 3244 '<@(chrome_browser_non_android_notifications_sources)', |
| 3245 ], | 3245 ], |
| 3246 }], | 3246 }], |
| 3247 ], | 3247 ], |
| 3248 }], | 3248 }], |
| 3249 ['enable_themes==1', { | 3249 ['enable_themes==1', { |
| 3250 'sources': [ '<@(chrome_browser_themes_sources)' ], | 3250 'sources': [ '<@(chrome_browser_themes_sources)' ], |
| 3251 }], | 3251 }], |
| 3252 # Some form of printing support. | 3252 # Some form of printing support. |
| 3253 ['enable_printing!=0', { | 3253 ['printing_mode!=0', { |
| 3254 'dependencies': [ | 3254 'dependencies': [ |
| 3255 '../printing/printing.gyp:printing', | 3255 '../printing/printing.gyp:printing', |
| 3256 ], | 3256 ], |
| 3257 'sources': [ '<@(chrome_browser_basic_printing_sources)' ], | 3257 'sources': [ '<@(chrome_browser_basic_printing_sources)' ], |
| 3258 'conditions': [ | 3258 'conditions': [ |
| 3259 ['OS=="win"', { | 3259 ['OS=="win"', { |
| 3260 'sources': [ '<@(chrome_browser_printing_emf_sources)' ], | 3260 'sources': [ '<@(chrome_browser_printing_emf_sources)' ], |
| 3261 }], | 3261 }], |
| 3262 # Partial-only printing support. |
| 3263 ['printing_mode==1', { |
| 3264 'sources': [ '<@(chrome_browser_basic_only_printing_sources)' ], |
| 3265 }], |
| 3262 # Full printing on top of the above. | 3266 # Full printing on top of the above. |
| 3263 ['enable_printing==1', { | 3267 ['printing_mode>1', { |
| 3264 'sources': [ '<@(chrome_browser_full_printing_sources)' ], | 3268 'sources': [ '<@(chrome_browser_full_printing_sources)' ], |
| 3265 }], | 3269 }], |
| 3266 # Partial-only printing support. | |
| 3267 ['enable_printing==2', { | |
| 3268 'sources': [ '<@(chrome_browser_basic_only_printing_sources)' ], | |
| 3269 }], | |
| 3270 ], | 3270 ], |
| 3271 }], | 3271 }], |
| 3272 ['enable_captive_portal_detection==1', { | 3272 ['enable_captive_portal_detection==1', { |
| 3273 'sources': [ '<@(chrome_browser_captive_portal_sources)' ] | 3273 'sources': [ '<@(chrome_browser_captive_portal_sources)' ] |
| 3274 }], | 3274 }], |
| 3275 ['enable_session_service==1', { | 3275 ['enable_session_service==1', { |
| 3276 'sources': [ '<@(chrome_browser_session_service_sources)' ], | 3276 'sources': [ '<@(chrome_browser_session_service_sources)' ], |
| 3277 }], | 3277 }], |
| 3278 ['OS!="android" and OS!="ios" and chromeos==0', { | 3278 ['OS!="android" and OS!="ios" and chromeos==0', { |
| 3279 'sources': [ '<@(chrome_browser_desktop_sources)' ], | 3279 'sources': [ '<@(chrome_browser_desktop_sources)' ], |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3620 'variables': { | 3620 'variables': { |
| 3621 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3621 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3622 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3622 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3623 }, | 3623 }, |
| 3624 'includes': [ '../build/protoc.gypi' ] | 3624 'includes': [ '../build/protoc.gypi' ] |
| 3625 }, | 3625 }, |
| 3626 ], | 3626 ], |
| 3627 },], | 3627 },], |
| 3628 ], | 3628 ], |
| 3629 } | 3629 } |
| OLD | NEW |