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 811 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
822 'browser/bookmarks/bookmark_html_writer.cc', | 822 'browser/bookmarks/bookmark_html_writer.cc', |
823 'browser/bookmarks/bookmark_html_writer.h', | 823 'browser/bookmarks/bookmark_html_writer.h', |
824 'browser/certificate_viewer.cc', | 824 'browser/certificate_viewer.cc', |
825 'browser/certificate_viewer.h', | 825 'browser/certificate_viewer.h', |
826 'browser/chrome_browser_field_trials_desktop.cc', | 826 'browser/chrome_browser_field_trials_desktop.cc', |
827 'browser/chrome_browser_field_trials_desktop.h', | 827 'browser/chrome_browser_field_trials_desktop.h', |
828 'browser/chrome_browser_main_posix.cc', | 828 'browser/chrome_browser_main_posix.cc', |
829 'browser/chrome_browser_main_posix.h', | 829 'browser/chrome_browser_main_posix.h', |
830 'browser/chrome_device_client.cc', | 830 'browser/chrome_device_client.cc', |
831 'browser/chrome_device_client.h', | 831 'browser/chrome_device_client.h', |
832 'browser/chrome_page_zoom.cc', | |
833 'browser/chrome_page_zoom.h', | |
834 'browser/chrome_page_zoom_constants.cc', | |
835 'browser/chrome_page_zoom_constants.h', | |
836 'browser/chrome_process_singleton.cc', | 832 'browser/chrome_process_singleton.cc', |
837 'browser/chrome_process_singleton.h', | 833 'browser/chrome_process_singleton.h', |
838 'browser/component_updater/widevine_cdm_component_installer.cc', | 834 'browser/component_updater/widevine_cdm_component_installer.cc', |
839 'browser/component_updater/widevine_cdm_component_installer.h', | 835 'browser/component_updater/widevine_cdm_component_installer.h', |
840 'browser/custom_home_pages_table_model.cc', | 836 'browser/custom_home_pages_table_model.cc', |
841 'browser/custom_home_pages_table_model.h', | 837 'browser/custom_home_pages_table_model.h', |
842 'browser/diagnostics/diagnostics_controller.cc', | 838 'browser/diagnostics/diagnostics_controller.cc', |
843 'browser/diagnostics/diagnostics_controller.h', | 839 'browser/diagnostics/diagnostics_controller.h', |
844 'browser/diagnostics/diagnostics_metrics.cc', | 840 'browser/diagnostics/diagnostics_metrics.cc', |
845 'browser/diagnostics/diagnostics_metrics.h', | 841 'browser/diagnostics/diagnostics_metrics.h', |
(...skipping 2876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3722 'variables': { | 3718 'variables': { |
3723 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3719 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3724 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3720 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3725 }, | 3721 }, |
3726 'includes': [ '../build/protoc.gypi' ] | 3722 'includes': [ '../build/protoc.gypi' ] |
3727 }, | 3723 }, |
3728 ], | 3724 ], |
3729 },], | 3725 },], |
3730 ], | 3726 ], |
3731 } | 3727 } |
OLD | NEW |