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

Unified Diff: third_party/WebKit/Source/modules/webgl/BUILD.gn

Issue 2437233002: Implement EXT_disjoint_timer_query_webgl2 (Closed)
Patch Set: fix logic again Created 4 years, 2 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: third_party/WebKit/Source/modules/webgl/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/webgl/BUILD.gn b/third_party/WebKit/Source/modules/webgl/BUILD.gn
index c012632c15c6e0fe3f3172187869321c67e5444b..285f3968307b379acc2f48809c85ee96970ba7c3 100644
--- a/third_party/WebKit/Source/modules/webgl/BUILD.gn
+++ b/third_party/WebKit/Source/modules/webgl/BUILD.gn
@@ -14,6 +14,8 @@ blink_modules_sources("webgl") {
"EXTColorBufferFloat.h",
"EXTDisjointTimerQuery.cpp",
"EXTDisjointTimerQuery.h",
+ "EXTDisjointTimerQueryWebGL2.cpp",
+ "EXTDisjointTimerQueryWebGL2.h",
"EXTFragDepth.cpp",
"EXTFragDepth.h",
"EXTShaderTextureLOD.cpp",

Powered by Google App Engine
This is Rietveld 408576698