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

Unified Diff: media/gpu/BUILD.gn

Issue 1920163005: Split //ui/gl into //ui/gl + //ui/gi/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change to //ui/gl/init Created 4 years, 7 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: media/gpu/BUILD.gn
diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
index 09f394371349fd0050ff9f5c0c9cfbfe7091d838..13a79e403c87f026ebe42a08bdbc315cebaeb9ca 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -367,6 +367,7 @@ if (is_android || is_chromeos) {
"//ui/gfx/geometry",
"//ui/gl",
"//ui/gl:test_support",
+ "//ui/gl/init",
]
configs += [ "//third_party/khronos:khronos_headers" ]
if (is_chromeos && target_cpu != "arm") {

Powered by Google App Engine
This is Rietveld 408576698