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

Unified Diff: remoting/client/opengl/BUILD.gn

Issue 2045963004: [Remoting] OpenGL Rendering Layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's Feedback 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 | « remoting/client/ios/example_view_controller.mm ('k') | remoting/client/opengl_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/opengl/BUILD.gn
diff --git a/remoting/client/opengl/BUILD.gn b/remoting/client/opengl/BUILD.gn
deleted file mode 100644
index 0a9d785d605dbda4646c2dc4ebd379635cd332d7..0000000000000000000000000000000000000000
--- a/remoting/client/opengl/BUILD.gn
+++ /dev/null
@@ -1,14 +0,0 @@
-shaders = [
- "tex_coord_to_view.vert",
- "draw_tex.frag",
-]
-
-action("inline_shaders") {
- script = "../../tools/build/shader_to_header.py"
- out_path = "${root_gen_dir}/remoting/client/opengl/shaders.h"
- inputs = shaders
- outputs = [
- out_path,
- ]
- args = [ rebase_path(out_path) ] + rebase_path(shaders)
-}
« no previous file with comments | « remoting/client/ios/example_view_controller.mm ('k') | remoting/client/opengl_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698