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", |