diff options
author | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-17 04:39:52 +0000 |
---|---|---|
committer | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-17 04:39:52 +0000 |
commit | 65208a08fd10dc98b4c21676d5113359303a12a6 (patch) | |
tree | b178d8ec34465c308f737a657936907a38a65fc0 /base/android | |
parent | 636295605fea1bf869738dc36315afbc3a2dfa28 (diff) | |
download | chromium_src-65208a08fd10dc98b4c21676d5113359303a12a6.zip chromium_src-65208a08fd10dc98b4c21676d5113359303a12a6.tar.gz chromium_src-65208a08fd10dc98b4c21676d5113359303a12a6.tar.bz2 |
Add templates for building java and running the jni_generator.
As requested in http://codereview.chromium.org/10073024/, I've created
templates for these two actions. I've also applied them to base.
Review URL: http://codereview.chromium.org/10081035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132537 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/android')
-rw-r--r-- | base/android/java/java.gyp | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/base/android/java/java.gyp b/base/android/java/java.gyp deleted file mode 100644 index 7358743..0000000 --- a/base/android/java/java.gyp +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright (c) 2012 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -{ - 'targets': [ - { - 'target_name': 'base_java', - 'message': 'building base java sources', - 'type': 'none', - 'actions': [ - { - 'action_name': 'base_java', - 'inputs': [ - '<(DEPTH)/base/android/java/base.xml', - '<!@(find . -name "*.java")' - ], - 'outputs': [ - '<(DEPTH)/base/android/java/dist/lib/chromium_base.jar', - ], - 'action': [ - 'ant', - '-buildfile', - '<(DEPTH)/base/android/java/base.xml', - ] - }, - ], - }, - ], -} |