diff options
author | jamesr <jamesr@chromium.org> | 2014-12-03 19:22:06 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-04 03:22:37 +0000 |
commit | 7c42557da8899c054d54fbc074f4cb19b8124bfc (patch) | |
tree | e7a2c24a5d95680be5ad2f1fdc4b464954c73cd9 /mojo/public/tools/BUILD.gn | |
parent | 91af3ad699d1067d8398b42a6f1fad737b95b12b (diff) | |
download | chromium_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/public/tools/BUILD.gn')
-rw-r--r-- | mojo/public/tools/BUILD.gn | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mojo/public/tools/BUILD.gn b/mojo/public/tools/BUILD.gn index 6405c54..5fb9785 100644 --- a/mojo/public/tools/BUILD.gn +++ b/mojo/public/tools/BUILD.gn @@ -10,7 +10,11 @@ if (use_prebuilt_mojo_shell) { if (is_win) { filename += ".exe" } - sources = [ "prebuilt/$filename" ] - outputs = [ "$root_out_dir/$filename" ] + sources = [ + "prebuilt/$filename", + ] + outputs = [ + "$root_out_dir/$filename", + ] } } |