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

Unified Diff: media/media.gyp

Issue 10913083: Remove {base,net}_java dependencies from GYP client targets on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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') | net/net.gyp » ('j') | net/net.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index a830de99495b75f63e372030c192e0f09ba82e27..a88ce893e0b7f7e6b3dbf88dd43339e47cf8bcc8 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1080,10 +1080,10 @@
'target_name': 'media_java',
'type': 'none',
'dependencies': [
- '../base/base.gyp:base_java',
+ '../base/base.gyp:base',
],
'export_dependent_settings': [
- '../base/base.gyp:base_java',
+ '../base/base.gyp:base',
],
'variables': {
'package_name': 'media',
« no previous file with comments | « ipc/ipc.gyp ('k') | net/net.gyp » ('j') | net/net.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698