| 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 1836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1847 'browser/printing/print_job_worker_owner.h', | 1847 'browser/printing/print_job_worker_owner.h', |
| 1848 'browser/printing/print_view_manager_base.cc', | 1848 'browser/printing/print_view_manager_base.cc', |
| 1849 'browser/printing/print_view_manager_base.h', | 1849 'browser/printing/print_view_manager_base.h', |
| 1850 'browser/printing/printer_query.cc', | 1850 'browser/printing/printer_query.cc', |
| 1851 'browser/printing/printer_query.h', | 1851 'browser/printing/printer_query.h', |
| 1852 'browser/printing/printing_message_filter.cc', | 1852 'browser/printing/printing_message_filter.cc', |
| 1853 'browser/printing/printing_message_filter.h', | 1853 'browser/printing/printing_message_filter.h', |
| 1854 ], | 1854 ], |
| 1855 # Used on top of the "basic" sources when enable_printing == 1 (full). | 1855 # Used on top of the "basic" sources when enable_printing == 1 (full). |
| 1856 'chrome_browser_full_printing_sources': [ | 1856 'chrome_browser_full_printing_sources': [ |
| 1857 'browser/local_discovery/privet_http_impl.cc', | |
| 1858 'browser/local_discovery/privet_http_impl.h', | |
| 1859 'browser/local_discovery/pwg_raster_converter.cc', | 1857 'browser/local_discovery/pwg_raster_converter.cc', |
| 1860 'browser/local_discovery/pwg_raster_converter.h', | 1858 'browser/local_discovery/pwg_raster_converter.h', |
| 1861 'browser/printing/background_printing_manager.cc', | 1859 'browser/printing/background_printing_manager.cc', |
| 1862 'browser/printing/background_printing_manager.h', | 1860 'browser/printing/background_printing_manager.h', |
| 1863 'browser/printing/cloud_print/cloud_print_proxy_service.cc', | 1861 'browser/printing/cloud_print/cloud_print_proxy_service.cc', |
| 1864 'browser/printing/cloud_print/cloud_print_proxy_service_factory.cc', | 1862 'browser/printing/cloud_print/cloud_print_proxy_service_factory.cc', |
| 1865 'browser/printing/cloud_print/cloud_print_proxy_service_factory.h', | 1863 'browser/printing/cloud_print/cloud_print_proxy_service_factory.h', |
| 1866 'browser/printing/cloud_print/cloud_print_proxy_service.h', | 1864 'browser/printing/cloud_print/cloud_print_proxy_service.h', |
| 1867 'browser/printing/print_dialog_cloud.cc', | 1865 'browser/printing/print_dialog_cloud.cc', |
| 1868 'browser/printing/print_dialog_cloud.h', | 1866 'browser/printing/print_dialog_cloud.h', |
| (...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2377 'browser/local_discovery/privet_constants.cc', | 2375 'browser/local_discovery/privet_constants.cc', |
| 2378 'browser/local_discovery/privet_constants.h', | 2376 'browser/local_discovery/privet_constants.h', |
| 2379 'browser/local_discovery/privet_device_lister.cc', | 2377 'browser/local_discovery/privet_device_lister.cc', |
| 2380 'browser/local_discovery/privet_device_lister.h', | 2378 'browser/local_discovery/privet_device_lister.h', |
| 2381 'browser/local_discovery/privet_device_lister_impl.cc', | 2379 'browser/local_discovery/privet_device_lister_impl.cc', |
| 2382 'browser/local_discovery/privet_device_lister_impl.h', | 2380 'browser/local_discovery/privet_device_lister_impl.h', |
| 2383 'browser/local_discovery/privet_device_resolver.cc', | 2381 'browser/local_discovery/privet_device_resolver.cc', |
| 2384 'browser/local_discovery/privet_device_resolver.h', | 2382 'browser/local_discovery/privet_device_resolver.h', |
| 2385 'browser/local_discovery/privet_http.cc', | 2383 'browser/local_discovery/privet_http.cc', |
| 2386 'browser/local_discovery/privet_http.h', | 2384 'browser/local_discovery/privet_http.h', |
| 2385 'browser/local_discovery/privet_http_impl.cc', |
| 2386 'browser/local_discovery/privet_http_impl.h', |
| 2387 'browser/local_discovery/privet_http_asynchronous_factory.cc', | 2387 'browser/local_discovery/privet_http_asynchronous_factory.cc', |
| 2388 'browser/local_discovery/privet_http_asynchronous_factory.h', | 2388 'browser/local_discovery/privet_http_asynchronous_factory.h', |
| 2389 'browser/local_discovery/privet_http_asynchronous_factory_mac.cc', | 2389 'browser/local_discovery/privet_http_asynchronous_factory_mac.cc', |
| 2390 'browser/local_discovery/privet_http_asynchronous_factory_mac.h', | 2390 'browser/local_discovery/privet_http_asynchronous_factory_mac.h', |
| 2391 'browser/local_discovery/privet_local_printer_lister.cc', | 2391 'browser/local_discovery/privet_local_printer_lister.cc', |
| 2392 'browser/local_discovery/privet_local_printer_lister.h', | 2392 'browser/local_discovery/privet_local_printer_lister.h', |
| 2393 'browser/local_discovery/privet_notifications.cc', | 2393 'browser/local_discovery/privet_notifications.cc', |
| 2394 'browser/local_discovery/privet_notifications.h', | 2394 'browser/local_discovery/privet_notifications.h', |
| 2395 'browser/local_discovery/privet_notifications_factory.cc', | 2395 'browser/local_discovery/privet_notifications_factory.cc', |
| 2396 'browser/local_discovery/privet_notifications_factory.h', | 2396 'browser/local_discovery/privet_notifications_factory.h', |
| (...skipping 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3560 'variables': { | 3560 'variables': { |
| 3561 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3561 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3562 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3562 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3563 }, | 3563 }, |
| 3564 'includes': [ '../build/protoc.gypi' ] | 3564 'includes': [ '../build/protoc.gypi' ] |
| 3565 }, | 3565 }, |
| 3566 ], | 3566 ], |
| 3567 },], | 3567 },], |
| 3568 ], | 3568 ], |
| 3569 } | 3569 } |
| OLD | NEW |