Skip to content

Commit

Permalink
Adding sync to dependencies on iOS.
Browse files Browse the repository at this point in the history
BUG=459705

Review URL: https://codereview.chromium.org/1271513006

Cr-Commit-Position: refs/heads/master@{#341875}
  • Loading branch information
sherouk authored and Commit bot committed Aug 5, 2015
1 parent 5e420d3 commit d0f710f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ group("both_gn_and_gyp") {
testonly = true
deps = [
"//base:base_unittests",
"//sync:sync_unit_tests",
]
if (!is_ios) {
deps += [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit d0f710f

Please sign in to comment.