summaryrefslogtreecommitdiffstats
path: root/content/test/BUILD.gn
diff options
context:
space:
mode:
authorscottmg <scottmg@chromium.org>2014-12-08 10:31:15 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-08 18:31:45 +0000
commit6da1b58aa68bfd663b92fcd84c6cd52a29f2d9f7 (patch)
tree4543523502a785dbcae66b86b7c0d95c807fa9d2 /content/test/BUILD.gn
parent251dd9b09e9b20233d88d59edae33159fdee3a5a (diff)
downloadchromium_src-6da1b58aa68bfd663b92fcd84c6cd52a29f2d9f7.zip
chromium_src-6da1b58aa68bfd663b92fcd84c6cd52a29f2d9f7.tar.gz
chromium_src-6da1b58aa68bfd663b92fcd84c6cd52a29f2d9f7.tar.bz2
gn format // regressions
Presubmit added here: https://codereview.chromium.org/779383004/. TBR=brettw@chromium.org, armansito@chromium.org BUG=348474 Review URL: https://codereview.chromium.org/755143005 Cr-Commit-Position: refs/heads/master@{#307281}
Diffstat (limited to 'content/test/BUILD.gn')
-rw-r--r--content/test/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 4daa94d..c8e2748 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -130,7 +130,7 @@ static_library("test_support") {
if (is_android) {
deps += [
"//ui/android",
- "//ui/shell_dialogs"
+ "//ui/shell_dialogs",
]
}