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

Unified Diff: content/public/browser/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 | « no previous file | content/public/browser/web_contents_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/DEPS
diff --git a/content/public/browser/DEPS b/content/public/browser/DEPS
index 26f874f25b57ccc91be13127db629a9863917e30..f0df6c2d0a9cdfd33c070f305840c9a4e81b3841 100644
--- a/content/public/browser/DEPS
+++ b/content/public/browser/DEPS
@@ -1,11 +1,16 @@
include_rules = [
- "+content/browser/browser_child_process_host_impl.h",
- "+content/browser/notification_service_impl.h",
- "+content/browser/renderer_host/render_view_host_impl.h",
- "+content/browser/worker_host/worker_service_impl.h",
-
# TODO(jam): remove
- "+content/browser/javascript_dialogs.h",
- "+content/browser/web_contents/web_contents_impl.h",
- "+content/browser/webui/web_ui.h",
+ "!content/browser/webui/web_ui.h",
]
+
+specific_include_rules = {
+ ".*\.cc": [
+ "+content/browser/browser_child_process_host_impl.h",
+ "+content/browser/notification_service_impl.h",
+ "+content/browser/renderer_host/render_view_host_impl.h",
+ "+content/browser/worker_host/worker_service_impl.h",
+
+ # TODO(jam): remove
+ "!content/browser/web_contents/web_contents_impl.h",
+ ],
+}
« no previous file with comments | « no previous file | content/public/browser/web_contents_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698