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

Unified Diff: components/components.gyp

Issue 477263003: pdf: Create a separate component for using the pdf pepper plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix-gn Created 6 years, 4 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
Index: components/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index 6d864c3a2be9e6668af2b17e7a58caf8bacd3be7..08fc4ab9deeb9d71dc37b3f910a418ae4c55b40c 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -110,5 +110,10 @@
'invalidation.gypi',
],
}],
+ ['enable_plugins==1', {
+ 'includes': [
+ 'pdf.gypi',
+ ],
+ }],
],
}

Powered by Google App Engine
This is Rietveld 408576698