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

Unified Diff: components/gcm_driver.gypi

Issue 2148293004: [Sync] //components/sync external changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-1
Patch Set: Rebase. Created 4 years, 5 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
Index: components/gcm_driver.gypi
diff --git a/components/gcm_driver.gypi b/components/gcm_driver.gypi
index 5a0b31e18315795c36e8992d9443a8f723bbbb66..a7486452c1b0684e1fc69382a2b3bace4518e2e2 100644
--- a/components/gcm_driver.gypi
+++ b/components/gcm_driver.gypi
@@ -33,7 +33,7 @@
'../base/base.gyp:base',
'../google_apis/gcm/gcm.gyp:gcm',
'../net/net.gyp:net',
- '../sync/sync.gyp:sync_proto',
+ '../components/sync.gyp:sync_proto',
'../url/url.gyp:url_lib',
],
'include_dirs': [
@@ -297,7 +297,7 @@
'dependencies': [
'../base/base.gyp:base_java',
'../content/content.gyp:content_java',
- '../sync/sync.gyp:sync_java',
+ '../components/sync.gyp:sync_java',
],
'variables': {
'java_in_dir': 'gcm_driver/android/java',

Powered by Google App Engine
This is Rietveld 408576698