summaryrefslogtreecommitdiffstats
path: root/device/devices_app/BUILD.gn
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-11-02 16:49:39 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-03 00:50:34 +0000
commitf7698e039267b2d07401506006c0f68bfbfe2453 (patch)
tree08afedf2bf08aad7f998fae777d3bc7c7616ccbf /device/devices_app/BUILD.gn
parent744612a3c9be57a263f1ed287af027b774dd1947 (diff)
downloadchromium_src-f7698e039267b2d07401506006c0f68bfbfe2453.zip
chromium_src-f7698e039267b2d07401506006c0f68bfbfe2453.tar.gz
chromium_src-f7698e039267b2d07401506006c0f68bfbfe2453.tar.bz2
gn format everything.
This patch was generated using the following command line: $ git ls-files "*.gn" | grep -v format_test_data | sed -e "s/^/gn format --in-place /" >x.sh $ chmod +x x.sh $ ./x.sh BUG=None R=dpranke@chromium.org,scottmg@chromium.org TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/1415753003 Cr-Commit-Position: refs/heads/master@{#357493}
Diffstat (limited to 'device/devices_app/BUILD.gn')
-rw-r--r--device/devices_app/BUILD.gn4
1 files changed, 3 insertions, 1 deletions
diff --git a/device/devices_app/BUILD.gn b/device/devices_app/BUILD.gn
index 2450b63..cccad12 100644
--- a/device/devices_app/BUILD.gn
+++ b/device/devices_app/BUILD.gn
@@ -69,6 +69,8 @@ if (!is_component_build) {
"//device/devices_app/usb/public/interfaces",
]
- data_deps = [ ":devices" ]
+ data_deps = [
+ ":devices",
+ ]
}
}