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

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: . 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 e19c1a8240f724c2dc2cf44548f553939789edf5..3b36cc8f10ec9c3b35ee42fb221ed9765887d0ff 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -110,5 +110,10 @@
'invalidation.gypi',
],
}],
+ ['enable_plugins==1', {
+ 'includes': [
+ 'pdf.gypi',
+ ],
+ }],
],
}
« no previous file with comments | « components/OWNERS ('k') | components/pdf.gypi » ('j') | components/pdf/renderer/ppb_pdf_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698