diff options
author | scottmg <scottmg@chromium.org> | 2014-12-03 15:27:24 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-03 23:27:41 +0000 |
commit | 34fb7e5919ed42dc800acf3961fe6a2bf9e7d6eb (patch) | |
tree | dc6a3e4de8e3093074390b933e9d4cb0e79070f5 /remoting/protocol | |
parent | e00b5de3d64b4ea58797b13f42039956a5b3ddec (diff) | |
download | chromium_src-34fb7e5919ed42dc800acf3961fe6a2bf9e7d6eb.zip chromium_src-34fb7e5919ed42dc800acf3961fe6a2bf9e7d6eb.tar.gz chromium_src-34fb7e5919ed42dc800acf3961fe6a2bf9e7d6eb.tar.bz2 |
gn format // (the rest, except mojo)
Excluded mojo because I think that needs to happen on the other side.
At gn --version = 306668 for which roll is in CQ.
R=brettw@chromium.org
TBR=scherkus@chromium.org
BUG=348474
Review URL: https://codereview.chromium.org/774353003
Cr-Commit-Position: refs/heads/master@{#306708}
Diffstat (limited to 'remoting/protocol')
-rw-r--r-- | remoting/protocol/BUILD.gn | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn index 77a24a2..3ffcb08 100644 --- a/remoting/protocol/BUILD.gn +++ b/remoting/protocol/BUILD.gn @@ -3,14 +3,13 @@ # found in the LICENSE file. static_library("protocol") { - gypi_values = exec_script( - "//build/gypi_to_gn.py", - [ rebase_path("../remoting_srcs.gypi")], - "scope", - [ "../remoting_srcs.gypi" ]) + gypi_values = exec_script("//build/gypi_to_gn.py", + [ rebase_path("../remoting_srcs.gypi") ], + "scope", + [ "../remoting_srcs.gypi" ]) - sources = rebase_path( - gypi_values.remoting_protocol_sources, ".", "//remoting") + sources = + rebase_path(gypi_values.remoting_protocol_sources, ".", "//remoting") configs += [ "//build/config/compiler:wexit_time_destructors" ] |