diff options
author | navabi@google.com <navabi@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-29 06:06:07 +0000 |
---|---|---|
committer | navabi@google.com <navabi@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-29 06:06:07 +0000 |
commit | e511f1c2d0b9accaee311da5a3f295a8bce54376 (patch) | |
tree | 5602a86905318f2b02a503d0c1eec1c61a87eec0 /build/all_android.gyp | |
parent | fa6e2d555df8ffa9b192038cc87380abdc8bd33e (diff) | |
download | chromium_src-e511f1c2d0b9accaee311da5a3f295a8bce54376.zip chromium_src-e511f1c2d0b9accaee311da5a3f295a8bce54376.tar.gz chromium_src-e511f1c2d0b9accaee311da5a3f295a8bce54376.tar.bz2 |
Add first java source code and gyp/ant changes to build java code.
Introduce the first java source for chrome on android to base/android/java.
Also add new target to build the java source in the directory. Currently
there is a dummy java file called DeleteStaging.java that should be replaced
when real base java source code is upstreamed. This will be the java files
from this patch: https://chromiumcodereview.appspot.com/9443018/. The
DeleteStaging.java file should be removed once real java code is checked in.
BUG=
TEST=
Review URL: http://codereview.chromium.org/9514018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124134 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all_android.gyp')
-rw-r--r-- | build/all_android.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp index 2e95b9c..2fd03b2 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -50,6 +50,7 @@ '../webkit/webkit.gyp:pull_in_DumpRenderTree', '../chrome/chrome.gyp:browser', '../media/media.gyp:media_unittests', + '../base/android/java/java.gyp:base_java', ], }, { |