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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8664027: Add PluginInstaller to encapsulate information about a missing plug-in. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1711 matching lines...) Expand 10 before | Expand all | Expand 10 after
1722 'browser/platform_util_common_linux.cc', 1722 'browser/platform_util_common_linux.cc',
1723 'browser/platform_util_linux.cc', 1723 'browser/platform_util_linux.cc',
1724 'browser/platform_util_mac.mm', 1724 'browser/platform_util_mac.mm',
1725 'browser/platform_util_win.cc', 1725 'browser/platform_util_win.cc',
1726 'browser/plugin_data_remover_helper.cc', 1726 'browser/plugin_data_remover_helper.cc',
1727 'browser/plugin_data_remover_helper.h', 1727 'browser/plugin_data_remover_helper.h',
1728 'browser/plugin_download_helper.cc', 1728 'browser/plugin_download_helper.cc',
1729 'browser/plugin_download_helper.h', 1729 'browser/plugin_download_helper.h',
1730 'browser/plugin_finder.cc', 1730 'browser/plugin_finder.cc',
1731 'browser/plugin_finder.h', 1731 'browser/plugin_finder.h',
1732 'browser/plugin_installer.cc',
1733 'browser/plugin_installer.h',
1732 'browser/plugin_installer_infobar_delegate.cc', 1734 'browser/plugin_installer_infobar_delegate.cc',
1733 'browser/plugin_installer_infobar_delegate.h', 1735 'browser/plugin_installer_infobar_delegate.h',
1734 'browser/plugin_observer.cc', 1736 'browser/plugin_observer.cc',
1735 'browser/plugin_observer.h', 1737 'browser/plugin_observer.h',
1736 'browser/plugin_prefs.cc', 1738 'browser/plugin_prefs.cc',
1737 'browser/plugin_prefs.h', 1739 'browser/plugin_prefs.h',
1738 'browser/plugin_prefs_factory.cc', 1740 'browser/plugin_prefs_factory.cc',
1739 'browser/plugin_prefs_factory.h', 1741 'browser/plugin_prefs_factory.h',
1740 'browser/policy/asynchronous_policy_loader.cc', 1742 'browser/policy/asynchronous_policy_loader.cc',
1741 'browser/policy/asynchronous_policy_loader.h', 1743 'browser/policy/asynchronous_policy_loader.h',
(...skipping 3506 matching lines...) Expand 10 before | Expand all | Expand 10 after
5248 'type': 'static_library', 5250 'type': 'static_library',
5249 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5251 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5250 'variables': { 5252 'variables': {
5251 'proto_in_dir': 'browser/history', 5253 'proto_in_dir': 'browser/history',
5252 'proto_out_dir': 'chrome/browser/history', 5254 'proto_out_dir': 'chrome/browser/history',
5253 }, 5255 },
5254 'includes': [ '../build/protoc.gypi' ] 5256 'includes': [ '../build/protoc.gypi' ]
5255 }, 5257 },
5256 ], 5258 ],
5257 } 5259 }
OLDNEW
« chrome/browser/resources/plugins_mac.json ('K') | « chrome/browser/resources/plugins_win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698