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

Unified Diff: ui/compositor/BUILD.gn

Issue 334633010: GN: Only have one gfx_x11 target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comments Created 6 years, 6 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 | « no previous file | ui/gfx/BUILD.gn » ('j') | ui/gfx/x/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 950b9ab55c06c78451f26aa94775661998eef87a..5ad74c9c264b0fe41850f899e0dc7f1f3490ea87 100644
--- a/ui/compositor/BUILD.gn
+++ b/ui/compositor/BUILD.gn
@@ -114,7 +114,7 @@ source_set("test_support") {
if (use_x11) {
configs += [ "//build/config/linux:x11" ]
- deps += [ "//ui/gfx:gfx_x11" ]
+ deps += [ "//ui/gfx/x" ]
}
}
« no previous file with comments | « no previous file | ui/gfx/BUILD.gn » ('j') | ui/gfx/x/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698