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

Unified Diff: components/suggestions/BUILD.gn

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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 | « components/storage_monitor/BUILD.gn ('k') | components/suggestions/proto/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/suggestions/BUILD.gn
diff --git a/components/suggestions/BUILD.gn b/components/suggestions/BUILD.gn
index e2bb9070f5a50012e28be708cc8140a28fc17813..58291765f4860dc76e827c1c4fc11738f6b6787b 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" ]
}
}
« no previous file with comments | « components/storage_monitor/BUILD.gn ('k') | components/suggestions/proto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698