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

Unified Diff: mojo/environment/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/edk/test/BUILD.gn ('k') | mojo/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/environment/BUILD.gn
diff --git a/mojo/environment/BUILD.gn b/mojo/environment/BUILD.gn
index 804a95139695d91a62a31c1ca508c7e4e6df2703..e10850a4826d92f712cf0687f2007d10f2f0609a 100644
--- a/mojo/environment/BUILD.gn
+++ b/mojo/environment/BUILD.gn
@@ -8,6 +8,7 @@ source_set("chromium") {
sources = [
"environment.cc",
+
# TODO(vtl): This is kind of ugly. (See TODO in logging.h.)
"../public/cpp/environment/logging.h",
"../public/cpp/environment/lib/logging.cc",
@@ -32,9 +33,7 @@ component("chromium_impl") {
"default_run_loop_impl.h",
]
- defines = [
- "MOJO_ENVIRONMENT_IMPL_IMPLEMENTATION",
- ]
+ defines = [ "MOJO_ENVIRONMENT_IMPL_IMPLEMENTATION" ]
deps = [
"//base",
« no previous file with comments | « mojo/edk/test/BUILD.gn ('k') | mojo/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698