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

Unified Diff: pdf/DEPS

Issue 318763005: Do not exclude pdf from DEPS check. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: restrict deps to only keyboard_codes.h Created 6 years, 6 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/DEPS
diff --git a/pdf/DEPS b/pdf/DEPS
index dce0cc8fce03f74a0cbbf0be85f7742e79ccec95..73f2f8f44dfebf6305c5e853cc59a4315381c00b 100644
--- a/pdf/DEPS
+++ b/pdf/DEPS
@@ -1,5 +1,9 @@
include_rules = [
+ "!chrome/browser/chrome_page_zoom_constants.h",
+ "!chrome/common/content_restriction.h",
+ "!content/public/common/page_zoom.h",
"+net",
"+ppapi",
"+third_party/pdfium/fpdfsdk/include",
+ "+ui/events/keycodes/keyboard_codes.h",
]
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698