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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10872034: Changing PluginPrefs to use PluginFinder's async interface. (Closed) Base URL: http://git.chromium.org/chromium/src.git@test_async
Patch Set: Remove exclusion of plugin_installer and plugin_finder from build when enable_plugin_installation i… Created 8 years, 3 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
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 5420 matching lines...) Expand 10 before | Expand all | Expand 10 after
5431 # Avoid gcc 4.5 miscompilation of template_url.cc 5431 # Avoid gcc 4.5 miscompilation of template_url.cc
5432 # as per http://crbug.com/41887 5432 # as per http://crbug.com/41887
5433 'cflags': [ 5433 'cflags': [
5434 '-fno-ipa-cp', 5434 '-fno-ipa-cp',
5435 ], 5435 ],
5436 }], 5436 }],
5437 ], 5437 ],
5438 }], 5438 }],
5439 ['enable_plugin_installation==0', { 5439 ['enable_plugin_installation==0', {
5440 'sources!': [ 5440 'sources!': [
5441 'browser/plugin_finder.cc', 5441 # TODO(ibraaaa): Return plugin_installer.{h/cc}.
5442 'browser/plugin_finder.h',
5443 'browser/plugin_installer.cc',
5444 'browser/plugin_installer.h',
5445 'browser/plugin_installer_observer.cc', 5442 'browser/plugin_installer_observer.cc',
5446 'browser/plugin_installer_observer.h', 5443 'browser/plugin_installer_observer.h',
5447 ], 5444 ],
5448 }], 5445 }],
5449 ['enable_protector_service==0', { 5446 ['enable_protector_service==0', {
5450 'sources!': [ 5447 'sources!': [
5451 'browser/protector/base_prefs_change.cc', 5448 'browser/protector/base_prefs_change.cc',
5452 'browser/protector/base_prefs_change.h', 5449 'browser/protector/base_prefs_change.h',
5453 'browser/protector/base_setting_change.cc', 5450 'browser/protector/base_setting_change.cc',
5454 'browser/protector/base_setting_change.h', 5451 'browser/protector/base_setting_change.h',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
5643 'includes': [ '../build/jni_generator.gypi' ], 5640 'includes': [ '../build/jni_generator.gypi' ],
5644 'dependencies': [ 5641 'dependencies': [
5645 'android_jar_jni_headers', 5642 'android_jar_jni_headers',
5646 ], 5643 ],
5647 }, 5644 },
5648 ], 5645 ],
5649 }, 5646 },
5650 ], 5647 ],
5651 ], 5648 ],
5652 } 5649 }
OLDNEW
« chrome/browser/ui/webui/plugins_ui.cc ('K') | « chrome/browser/ui/webui/plugins_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698