summaryrefslogtreecommitdiffstats
path: root/build/gn_migration.gypi
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2015-12-26 10:44:48 -0500
committerNico Weber <thakis@chromium.org>2015-12-26 15:46:54 +0000
commit9cc09a13cb2f11cf05cf065b1acd26c1e384d5f0 (patch)
treec0a255f46a0beddfe323f11f05113375c816a2f4 /build/gn_migration.gypi
parente306018b8a0bb8c47356c57fb3a6a361bfa1b4be (diff)
downloadchromium_src-9cc09a13cb2f11cf05cf065b1acd26c1e384d5f0.zip
chromium_src-9cc09a13cb2f11cf05cf065b1acd26c1e384d5f0.tar.gz
chromium_src-9cc09a13cb2f11cf05cf065b1acd26c1e384d5f0.tar.bz2
Enable ui_base_unittests to run on swarming on gyp-based bots
Follow-up to https://codereview.chromium.org/1547153002, to unbreak the isolate_tests step on the ClangToTMacAsan builder. BUG=98637,503241,572240 TBR=maruel@chromium.org Review URL: https://codereview.chromium.org/1548173002 . Cr-Commit-Position: refs/heads/master@{#366900}
Diffstat (limited to 'build/gn_migration.gypi')
-rw-r--r--build/gn_migration.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi
index 93d1e86..190f2593 100644
--- a/build/gn_migration.gypi
+++ b/build/gn_migration.gypi
@@ -612,6 +612,7 @@
['OS!="android"', {
'dependencies': [
'../ipc/ipc.gyp:ipc_tests_run',
+ '../ui/base/ui_base_tests.gyp:ui_base_unittests_run',
'../ui/gl/gl_tests.gyp:gl_unittests_run',
'../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittests_run',
],