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

Unified Diff: ui/gl/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
« ui/gfx/x/BUILD.gn ('K') | « ui/gfx/x/gfx_x11.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index f63d580aed8c980c5b0d2e4ab266403e0a2a7d2f..fc52a5378a96e06e41d697cdae042e7cc8a7354b 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -172,7 +172,7 @@ component("gl") {
]
deps += [
- "//ui/gfx:gfx_x11",
+ "//ui/gfx/x",
]
}
if (is_win) {
« ui/gfx/x/BUILD.gn ('K') | « ui/gfx/x/gfx_x11.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698