diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-27 02:11:16 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-27 02:11:16 +0000 |
commit | 7c159822cbcc8043d62e0dcd61cd69a35687bf96 (patch) | |
tree | 6d6fe2b42985e2dc341d733483c71de7f566ac18 /chrome/DEPS | |
parent | 1666bf2e522554aa5fe1410abe1c9007397fa9c9 (diff) | |
download | chromium_src-7c159822cbcc8043d62e0dcd61cd69a35687bf96.zip chromium_src-7c159822cbcc8043d62e0dcd61cd69a35687bf96.tar.gz chromium_src-7c159822cbcc8043d62e0dcd61cd69a35687bf96.tar.bz2 |
Re-enabling checkdeps for most of ppapi + nacl.
Many of the includes / dependencies in ppapi + nacl are badly specified.
This turns on checkdeps for most stuff and makes extra stuff explicit.
BUG=http://code.google.com/p/chromium/issues/detail?id=93520
TEST=checkdeps passes
R=brettw@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10797018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148699 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 9eb64bf..33f8387 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", |