From 6e7186eaef0075c6e3e68afba68e0f6edcec00bb Mon Sep 17 00:00:00 2001 From: "courage@chromium.org" Date: Mon, 5 Aug 2013 21:10:57 +0000 Subject: Revert 215672 "Deleted third_party/gles2_book based demos." (build fix) > Deleted third_party/gles2_book based demos. > > They get broken all the time because nobody builds them. These demos were originally added to manually exercise command-buffer. Most of these have already been replaced by gl_tests and gles2 conformance tests. > > Note that I am only deleting the gles2_book demos in this patch. I intend to delete the demo framework as well. But I will do it in a subsequent patch so that it is easier to resurrect the framework if needed. > > BUG=98130 > TBR=apatrick@chromium.org, phajdan.jr@chromium.org > > Review URL: https://codereview.chromium.org/21998003 TBR=alokp@chromium.org Review URL: https://codereview.chromium.org/22282002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215677 0039d316-1c4b-4281-b951-d872f2087c98 --- gpu/demos/DEPS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 gpu/demos/DEPS (limited to 'gpu/demos/DEPS') diff --git a/gpu/demos/DEPS b/gpu/demos/DEPS new file mode 100644 index 0000000..8684e76 --- /dev/null +++ b/gpu/demos/DEPS @@ -0,0 +1,3 @@ +include_rules = [ + "+third_party/gles2_book", +] -- cgit v1.1