From e511f1c2d0b9accaee311da5a3f295a8bce54376 Mon Sep 17 00:00:00 2001 From: "navabi@google.com" Date: Wed, 29 Feb 2012 06:06:07 +0000 Subject: 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 --- base/android/java/base.xml | 38 ++++++++++++++++++++++ base/android/java/java.gyp | 30 +++++++++++++++++ .../java/org/chromium/base/DeleteStaging.java | 16 +++++++++ 3 files changed, 84 insertions(+) create mode 100644 base/android/java/base.xml create mode 100644 base/android/java/java.gyp create mode 100644 base/android/java/org/chromium/base/DeleteStaging.java (limited to 'base/android/java') diff --git a/base/android/java/base.xml b/base/android/java/base.xml new file mode 100644 index 0000000..a688eab --- /dev/null +++ b/base/android/java/base.xml @@ -0,0 +1,38 @@ + + + building base java source code with ant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/base/android/java/java.gyp b/base/android/java/java.gyp new file mode 100644 index 0000000..7358743 --- /dev/null +++ b/base/android/java/java.gyp @@ -0,0 +1,30 @@ +# 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', + '