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

Unified Diff: ui/gl/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: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index ce339b7bc936f76d61c8f17461992df8d6893722..bb0c6a9e1177ba3716b6318ccf062ad153604031 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -322,6 +322,7 @@ source_set("test_support") {
public_deps = [
":gl",
+ "//ui/gl/init",
]
deps = [
"//testing/gtest",
@@ -373,6 +374,7 @@ test("gl_unittests") {
"//testing/gtest",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/gl/init",
]
data_deps = [

Powered by Google App Engine
This is Rietveld 408576698