| Index: build/gn_migration.gypi
|
| diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi
|
| index 7535ff394f40269d40fcd45e5fed94c26f33ae40..c9c582dd819ddf55afa185159e68e7ad37dee7c1 100644
|
| --- a/build/gn_migration.gypi
|
| +++ b/build/gn_migration.gypi
|
| @@ -71,6 +71,7 @@
|
| '../printing/printing.gyp:printing_unittests',
|
| '../skia/skia_tests.gyp:skia_unittests',
|
| '../sql/sql.gyp:sql_unittests',
|
| + '../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',
|
| @@ -219,6 +220,7 @@
|
| '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps',
|
| '../skia/skia_tests.gyp:skia_unittests_apk',
|
| '../sql/sql.gyp:sql_unittests_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',
|
| @@ -571,6 +573,7 @@
|
| '../remoting/remoting.gyp:remoting_unittests_run',
|
| '../skia/skia_tests.gyp:skia_unittests_run',
|
| '../sql/sql.gyp:sql_unittests_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',
|
|
|