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

Unified Diff: sync/BUILD.gn

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net Created 6 years 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 | « skia/BUILD.gn ('k') | sync/internal_api/attachments/proto/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/BUILD.gn
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index 67b12b3625c1787447ea45c6e34e43b782c0a52d..65af3de406064b1718f4553ba868047e45f90964 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -414,9 +414,7 @@ source_set("sync_core") {
if (is_chromeos) {
# Required by get_session_name.cc on Chrome OS.
- deps += [
- "//chromeos"
- ]
+ deps += [ "//chromeos" ]
}
defines = [ "SYNC_IMPLEMENTATION" ]
@@ -656,9 +654,7 @@ test("sync_unit_tests") {
if (is_chromeos) {
# Required by get_session_name_unittest.cc on Chrome OS.
- deps += [
- "//chromeos"
- ]
+ deps += [ "//chromeos" ]
}
if (is_ios) {
@@ -727,7 +723,6 @@ static_library("test_support_sync_testserver") {
]
deps = [
":sync",
-
# The sync test server uses Python modules generated by the sync protos.
# '../third_party/protobuf/protobuf.gyp:py_proto', # TODO(GYP)
]
@@ -766,7 +761,9 @@ if (!is_ios) {
# GYP version: sync/sync_tests.gypi:run_sync_testserver
executable("run_sync_testserver") {
testonly = true
- sources = [ "tools/testserver/run_sync_testserver.cc" ]
+ sources = [
+ "tools/testserver/run_sync_testserver.cc",
+ ]
deps = [
"//base",
@@ -786,7 +783,7 @@ if (is_android) {
testonly = true
jni_package = "sync/test/fake_server"
sources = [
- "//chrome/android/sync_shell/javatests/src/chromium/chrome/browser/sync/FakeServerHelper.java"
+ "//chrome/android/sync_shell/javatests/src/chromium/chrome/browser/sync/FakeServerHelper.java",
]
}
@@ -819,7 +816,7 @@ if (is_android) {
# GYP: //sync/sync_tests.gypi:sync_unit_tests_apk
unittest_apk("sync_unit_tests_apk") {
unittests_dep = ":sync_unit_tests"
- deps = [
+ deps = [
":sync_unit_tests",
]
}
« no previous file with comments | « skia/BUILD.gn ('k') | sync/internal_api/attachments/proto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698