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

Unified Diff: DEPS

Issue 312763002: Add DEPS files and run checkdeps in presubmit check (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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 | PRESUBMIT.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 47cb78223422aaea4b2f144f76e3e37c7cec1d75..836e75350188511f8ef93a9815277f9fd3689777 100644
--- a/DEPS
+++ b/DEPS
@@ -31,6 +31,18 @@ deps_os = {
}
}
+include_rules = [
+ # Everybody can use some things.
+ "+include",
+ "+unicode",
+]
+
+# checkdeps.py shouldn't check for includes in these directories:
+skip_child_includes = [
+ "build",
+ "third_party",
+]
+
hooks = [
{
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
« no previous file with comments | « no previous file | PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698