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

Unified Diff: BUILD.gn

Issue 1271513006: Adding sync to dependencies on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Editing_IOS_dependencies
Patch Set: Created 5 years, 4 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 | « no previous file | no next file » | 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 1cda6523dc00558d685fb18adbf291acb1360d17..f2bd9a20097cf480ebe2be35dee83bd6fd66d63f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -65,6 +65,7 @@ group("both_gn_and_gyp") {
testonly = true
deps = [
"//base:base_unittests",
+ "//sync:sync_unit_tests",
]
if (!is_ios) {
deps += [
@@ -133,7 +134,6 @@ group("both_gn_and_gyp") {
"//printing:printing_unittests",
"//skia:skia_unittests",
"//sql:sql_unittests",
- "//sync:sync_unit_tests",
"//third_party/WebKit/Source/platform:heap_unittests",
"//third_party/WebKit/Source/platform:platform_unittests",
"//third_party/WebKit/Source/web:webkit_unit_tests",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698