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

Unified Diff: ppapi/native_client/DEPS

Issue 10797018: Re-enabling checkdeps for most of ppapi + nacl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweak base + gpu 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
Index: ppapi/native_client/DEPS
diff --git a/ppapi/native_client/DEPS b/ppapi/native_client/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..df762969eacbbbd29b3fadea058e2e8be9ebb81b
--- /dev/null
+++ b/ppapi/native_client/DEPS
@@ -0,0 +1,13 @@
+include_rules = [
+ "+native_client/src/include",
+ "+native_client/src/shared/platform",
+
+ # TODO(bradnelson): Eliminate these as they are actually incorrectly rooted
+ # internal references.
+ "+native_client/src/shared/ppapi_proxy",
+ "+native_client/tests/ppapi_geturl",
+ "+native_client/tests/ppapi_test_lib",
+ "+srpcgen",
+ "+trusted/srpcgen",
+ "+untrusted/srpcgen",
+]

Powered by Google App Engine
This is Rietveld 408576698