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

Unified Diff: content/public/common/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/browser/web_contents_observer.cc ('k') | content/public/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/DEPS
diff --git a/content/public/common/DEPS b/content/public/common/DEPS
index fa5c62d6660b497fb732607977f1d7f931c154c9..c41e68619e3463accb8d7277f16c2c1695756a28 100644
--- a/content/public/common/DEPS
+++ b/content/public/common/DEPS
@@ -1,4 +1,6 @@
-include_rules = [
- "+content/common/savable_url_schemes.h",
- "+content/common/ssl_status_serialization.h",
-]
+specific_include_rules = {
+ ".*\.cc": [
+ "+content/common/savable_url_schemes.h",
+ "+content/common/ssl_status_serialization.h",
+ ]
+}
« no previous file with comments | « content/public/browser/web_contents_observer.cc ('k') | content/public/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698