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 1865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1876 'browser/printing/print_job_worker.cc', | 1876 'browser/printing/print_job_worker.cc', |
1877 'browser/printing/print_job_worker.h', | 1877 'browser/printing/print_job_worker.h', |
1878 'browser/printing/print_job_worker_owner.cc', | 1878 'browser/printing/print_job_worker_owner.cc', |
1879 'browser/printing/print_job_worker_owner.h', | 1879 'browser/printing/print_job_worker_owner.h', |
1880 'browser/printing/print_view_manager_base.cc', | 1880 'browser/printing/print_view_manager_base.cc', |
1881 'browser/printing/print_view_manager_base.h', | 1881 'browser/printing/print_view_manager_base.h', |
1882 'browser/printing/printer_query.cc', | 1882 'browser/printing/printer_query.cc', |
1883 'browser/printing/printer_query.h', | 1883 'browser/printing/printer_query.h', |
1884 'browser/printing/printing_message_filter.cc', | 1884 'browser/printing/printing_message_filter.cc', |
1885 'browser/printing/printing_message_filter.h', | 1885 'browser/printing/printing_message_filter.h', |
1886 'browser/printing/printing_ui_web_contents_observer.cc', | |
1887 'browser/printing/printing_ui_web_contents_observer.h', | |
1888 ], | 1886 ], |
1889 # Used on top of the "basic" sources when enable_printing == 1 (full). | 1887 # Used on top of the "basic" sources when enable_printing == 1 (full). |
1890 'chrome_browser_full_printing_sources': [ | 1888 'chrome_browser_full_printing_sources': [ |
1891 'browser/local_discovery/privet_http_impl.cc', | 1889 'browser/local_discovery/privet_http_impl.cc', |
1892 'browser/local_discovery/privet_http_impl.h', | 1890 'browser/local_discovery/privet_http_impl.h', |
1893 'browser/local_discovery/pwg_raster_converter.cc', | 1891 'browser/local_discovery/pwg_raster_converter.cc', |
1894 'browser/local_discovery/pwg_raster_converter.h', | 1892 'browser/local_discovery/pwg_raster_converter.h', |
1895 'browser/printing/background_printing_manager.cc', | 1893 'browser/printing/background_printing_manager.cc', |
1896 'browser/printing/background_printing_manager.h', | 1894 'browser/printing/background_printing_manager.h', |
1897 'browser/printing/cloud_print/cloud_print_proxy_service.cc', | 1895 'browser/printing/cloud_print/cloud_print_proxy_service.cc', |
(...skipping 1688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3586 'variables': { | 3584 'variables': { |
3587 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3585 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3588 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3586 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3589 }, | 3587 }, |
3590 'includes': [ '../build/protoc.gypi' ] | 3588 'includes': [ '../build/protoc.gypi' ] |
3591 }, | 3589 }, |
3592 ], | 3590 ], |
3593 },], | 3591 },], |
3594 ], | 3592 ], |
3595 } | 3593 } |
OLD | NEW |