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

Unified Diff: mojo/edk/embedder/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 | « mojo/converters/surfaces/tests/BUILD.gn ('k') | mojo/edk/js/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/embedder/BUILD.gn
diff --git a/mojo/edk/embedder/BUILD.gn b/mojo/edk/embedder/BUILD.gn
index 3bd9df007243f52013925f7a6eb8b0012355f56b..5271e66deb42d03f89e16d9ed054f6cdd3269fe8 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") {
« no previous file with comments | « mojo/converters/surfaces/tests/BUILD.gn ('k') | mojo/edk/js/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698