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

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

Issue 10386188: Fix ninja build for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: and finally apk_test.gypi Created 8 years, 7 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 | « ipc/ipc.gyp ('k') | media/base/android/java/media.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/java/java.gyp
diff --git a/media/base/android/java/java.gyp b/media/base/android/java/java.gyp
deleted file mode 100644
index d59aec4eddbcc9ff99bc65094ead1f6c7b7953de..0000000000000000000000000000000000000000
--- a/media/base/android/java/java.gyp
+++ /dev/null
@@ -1,34 +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': 'media_java',
- 'message': 'building media java sources',
- 'type': 'none',
- 'actions': [
- {
- 'action_name': 'media_java',
- 'inputs': [
- 'media.xml',
- 'org/chromium/media/MediaPlayerListener.java',
- ],
- 'dependencies': [
- '<(DEPTH)/base/android/java/java.gyp:base_java',
- ],
- 'outputs': [
- '$(PRODUCT_DIR)/chromium_media.jar',
- ],
- 'action': [
- 'ant',
- '-DPRODUCT_DIR=<(PRODUCT_DIR)',
- '-buildfile',
- 'media.xml',
- ]
- },
- ],
- },
- ],
-}
« no previous file with comments | « ipc/ipc.gyp ('k') | media/base/android/java/media.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698