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

Unified Diff: base/android/java/java.gyp

Issue 10081035: Add templates for building java and running the jni_generator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make base targets only defined for androd Created 8 years, 8 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
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/java/java.gyp
diff --git a/base/android/java/java.gyp b/base/android/java/java.gyp
deleted file mode 100644
index 73587435da363c7248254cb0112f15c9fb3f4ce5..0000000000000000000000000000000000000000
--- 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',
- ]
- },
- ],
- },
- ],
-}
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698