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

Unified Diff: ui/gl/BUILD.gn

Issue 2122243002: Add new Ozone surface API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gl_egl
Patch Set: Different plan. Created 4 years, 5 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 | « gpu/ipc/common/BUILD.gn ('k') | ui/gl/gl.gyp » ('j') | 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 a16552a86a3567a806128a6902c2bf51ff617d39..b35b5d2a0d07629410814a32a573e3616f5d6ddc 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -139,7 +139,6 @@ component("gl") {
public_deps = [
"//base",
"//third_party/mesa:mesa_headers",
- "//ui/base/",
"//ui/events/platform",
"//ui/gfx",
"//ui/gfx/geometry",
@@ -178,6 +177,8 @@ component("gl") {
"gl_surface_osmesa_x11.h",
]
+ deps += [ "//ui/base/x/" ]
no sievers 2016/07/07 17:31:40 should this be in the |use_x11| above? The includ
kylechar 2016/07/07 18:04:12 So this is in the |use_x11| if statement, but that
+
data_deps = [
"//third_party/angle:libEGL",
"//third_party/angle:libGLESv2",
« no previous file with comments | « gpu/ipc/common/BUILD.gn ('k') | ui/gl/gl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698