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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10910168: Separate plugin_metadata from plugin_installer, thread-safe plugin_finder (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: .. Created 8 years, 2 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_tests.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1215 matching lines...) Expand 10 before | Expand all | Expand 10 after
1226 'browser/plugins/plugin_data_remover_helper.cc', 1226 'browser/plugins/plugin_data_remover_helper.cc',
1227 'browser/plugins/plugin_data_remover_helper.h', 1227 'browser/plugins/plugin_data_remover_helper.h',
1228 'browser/plugins/plugin_finder.cc', 1228 'browser/plugins/plugin_finder.cc',
1229 'browser/plugins/plugin_finder.h', 1229 'browser/plugins/plugin_finder.h',
1230 'browser/plugins/plugin_installer.cc', 1230 'browser/plugins/plugin_installer.cc',
1231 'browser/plugins/plugin_installer.h', 1231 'browser/plugins/plugin_installer.h',
1232 'browser/plugins/plugin_infobar_delegates.cc', 1232 'browser/plugins/plugin_infobar_delegates.cc',
1233 'browser/plugins/plugin_infobar_delegates.h', 1233 'browser/plugins/plugin_infobar_delegates.h',
1234 'browser/plugins/plugin_installer_observer.cc', 1234 'browser/plugins/plugin_installer_observer.cc',
1235 'browser/plugins/plugin_installer_observer.h', 1235 'browser/plugins/plugin_installer_observer.h',
1236 'browser/plugins/plugin_metadata.cc',
1237 'browser/plugins/plugin_metadata.h',
1236 'browser/plugins/plugin_observer.cc', 1238 'browser/plugins/plugin_observer.cc',
1237 'browser/plugins/plugin_observer.h', 1239 'browser/plugins/plugin_observer.h',
1238 'browser/plugins/plugin_prefs.cc', 1240 'browser/plugins/plugin_prefs.cc',
1239 'browser/plugins/plugin_prefs.h', 1241 'browser/plugins/plugin_prefs.h',
1240 'browser/plugins/plugin_prefs_factory.cc', 1242 'browser/plugins/plugin_prefs_factory.cc',
1241 'browser/plugins/plugin_prefs_factory.h', 1243 'browser/plugins/plugin_prefs_factory.h',
1242 'browser/plugins/plugin_status_pref_setter.cc', 1244 'browser/plugins/plugin_status_pref_setter.cc',
1243 'browser/plugins/plugin_status_pref_setter.h', 1245 'browser/plugins/plugin_status_pref_setter.h',
1244 'browser/policy/async_policy_loader.cc', 1246 'browser/policy/async_policy_loader.cc',
1245 'browser/policy/async_policy_loader.h', 1247 'browser/policy/async_policy_loader.h',
(...skipping 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after
2664 # Avoid gcc 4.5 miscompilation of template_url.cc 2666 # Avoid gcc 4.5 miscompilation of template_url.cc
2665 # as per http://crbug.com/41887 2667 # as per http://crbug.com/41887
2666 'cflags': [ 2668 'cflags': [
2667 '-fno-ipa-cp', 2669 '-fno-ipa-cp',
2668 ], 2670 ],
2669 }], 2671 }],
2670 ], 2672 ],
2671 }], 2673 }],
2672 ['enable_plugin_installation==0', { 2674 ['enable_plugin_installation==0', {
2673 'sources!': [ 2675 'sources!': [
2674 # TODO(ibraaaa): Return plugin_installer.{h/cc}. 2676 'browser/plugins/plugin_installer.cc',
2677 'browser/plugins/plugin_installer.h',
2675 'browser/plugins/plugin_installer_observer.cc', 2678 'browser/plugins/plugin_installer_observer.cc',
2676 'browser/plugins/plugin_installer_observer.h', 2679 'browser/plugins/plugin_installer_observer.h',
2677 ], 2680 ],
2678 }], 2681 }],
2679 ['enable_protector_service==0', { 2682 ['enable_protector_service==0', {
2680 'sources!': [ 2683 'sources!': [
2681 'browser/protector/base_prefs_change.cc', 2684 'browser/protector/base_prefs_change.cc',
2682 'browser/protector/base_prefs_change.h', 2685 'browser/protector/base_prefs_change.h',
2683 'browser/protector/base_setting_change.cc', 2686 'browser/protector/base_setting_change.cc',
2684 'browser/protector/base_setting_change.h', 2687 'browser/protector/base_setting_change.h',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
2836 'includes': [ '../build/jni_generator.gypi' ], 2839 'includes': [ '../build/jni_generator.gypi' ],
2837 'dependencies': [ 2840 'dependencies': [
2838 'android_jar_jni_headers', 2841 'android_jar_jni_headers',
2839 ], 2842 ],
2840 }, 2843 },
2841 ], 2844 ],
2842 }, 2845 },
2843 ], 2846 ],
2844 ], 2847 ],
2845 } 2848 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/plugins_ui.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698