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

Unified Diff: ui/gl/BUILD.gn

Issue 2683033006: Move SetUseOverrideRedirectWindowByDefault() to //ui/base. (Closed)
Patch Set: Rename files. Created 3 years, 10 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/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index bf3a8109a0e9c65f01a52e37fdf3a25916afc5e4..f1fb4d4709f0c79fd9af9cf7c3240654d6f59cbf 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -325,6 +325,7 @@ static_library("test_support") {
]
deps = [
"//testing/gtest",
+ "//ui/base",
]
if (use_x11) {

Powered by Google App Engine
This is Rietveld 408576698