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

Unified Diff: content/public/browser/DEPS

Issue 10986053: Simplify DEPS in content\public a bit since all cc files can include internal code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 3 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/app/OWNERS ('k') | content/public/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/DEPS
===================================================================
--- content/public/browser/DEPS (revision 158727)
+++ content/public/browser/DEPS (working copy)
@@ -1,16 +1,5 @@
-include_rules = [
- # TODO(jam): remove
- "!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",
+ "+content/browser",
],
}
« no previous file with comments | « content/app/OWNERS ('k') | content/public/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698