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

Unified Diff: BUILD.gn

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 | « .gn ('k') | WATCHLISTS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 8bf24cc9db7cd7eb26121c8bb2606070fb0ca382..f5080c978fa077aeda0615ce4cae13915f1496b4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -126,13 +126,13 @@ if (is_win) {
"//base:base_unittests",
"//chrome/test:browser_tests",
"//chrome/test:sync_integration_tests",
+ "//components/sync:sync_unit_tests",
"//ipc:ipc_tests",
"//media:media_unittests",
"//media/midi:midi_unittests",
"//net:net_unittests",
"//printing:printing_unittests",
"//sql:sql_unittests",
- "//sync:sync_unit_tests",
"//ui/base:ui_base_unittests",
"//ui/gfx:gfx_unittests",
"//ui/touch_selection:ui_touch_selection_unittests",
@@ -181,10 +181,10 @@ group("both_gn_and_gyp") {
"//base:base_unittests",
"//chrome/installer",
"//components:components_unittests",
+ "//components/sync:sync_unit_tests",
"//net:net_unittests",
"//skia:skia_unittests",
"//sql:sql_unittests",
- "//sync:sync_unit_tests",
"//tools/ipc_fuzzer:ipc_fuzzer_all",
"//ui/base:ui_base_unittests",
"//ui/gfx:gfx_unittests",
@@ -205,6 +205,8 @@ group("both_gn_and_gyp") {
"//chrome/test:interactive_ui_tests",
"//chrome/test:sync_integration_tests",
"//chrome/test/chromedriver:chromedriver_unittests",
+ "//components/sync/tools:sync_client",
+ "//components/sync/tools:sync_listen_notifications",
"//extensions:extensions_browsertests",
"//extensions:extensions_unittests",
"//gpu/gles2_conform_support:gles2_conform_test",
@@ -243,8 +245,6 @@ group("both_gn_and_gyp") {
"//ppapi/examples/video_effects",
"//ppapi/examples/video_encode",
"//printing:printing_unittests",
- "//sync/tools:sync_client",
- "//sync/tools:sync_listen_notifications",
"//third_party/cacheinvalidation:cacheinvalidation_unittests",
"//third_party/codesighs",
"//third_party/pdfium/samples:pdfium_test",
@@ -504,6 +504,7 @@ group("both_gn_and_gyp") {
"//cc:cc_perftests",
"//cc/blink:cc_blink_unittests",
"//components:components_perftests",
+ "//components/sync:run_sync_testserver",
"//device:device_unittests",
"//gin:gin_shell",
"//gin:gin_unittests",
@@ -513,7 +514,6 @@ group("both_gn_and_gyp") {
"//ipc:ipc_perftests",
"//media:media_perftests",
"//net:dump_cache",
- "//sync:run_sync_testserver",
"//third_party/angle/src/tests:angle_end2end_tests",
"//third_party/angle/src/tests:angle_unittests",
"//third_party/codesighs:maptsvdifftool",
« no previous file with comments | « .gn ('k') | WATCHLISTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698