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

Unified Diff: chromecast/chromecast.gyp

Issue 694853002: Chromecast: use more recent Android support lib if available. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: replace with gyp variable Created 6 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index d7a25e809e2ba12b89b850c0bef8305278698aab..bc0447aa2013d3a1e9e83eb3934fb8380215c103 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -4,6 +4,8 @@
{
'variables': {
+ 'android_support_v13_target%':
+ '../third_party/android_tools/android_tools.gyp:android_support_v13_javalib',
'chromium_code': 1,
'chromecast_branding%': 'Chromium',
},
@@ -336,11 +338,11 @@
'target_name': 'cast_shell_java',
'type': 'none',
'dependencies': [
+ '<(android_support_v13_target)',
'../base/base.gyp:base_java',
'../content/content.gyp:content_java',
'../media/media.gyp:media_java',
'../net/net.gyp:net_java',
- '../third_party/android_tools/android_tools.gyp:android_support_v13_javalib',
'../ui/android/ui_android.gyp:ui_java',
],
'variables': {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698