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

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: 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..0393f0e4cad927b19f7d40a94f450c49da8c44a7 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",
Lei Zhang 2014/06/04 22:34:33 Just ui/events/keycodes/keyboard_codes.h ?
tfarina 2014/06/04 22:45:28 Do you want to restrict it to only that file? I'm
tfarina 2014/06/05 02:08:13 Done.
]
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698