summaryrefslogtreecommitdiffstats
path: root/components/suggestions
diff options
context:
space:
mode:
authorscottmg <scottmg@chromium.org>2014-12-03 11:21:05 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-03 19:21:45 +0000
commitac0ea0314cd168bb640455ed4e1646166b45efe3 (patch)
tree351a6d42d8053b2c75e9ac9460e9440747eba028 /components/suggestions
parentc968e9edf97e5db770f0dfef6ea5517ffc148e70 (diff)
downloadchromium_src-ac0ea0314cd168bb640455ed4e1646166b45efe3.zip
chromium_src-ac0ea0314cd168bb640455ed4e1646166b45efe3.tar.gz
chromium_src-ac0ea0314cd168bb640455ed4e1646166b45efe3.tar.bz2
gn format //components
No intended functionality change. R=brettw@chromium.org BUG=348474 Review URL: https://codereview.chromium.org/780633002 Cr-Commit-Position: refs/heads/master@{#306640}
Diffstat (limited to 'components/suggestions')
-rw-r--r--components/suggestions/BUILD.gn8
-rw-r--r--components/suggestions/proto/BUILD.gn4
2 files changed, 5 insertions, 7 deletions
diff --git a/components/suggestions/BUILD.gn b/components/suggestions/BUILD.gn
index e2bb907..5829176 100644
--- a/components/suggestions/BUILD.gn
+++ b/components/suggestions/BUILD.gn
@@ -34,12 +34,8 @@ static_library("suggestions") {
]
if (is_ios) {
- sources += [
- "image_encoder_ios.mm",
- ]
+ sources += [ "image_encoder_ios.mm" ]
} else {
- sources += [
- "image_encoder.cc",
- ]
+ sources += [ "image_encoder.cc" ]
}
}
diff --git a/components/suggestions/proto/BUILD.gn b/components/suggestions/proto/BUILD.gn
index 1a6018b..be69afc 100644
--- a/components/suggestions/proto/BUILD.gn
+++ b/components/suggestions/proto/BUILD.gn
@@ -5,5 +5,7 @@
import("//third_party/protobuf/proto_library.gni")
proto_library("proto") {
- sources = [ "suggestions.proto" ]
+ sources = [
+ "suggestions.proto",
+ ]
}