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

Unified Diff: chrome/chrome.gyp

Issue 865733002: Make Chrome for Android dependent on Google Play Services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix description Created 5 years, 10 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 | « chrome/android/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 639f2c83561612dba11fea08f49b16ddfe31c823..804e813943cfbf65ef8cf19ff2c879367b3513bf 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -626,6 +626,8 @@
'../sync/sync.gyp:sync_java',
'../third_party/android_tools/android_tools.gyp:android_support_v7_appcompat_javalib',
'../third_party/android_tools/android_tools.gyp:android_support_v13_javalib',
+ '../third_party/android_tools/android_tools.gyp:google_play_services_javalib',
+ '../third_party/libaddressinput/libaddressinput.gyp:android_addressinput_widget',
nyquist 2015/02/05 22:32:08 Is this related to this change or is it here by ac
aberent 2015/02/06 20:17:58 Done. It was there by accident (probably a bad mer
'../ui/android/ui_android.gyp:ui_java',
],
'variables': {
@@ -682,7 +684,7 @@
], # 'targets'
'includes': [
'chrome_android.gypi',
- ]}, # 'includes'
+ ]}, #includes
], # OS=="android"
['configuration_policy==1 and OS!="android" and OS!="ios"', {
'includes': [ 'policy.gypi', ],
« no previous file with comments | « chrome/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698