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

Unified Diff: chrome/DEPS

Issue 10797018: Re-enabling checkdeps for most of ppapi + nacl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 5 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 | « DEPS ('k') | gpu/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 9eb64bf00789bd22bdbfc4e4e77a0af353880dfe..33f8387d687cb47bf37b4a5881265ea87add144f 100644
--- a/chrome/DEPS
+++ b/chrome/DEPS
@@ -3,7 +3,6 @@ include_rules = [
"+crypto",
"+gpu",
"+jni",
- "+native_client",
"+net",
"+printing",
"+sql",
@@ -11,6 +10,12 @@ include_rules = [
"-v8",
"+v8/include",
+ # Limit what we include from nacl.
+ "-native_client",
+ "+native_client/src/trusted/service_runtime/osx",
+ "+native_client/src/trusted/service_runtime/win",
+ "+native_client/src/shared/imc",
+
# The subdirectories in chrome/ will manually allow their own include
# directories in chrome/ so we disallow all of them.
"-chrome",
« no previous file with comments | « DEPS ('k') | gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698