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

Unified Diff: content/public/renderer/DEPS

Issue 10823315: Tighten up content/public DEPS rules using new checkdeps features. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get rid of bad line endings, I guess. Created 8 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
« no previous file with comments | « content/public/common/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/DEPS
diff --git a/content/public/renderer/DEPS b/content/public/renderer/DEPS
index c4098abed7e6a7153abd294bfe4de98766b43f64..c42b61aaa9d82a904813fcd06cdc9917908a18dd 100644
--- a/content/public/renderer/DEPS
+++ b/content/public/renderer/DEPS
@@ -1,4 +1,9 @@
include_rules = [
- "+content/renderer/render_view_impl.h",
"+v8/include/v8.h",
]
+
+specific_include_rules = {
+ ".*\.cc": [
+ "+content/renderer/render_view_impl.h",
+ ],
+}
« no previous file with comments | « content/public/common/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698