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

Unified Diff: components/pdf/DEPS

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/pdf/DEPS
diff --git a/components/pdf/DEPS b/components/pdf/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..745ee50559ce2e8c116db088ff750cd9f68eb0df
--- /dev/null
+++ b/components/pdf/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ "+content/app",
+ "+content/public",
+ "+grit/webkit_resources.h",
+ "+ipc",
+ "+ppapi",
+ "+third_party/skia/include",
+ "+third_party/WebKit/public",
+ "+ui/base",
+]

Powered by Google App Engine
This is Rietveld 408576698