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', |
- ] |
- }, |
- ], |
- }, |
- ], |
-} |