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

Unified Diff: components/html_viewer/DEPS

Issue 1338433002: Mandoline: Add WebGL support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change --enable-webgl to --disable-webgl Created 5 years, 3 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: components/html_viewer/DEPS
diff --git a/components/html_viewer/DEPS b/components/html_viewer/DEPS
index 88a5327dbd46fa00eeec2234ba2a0c8be705701f..e1c74b0287ff933901c24efc5ff0d00ab9c0d205 100644
--- a/components/html_viewer/DEPS
+++ b/components/html_viewer/DEPS
@@ -17,6 +17,7 @@ include_rules = [
"+components/web_view/web_view_switches.cc",
"+components/web_view/web_view_switches.h",
"+gin",
+ "+gpu/blink/webgraphicscontext3d_impl.h",
"+mandoline/services",
"+media",
"+mojo/application",
@@ -24,6 +25,8 @@ include_rules = [
"+mojo/common",
"+mojo/converters/geometry",
"+mojo/converters/surfaces",
+ "+mojo/gles2",
+ "+mojo/gpu",
"+mojo/logging",
"+mojo/message_pump",
"+mojo/platform_handle",

Powered by Google App Engine
This is Rietveld 408576698