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

Unified Diff: ui/gl/DEPS

Issue 2565123002: Unify code to query D3D device object from ANGLE (Closed)
Patch Set: add export Created 4 years 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 | « ui/gl/BUILD.gn ('k') | ui/gl/gl_angle_util_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/DEPS
diff --git a/ui/gl/DEPS b/ui/gl/DEPS
index afd9e0a8b6ea312536cbf8fb108874accf912655..d2f429d9a3b45cfe0c777e7a84d64fa26fda2d30 100644
--- a/ui/gl/DEPS
+++ b/ui/gl/DEPS
@@ -17,4 +17,8 @@ specific_include_rules = {
"angle_platform_impl.h": [
"+third_party/angle/include/platform/Platform.h",
],
+ "gl_angle_util_win.cc": [
+ "+third_party/angle/include/EGL/egl.h",
+ "+third_party/angle/include/EGL/eglext.h",
+ ],
}
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_angle_util_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698