Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(262)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 893823002: Register system Pepper Flash plugin if no packaged Pepper plugin is found. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments. read location of pepperflash from registry. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/ui/webui/plugins_ui.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1879 matching lines...) Expand 10 before | Expand all | Expand 10 after
1890 'browser/password_manager/save_password_infobar_delegate.h', 1890 'browser/password_manager/save_password_infobar_delegate.h',
1891 'browser/password_manager/sync_metrics.cc', 1891 'browser/password_manager/sync_metrics.cc',
1892 'browser/password_manager/sync_metrics.h', 1892 'browser/password_manager/sync_metrics.h',
1893 ], 1893 ],
1894 # See also the plugin_installation_sources list below. 1894 # See also the plugin_installation_sources list below.
1895 'chrome_browser_plugins_sources': [ 1895 'chrome_browser_plugins_sources': [
1896 'browser/browsing_data/browsing_data_flash_lso_helper.cc', 1896 'browser/browsing_data/browsing_data_flash_lso_helper.cc',
1897 'browser/browsing_data/browsing_data_flash_lso_helper.h', 1897 'browser/browsing_data/browsing_data_flash_lso_helper.h',
1898 'browser/component_updater/flash_component_installer.h', 1898 'browser/component_updater/flash_component_installer.h',
1899 'browser/component_updater/pepper_flash_component_installer.cc', 1899 'browser/component_updater/pepper_flash_component_installer.cc',
1900 'browser/component_updater/ppapi_utils.cc',
1901 'browser/component_updater/ppapi_utils.h',
1902 'browser/metrics/plugin_metrics_provider.cc', 1900 'browser/metrics/plugin_metrics_provider.cc',
1903 'browser/metrics/plugin_metrics_provider.h', 1901 'browser/metrics/plugin_metrics_provider.h',
1904 'browser/pepper_broker_infobar_delegate.cc', 1902 'browser/pepper_broker_infobar_delegate.cc',
1905 'browser/pepper_broker_infobar_delegate.h', 1903 'browser/pepper_broker_infobar_delegate.h',
1906 'browser/pepper_flash_settings_manager.cc', 1904 'browser/pepper_flash_settings_manager.cc',
1907 'browser/pepper_flash_settings_manager.h', 1905 'browser/pepper_flash_settings_manager.h',
1908 'browser/plugins/chrome_content_browser_client_plugins_part.cc', 1906 'browser/plugins/chrome_content_browser_client_plugins_part.cc',
1909 'browser/plugins/chrome_content_browser_client_plugins_part.h', 1907 'browser/plugins/chrome_content_browser_client_plugins_part.h',
1910 'browser/plugins/chrome_plugin_service_filter.cc', 1908 'browser/plugins/chrome_plugin_service_filter.cc',
1911 'browser/plugins/chrome_plugin_service_filter.h', 1909 'browser/plugins/chrome_plugin_service_filter.h',
(...skipping 1792 matching lines...) Expand 10 before | Expand all | Expand 10 after
3704 'variables': { 3702 'variables': {
3705 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3703 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3706 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3704 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3707 }, 3705 },
3708 'includes': [ '../build/protoc.gypi' ] 3706 'includes': [ '../build/protoc.gypi' ]
3709 }, 3707 },
3710 ], 3708 ],
3711 },], 3709 },],
3712 ], 3710 ],
3713 } 3711 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/plugins_ui.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698