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

Unified Diff: ui/events/BUILD.gn

Issue 1247593008: Fix running gn gen for //ui/* targets on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rlz
Patch Set: Address comments by danakj 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 b2d2ec7910f5795b0599050ed12f4a0ee4945183..a69b1d7056d6419b7ab3688e2f678cb8d28c59f8 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -333,13 +333,18 @@ test("events_unittests") {
"//base/test:run_all_unittests",
"//skia",
"//testing/gtest",
- "//third_party/WebKit/public:blink_headers",
"//ui/events/devices",
- "//ui/events/gestures/blink",
"//ui/events/platform",
"//ui/gfx:test_support",
]
+ if (!is_ios) {
+ deps += [
+ "//third_party/WebKit/public:blink_headers",
+ "//ui/events/gestures/blink",
+ ]
+ }
+
include_dirs = [ "//testing/gmock/include" ]
if (use_x11) {
« ui/base/BUILD.gn ('K') | « ui/compositor/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698