summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-05-05 13:41:35 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-05 20:42:11 +0000
commit355adebf1a09206f905839b5af568558c2cd059c (patch)
tree556d7f5a113248dc3900d4b750ef3ad21be5201d /ui
parent7080a81857e6a5be8eed11942ead222e98e5b34f (diff)
downloadchromium_src-355adebf1a09206f905839b5af568558c2cd059c.zip
chromium_src-355adebf1a09206f905839b5af568558c2cd059c.tar.gz
chromium_src-355adebf1a09206f905839b5af568558c2cd059c.tar.bz2
Make the GN Windows component build work.
With this patch the Windows GN component build builds without errors. CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg BUG=470212 Review URL: https://codereview.chromium.org/1128563003 Cr-Commit-Position: refs/heads/master@{#328397}
Diffstat (limited to 'ui')
-rw-r--r--ui/views/examples/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/views/examples/BUILD.gn b/ui/views/examples/BUILD.gn
index b908eb1..e9e4222 100644
--- a/ui/views/examples/BUILD.gn
+++ b/ui/views/examples/BUILD.gn
@@ -155,6 +155,7 @@ executable("views_examples_with_content_exe") {
":views_examples_with_content_lib",
"//base",
"//content",
+ "//content:startup_helper_win",
"//ui/views_content_client",
]