summaryrefslogtreecommitdiffstats
path: root/mojo/android/javatests/DEPS
diff options
context:
space:
mode:
authorqsr@chromium.org <qsr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-03 08:43:37 +0000
committerqsr@chromium.org <qsr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-03 08:43:37 +0000
commit21075b5dc4f91266175d92b46c004c24bf69f73e (patch)
tree6dc8c72ca5c5648fed0e76d74c2e77776b4969c5 /mojo/android/javatests/DEPS
parentc4c9c8cf4af14e6944375330bd12712ce4eb5479 (diff)
downloadchromium_src-21075b5dc4f91266175d92b46c004c24bf69f73e.zip
chromium_src-21075b5dc4f91266175d92b46c004c24bf69f73e.tar.gz
chromium_src-21075b5dc4f91266175d92b46c004c24bf69f73e.tar.bz2
Generate java bindings for constants.
This CL is the first CL introducing java bindings. It only generates constants. This is a reland of https://codereview.chromium.org/291903003 with a custom DEPS file to fix bot issue. TBR=viettrungluu@chromium.org,rmcilroy@chromium.org Review URL: https://codereview.chromium.org/312643003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274431 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/android/javatests/DEPS')
-rw-r--r--mojo/android/javatests/DEPS4
1 files changed, 4 insertions, 0 deletions
diff --git a/mojo/android/javatests/DEPS b/mojo/android/javatests/DEPS
new file mode 100644
index 0000000..78cf465
--- /dev/null
+++ b/mojo/android/javatests/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ # out should be allowed by default, but bots are failing on this.
+ "+out",
+]