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

Unified Diff: mojo/edk/embedder/BUILD.gn

Issue 773283006: Run gn format on all BUILD.gn files (gn version 306668) (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
Index: mojo/edk/embedder/BUILD.gn
diff --git a/mojo/edk/embedder/BUILD.gn b/mojo/edk/embedder/BUILD.gn
index 934d80a8732a13713f0816d8f534af6f6f41afeb..f136c2a0aa0a0ab9f841aa17837b74af6b7488e4 100644
--- a/mojo/edk/embedder/BUILD.gn
+++ b/mojo/edk/embedder/BUILD.gn
@@ -16,6 +16,7 @@ source_set("embedder") {
"embedder.h",
"embedder_internal.h",
"entrypoints.cc",
+
# Test-only code:
# TODO(vtl): It's a little unfortunate that these end up in the same
# component as non-test-only code. In the static build, this code should
@@ -36,7 +37,9 @@ source_set("embedder") {
"//mojo/public/cpp/system",
]
- deps = [ "//base" ]
+ deps = [
+ "//base",
+ ]
}
source_set("platform") {
@@ -75,7 +78,9 @@ source_set("platform") {
configs += [ "//mojo/edk/system:system_config" ]
- deps = [ "//base" ]
+ deps = [
+ "//base",
+ ]
}
source_set("embedder_unittests") {

Powered by Google App Engine
This is Rietveld 408576698