Split //ui/gl into //ui/gl + //ui/gi/init.
Refactor //ui/gl to fix Ozone dep problem. This CL is step 1 described
in the associated bug.
BUG=611142
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Review-Url: https://codereview.chromium.org/1920163005
Cr-Commit-Position: refs/heads/master@{#393838}
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index 45e2732..6670def 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -589,6 +589,7 @@
"//third_party/WebKit/public:blink",
"//ui/events:gesture_detection",
"//ui/gl",
+ "//ui/gl/init",
"//ui/shell_dialogs",
"//v8",
]