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

Unified Diff: gpu/skia_bindings/BUILD.gn

Issue 1880823004: Move skia related files from content/common/gpu/client to gpu/skia_bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 8 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 | « content/content_common.gypi ('k') | gpu/skia_bindings/grcontext_for_gles2_interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/skia_bindings/BUILD.gn
diff --git a/gpu/skia_bindings/BUILD.gn b/gpu/skia_bindings/BUILD.gn
index 3205a4a80f75a79f78d6a84a873f98192db52426..f9d96c38576a957e81b4e84212c56c8e3ee31458 100644
--- a/gpu/skia_bindings/BUILD.gn
+++ b/gpu/skia_bindings/BUILD.gn
@@ -6,6 +6,8 @@ source_set("skia_bindings") {
sources = [
"gl_bindings_skia_cmd_buffer.cc",
"gl_bindings_skia_cmd_buffer.h",
+ "grcontext_for_gles2_interface.cc",
+ "grcontext_for_gles2_interface.h",
]
deps = [
"//base",
« no previous file with comments | « content/content_common.gypi ('k') | gpu/skia_bindings/grcontext_for_gles2_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698