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

Unified Diff: content/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/wifi/BUILD.gn ('k') | content/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/BUILD.gn
diff --git a/content/BUILD.gn b/content/BUILD.gn
index 7f246689419a7c658658fb14fe29b4e148887d91..be1f456c2e88c6293a6361e520a67ebad516e4f1 100644
--- a/content/BUILD.gn
+++ b/content/BUILD.gn
@@ -53,9 +53,8 @@ if (enable_plugins) {
if (is_component_build) {
shared_library("content") {
- public_deps = content_shared_components + [
- "//content/public/app:both_sources",
- ]
+ public_deps =
+ content_shared_components + [ "//content/public/app:both_sources" ]
}
} else {
group("content") {
@@ -78,6 +77,6 @@ grit("resources") {
source_set("export") {
visibility = [ "//content/*" ]
sources = [
- "content/common/content_export.h"
+ "content/common/content_export.h",
]
}
« no previous file with comments | « components/wifi/BUILD.gn ('k') | content/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698