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

Unified Diff: chrome/browser/DEPS

Issue 4511001: Sanitize checkdeps-checked DEPS a bit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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 | « chrome/DEPS ('k') | chrome/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/DEPS
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 3aad30fd3bd5a75dd0c3edf8105eda2628bd69c8..3135229ab0ff9d91b4b57bbb73fbd6009b1699e6 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -9,7 +9,10 @@ include_rules = [
"+chrome/views",
"+cros",
"+grit", # For generated headers
- "+sandbox/src",
+ "+rlz",
+ "+sandbox/linux",
+ "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox.
+ "+skia/ext",
"+skia/include",
"+webkit/database",
"+webkit/glue", # Defines some types that are marshalled over IPC.
@@ -18,15 +21,18 @@ include_rules = [
# Other libraries.
"+chrome/third_party/hunspell",
"+chrome/third_party/mozilla_security_manager",
- "+libxml", # For search engine definition parsing.
- "+media/audio", # Chrome's lightweight audio library.
+ "+libxml", # For search engine definition parsing.
+ "+media/audio", # Chrome's lightweight audio library.
"+media/base",
+ "+third_party/apple", # Apple code ImageAndTextCell.
"+third_party/expat",
"+third_party/gpsd",
"+third_party/sqlite",
- "+third_party/libevent", # For the remote V8 debugging server
+ "+third_party/libevent", # For the remote V8 debugging server
+ "+third_party/libjingle",
"+third_party/cld",
- "+v8/include", # Browser uses V8 to get the version and run the debugger.
+ "+third_party/undoview",
+ "+v8/include", # Browser uses V8 to get the version and run the debugger.
# FIXME: this should probably not be here, we need to find a better
# structure for these includes.
« no previous file with comments | « chrome/DEPS ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698