summaryrefslogtreecommitdiffstats
path: root/mojo/environment
diff options
context:
space:
mode:
authorjamesr <jamesr@chromium.org>2014-12-03 19:22:06 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-04 03:22:37 +0000
commit7c42557da8899c054d54fbc074f4cb19b8124bfc (patch)
treee7a2c24a5d95680be5ad2f1fdc4b464954c73cd9 /mojo/environment
parent91af3ad699d1067d8398b42a6f1fad737b95b12b (diff)
downloadchromium_src-7c42557da8899c054d54fbc074f4cb19b8124bfc.zip
chromium_src-7c42557da8899c054d54fbc074f4cb19b8124bfc.tar.gz
chromium_src-7c42557da8899c054d54fbc074f4cb19b8124bfc.tar.bz2
Run gn format on //mojo/**/BUILD.gn
The files under //mojo/public, //mojo/edk and //mojo/services/public will be pulled down from the mojo repo, where they're already formatted, but the other files are not updated and need to be formatted in chromium. This just formats the whole lot - the ones in //mojo/public etc will be written over by the next mojo roll but that's fine. BUG=348474 R=scottmg@chromium.org Review URL: https://codereview.chromium.org/779813002 Cr-Commit-Position: refs/heads/master@{#306756}
Diffstat (limited to 'mojo/environment')
-rw-r--r--mojo/environment/BUILD.gn5
1 files changed, 2 insertions, 3 deletions
diff --git a/mojo/environment/BUILD.gn b/mojo/environment/BUILD.gn
index 804a951..e10850a 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",