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

Unified Diff: chrome/chrome_renderer.gypi

Issue 9211007: Add -DENABLE_PLUGIN_INSTALLATION in chrome/renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_renderer.gypi
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index 7b054688a7be82781b437af97453ed252c68d3c7..f6502fd49d9581c8752b1f72b6d828e6737da0b1 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -245,6 +245,11 @@
'../third_party/mach_override/mach_override.gyp:mach_override',
],
}],
+ ['enable_plugin_installation', {
+ 'defines': [
+ 'ENABLE_PLUGIN_INSTALLATION',
jochen (gone - plz use gerrit) 2012/01/16 11:02:14 usually that would go into build/common.gypi
+ ],
+ }],
['toolkit_uses_gtk == 1', {
'conditions': [
[ 'linux_use_tcmalloc==1', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698