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

Unified Diff: content/public/utility/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 | « content/public/renderer/BUILD.gn ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/utility/BUILD.gn
diff --git a/content/public/utility/BUILD.gn b/content/public/utility/BUILD.gn
index 7d40a50f230ad4c5e0e77d813a91d424b132611c..999549ac4525b579efe20c022c0c1b8d8f916f59 100644
--- a/content/public/utility/BUILD.gn
+++ b/content/public/utility/BUILD.gn
@@ -5,9 +5,13 @@
# See //content/BUILD.gn for how this works.
group("utility") {
if (is_component_build) {
- public_deps = [ "//content" ]
+ public_deps = [
+ "//content",
+ ]
} else {
- public_deps = [ ":utility_sources" ]
+ public_deps = [
+ ":utility_sources",
+ ]
}
}
@@ -37,4 +41,3 @@ source_set("utility_sources") {
"//content/utility",
]
}
-
« no previous file with comments | « content/public/renderer/BUILD.gn ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698