summaryrefslogtreecommitdiffstats
path: root/ppapi/DEPS
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-25 03:06:00 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-25 03:06:00 +0000
commit19bf267c1fe2804300b4803171035cd1587a6a23 (patch)
tree0f593d67686661aff4c1964696dad4285b553411 /ppapi/DEPS
parent6c9af48372ae14ff1a338e872d85d1c54d59b935 (diff)
downloadchromium_src-19bf267c1fe2804300b4803171035cd1587a6a23.zip
chromium_src-19bf267c1fe2804300b4803171035cd1587a6a23.tar.gz
chromium_src-19bf267c1fe2804300b4803171035cd1587a6a23.tar.bz2
Excluding ppapi/native_client from depscheck for now.
BUG=http://code.google.com/p/chromium/issues/detail?id=93520 TEST=None R=thakis@chromium.org Review URL: http://codereview.chromium.org/7741008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98175 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/DEPS')
-rw-r--r--ppapi/DEPS6
1 files changed, 6 insertions, 0 deletions
diff --git a/ppapi/DEPS b/ppapi/DEPS
new file mode 100644
index 0000000..fba1a39
--- /dev/null
+++ b/ppapi/DEPS
@@ -0,0 +1,6 @@
+# checkdeps.py shouldn't check include paths for files in these dirs:
+skip_child_includes = [
+ # TODO(bradnelson): fix these to comply, once migration is complete.
+ # http://code.google.com/p/chromium/issues/detail?id=93520
+ "native_client",
+]