| 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 1876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1887 'browser/password_manager/save_password_infobar_delegate.h', | 1887 'browser/password_manager/save_password_infobar_delegate.h', |
| 1888 'browser/password_manager/sync_metrics.cc', | 1888 'browser/password_manager/sync_metrics.cc', |
| 1889 'browser/password_manager/sync_metrics.h', | 1889 'browser/password_manager/sync_metrics.h', |
| 1890 ], | 1890 ], |
| 1891 # See also the plugin_installation_sources list below. | 1891 # See also the plugin_installation_sources list below. |
| 1892 'chrome_browser_plugins_sources': [ | 1892 'chrome_browser_plugins_sources': [ |
| 1893 'browser/browsing_data/browsing_data_flash_lso_helper.cc', | 1893 'browser/browsing_data/browsing_data_flash_lso_helper.cc', |
| 1894 'browser/browsing_data/browsing_data_flash_lso_helper.h', | 1894 'browser/browsing_data/browsing_data_flash_lso_helper.h', |
| 1895 'browser/component_updater/flash_component_installer.h', | 1895 'browser/component_updater/flash_component_installer.h', |
| 1896 'browser/component_updater/pepper_flash_component_installer.cc', | 1896 'browser/component_updater/pepper_flash_component_installer.cc', |
| 1897 'browser/component_updater/ppapi_utils.cc', | |
| 1898 'browser/component_updater/ppapi_utils.h', | |
| 1899 'browser/metrics/plugin_metrics_provider.cc', | 1897 'browser/metrics/plugin_metrics_provider.cc', |
| 1900 'browser/metrics/plugin_metrics_provider.h', | 1898 'browser/metrics/plugin_metrics_provider.h', |
| 1901 'browser/pepper_broker_infobar_delegate.cc', | 1899 'browser/pepper_broker_infobar_delegate.cc', |
| 1902 'browser/pepper_broker_infobar_delegate.h', | 1900 'browser/pepper_broker_infobar_delegate.h', |
| 1903 'browser/pepper_flash_settings_manager.cc', | 1901 'browser/pepper_flash_settings_manager.cc', |
| 1904 'browser/pepper_flash_settings_manager.h', | 1902 'browser/pepper_flash_settings_manager.h', |
| 1905 'browser/plugins/chrome_content_browser_client_plugins_part.cc', | 1903 'browser/plugins/chrome_content_browser_client_plugins_part.cc', |
| 1906 'browser/plugins/chrome_content_browser_client_plugins_part.h', | 1904 'browser/plugins/chrome_content_browser_client_plugins_part.h', |
| 1907 'browser/plugins/chrome_plugin_service_filter.cc', | 1905 'browser/plugins/chrome_plugin_service_filter.cc', |
| 1908 'browser/plugins/chrome_plugin_service_filter.h', | 1906 'browser/plugins/chrome_plugin_service_filter.h', |
| (...skipping 1801 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3710 'variables': { | 3708 'variables': { |
| 3711 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3709 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3712 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3710 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3713 }, | 3711 }, |
| 3714 'includes': [ '../build/protoc.gypi' ] | 3712 'includes': [ '../build/protoc.gypi' ] |
| 3715 }, | 3713 }, |
| 3716 ], | 3714 ], |
| 3717 },], | 3715 },], |
| 3718 ], | 3716 ], |
| 3719 } | 3717 } |
| OLD | NEW |