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

Unified Diff: chrome/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 | « DEPS ('k') | chrome/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/DEPS
diff --git a/chrome/DEPS b/chrome/DEPS
index 1fe3cbd4a0be53ba51f6f08ceccaf48b723d6832..1c86deee36bd94e54cd8b4093875c68ef9f33f4a 100644
--- a/chrome/DEPS
+++ b/chrome/DEPS
@@ -19,43 +19,14 @@ include_rules = [
# Allow inclusion of WebKit API files.
"+third_party/WebKit/WebKit/chromium",
-
- # Allow inclusion of the appcache library.
"+webkit/appcache",
-
- # Allow inclusion of the blob library.
"+webkit/blob",
-
- # Allow inclusion of the database library.
"+webkit/database",
-
- # Allow inclusion of the fileapi library.
"+webkit/fileapi",
- # Allow Apple code ImageAndTextCell.
- "+third_party/apple",
-
- # Allow inclusion of Mozilla interface headers.
- "+third_party/mozilla",
-
- # Allow inclusion of NPAPI interface headers.
- "+third_party/npapi",
-
- # Allow inclusion of tcmalloc header.
- "+third_party/tcmalloc",
-
- # Allow usage of Google Toolbox for Mac.
- "+third_party/GTM",
-
- # Allow usage of the libjingle library.
- "+third_party/libjingle",
-
- # Our Skia extensions.
- "+skia/ext",
-
- # On Linux, we include some breakpad headers
- "+breakpad/linux",
-
- # On Linux, the zygote needs to access sandbox headers
- "+sandbox/linux"
+ # Allow inclusion of third-party code:
+ "+third_party/mozilla", # Mozilla interface headers.
+ "+third_party/npapi", # NPAPI interface headers.
+ "+third_party/tcmalloc", # tcmallo
+ "+third_party/GTM", # Google Toolbox for Mac.
]
« no previous file with comments | « DEPS ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698