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

Unified Diff: build/gn_migration.gypi

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « build/android/pylib/gtest/gtest_test_instance.py ('k') | chrome/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/gn_migration.gypi
diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi
index 365a7a011da2a2a14786dcbc7c8ecbde58a3d870..c9c582dd819ddf55afa185159e68e7ad37dee7c1 100644
--- a/build/gn_migration.gypi
+++ b/build/gn_migration.gypi
@@ -71,7 +71,7 @@
'../printing/printing.gyp:printing_unittests',
'../skia/skia_tests.gyp:skia_unittests',
'../sql/sql.gyp:sql_unittests',
- '../sync/sync.gyp:sync_unit_tests',
+ '../components/sync.gyp:sync_unit_tests',
'../testing/gmock.gyp:gmock_main',
'../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_heap_unittests',
'../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_platform_unittests',
@@ -220,7 +220,7 @@
'../sandbox/sandbox.gyp:sandbox_linux_unittests_deps',
'../skia/skia_tests.gyp:skia_unittests_apk',
'../sql/sql.gyp:sql_unittests_apk',
- '../sync/sync.gyp:sync_unit_tests_apk',
+ '../components/sync.gyp:sync_unit_tests_apk',
'../testing/android/junit/junit_test.gyp:junit_unit_tests',
'../third_party/smhasher/smhasher.gyp:murmurhash3',
'../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_heap_unittests_apk',
@@ -333,7 +333,7 @@
'../ppapi/ppapi_internal.gyp:ppapi_tests',
'../ppapi/ppapi_internal.gyp:ppapi_perftests',
'../ppapi/ppapi_internal.gyp:ppapi_unittests',
- '../sync/sync.gyp:run_sync_testserver',
+ '../components/sync.gyp:run_sync_testserver',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
'../tools/imagediff/image_diff.gyp:image_diff',
@@ -363,8 +363,8 @@
'../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma',
'../skia/skia.gyp:filter_fuzz_stub',
'../skia/skia.gyp:image_operations_bench',
- '../sync/tools/sync_tools.gyp:sync_client',
- '../sync/tools/sync_tools.gyp:sync_listen_notifications',
+ '../components/sync/tools/sync_tools.gyp:sync_client',
+ '../components/sync/tools/sync_tools.gyp:sync_listen_notifications',
'../third_party/codesighs/codesighs.gyp:codesighs',
'../third_party/codesighs/codesighs.gyp:maptsvdifftool',
'../third_party/pdfium/samples/samples.gyp:pdfium_diff',
@@ -573,7 +573,7 @@
'../remoting/remoting.gyp:remoting_unittests_run',
'../skia/skia_tests.gyp:skia_unittests_run',
'../sql/sql.gyp:sql_unittests_run',
- '../sync/sync.gyp:sync_unit_tests_run',
+ '../components/sync.gyp:sync_unit_tests_run',
'../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_heap_unittests_run',
'../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_platform_unittests_run',
'../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_run',
« no previous file with comments | « build/android/pylib/gtest/gtest_test_instance.py ('k') | chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698