summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorsherouk <sherouk@google.com>2015-08-20 07:52:41 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-20 14:53:25 +0000
commiteeb3823b91ebe91e7f0646233a3a9861e1b5f124 (patch)
tree136d3d0392a782d9633b918b1b3213360cefc70f /BUILD.gn
parent3b4c7774526f38da8be93f8f2ceec45ed83eb8b2 (diff)
downloadchromium_src-eeb3823b91ebe91e7f0646233a3a9861e1b5f124.zip
chromium_src-eeb3823b91ebe91e7f0646233a3a9861e1b5f124.tar.gz
chromium_src-eeb3823b91ebe91e7f0646233a3a9861e1b5f124.tar.bz2
Adding ui/base to dependencies on iOS.
Fixing ui_base_unittests to build with gn. BUG=459705 Review URL: https://codereview.chromium.org/1291383003 Cr-Commit-Position: refs/heads/master@{#344501}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index c320c0f..ff9c0be 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -66,6 +66,7 @@ group("both_gn_and_gyp") {
deps = [
"//base:base_unittests",
"//sql:sql_unittests",
+ "//ui/base:ui_base_unittests",
]
if (!is_ios) {
@@ -158,7 +159,6 @@ group("both_gn_and_gyp") {
"//tools/telemetry:bitmaptools($host_toolchain)",
"//ui/accessibility:accessibility_unittests",
"//ui/app_list:app_list_unittests",
- "//ui/base:ui_base_unittests",
"//ui/display:display_unittests",
"//ui/events:events_unittests",
"//ui/gfx:gfx_unittests",