summaryrefslogtreecommitdiffstats
path: root/base/android/java/java.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'base/android/java/java.gyp')
-rw-r--r--base/android/java/java.gyp30
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',
- ]
- },
- ],
- },
- ],
-}