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

Unified Diff: chrome/chrome_tests_unit.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: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 0a9addc189559393bd811e57d9c650a3d2bfdbd5..1148339f4003f6a445c58571a86021c43a4bcaed 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1721,7 +1721,7 @@
'../skia/skia.gyp:skia',
'../sql/sql.gyp:sql',
'../sql/sql.gyp:test_support_sql',
- '../sync/sync.gyp:sync',
+ '../components/sync.gyp:sync',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'../third_party/zlib/zlib.gyp:zlib',
@@ -2203,7 +2203,7 @@
'../base/base.gyp:base',
'../mojo/mojo_edk.gyp:mojo_system_impl',
'../skia/skia.gyp:skia',
- '../sync/sync.gyp:sync',
+ '../components/sync.gyp:sync',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
],
@@ -2251,9 +2251,9 @@
'../crypto/crypto.gyp:crypto_test_support',
'../net/net.gyp:net',
'../net/net.gyp:net_test_support',
- '../sync/sync.gyp:test_support_sync_api',
- '../sync/sync.gyp:test_support_sync_core',
- '../sync/sync.gyp:test_support_sync_internal_api',
+ '../components/sync.gyp:test_support_sync_api',
+ '../components/sync.gyp:test_support_sync_core',
+ '../components/sync.gyp:test_support_sync_core_impl',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'test_support_common',

Powered by Google App Engine
This is Rietveld 408576698