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) |
-} |