Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Unified Diff: ui/events/BUILD.gn

Issue 1258753002: Add yet more GN isolates ... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@isolates_4_2
Patch Set: add sql_unittests to swarming, remove interactive_ui_tests, move mojo rules Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index a690eff605d1990d457c5a19131366a3404f790d..4e499079a88a91ac0da9ead5ff6c1f83636dac27 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -296,6 +296,15 @@ source_set("test_support") {
}
}
+# TODO(GYP): Delete this after we've converted everything to GN.
+# The _run targets exist only for compatibility w/ GYP.
+group("events_unittests_run") {
+ testonly = true
+ deps = [
+ ":events_unittests",
+ ]
+}
+
test("events_unittests") {
sources = [
"android/scroller_unittest.cc",
@@ -343,6 +352,8 @@ test("events_unittests") {
]
}
+ data_deps = [ "//third_party/mesa:osmesa" ]
+
include_dirs = [ "//testing/gmock/include" ]
if (use_x11) {
« net/BUILD.gn ('K') | « testing/buildbot/gn_isolate_map.pyl ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698