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

Unified Diff: build/common.gypi

Issue 96233002: Add a PDF component extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 025b0753fc4efdbede85f7d32bde6535b5661219..488ab5b8c3af6709b1ddae3938d07058ca5e04a4 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1689,6 +1689,10 @@
['enable_extensions==1', {
'grit_defines': ['-D', 'enable_extensions'],
}],
+ ['enable_plugins!=0', {
+
+ 'grit_defines': ['-D', 'enable_plugins'],
+ }],
['enable_printing!=0', {
'grit_defines': ['-D', 'enable_printing'],
}],
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698