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

Unified Diff: ui/compositor/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: 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
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/events/BUILD.gn » ('j') | ui/gfx/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/BUILD.gn
diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn
index 283d1ab8a6c2b4f111f19ffde643d410a3a5d422..498a505a334bef66ea39fc8cd58ac5ee38c2e874 100644
--- a/ui/compositor/BUILD.gn
+++ b/ui/compositor/BUILD.gn
@@ -134,13 +134,16 @@ source_set("test_support") {
"//gpu/skia_bindings",
"//skia",
"//testing/gtest",
- "//third_party/WebKit/public:blink_minimal",
danakj 2015/07/22 18:25:27 This looks historical. Do we actually need this st
Dirk Pranke 2015/07/22 18:49:36 You're suggesting maybe we never need blink header
danakj 2015/07/22 19:03:14 I don't see any includes of third_party/WebKit in
sdefresne 2015/07/23 07:38:03 Done.
"//ui/base",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gl",
]
+ if (!is_ios) {
+ deps += [ "//third_party/WebKit/public:blink_minimal" ]
+ }
+
if (use_x11) {
configs += [ "//build/config/linux:x11" ]
deps += [ "//ui/gfx/x" ]
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/events/BUILD.gn » ('j') | ui/gfx/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698