summaryrefslogtreecommitdiffstats
path: root/gpu/demos/DEPS
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-09 13:40:59 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-09 13:40:59 +0000
commit714be33609c9405f197c61339d8a77a91b3353da (patch)
treec9b13a41e4292c1a0b7676e9d4b745a4a679e730 /gpu/demos/DEPS
parent0ca038ddae59aab258705d47a866f93cdeaa9ad9 (diff)
downloadchromium_src-714be33609c9405f197c61339d8a77a91b3353da.zip
chromium_src-714be33609c9405f197c61339d8a77a91b3353da.tar.gz
chromium_src-714be33609c9405f197c61339d8a77a91b3353da.tar.bz2
Added hello-triangle demo.
BUG=26099 TEST=Try running hello_triangle executable, you should see a red triangle Review URL: http://codereview.chromium.org/539001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35873 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/demos/DEPS')
-rw-r--r--gpu/demos/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gpu/demos/DEPS b/gpu/demos/DEPS
new file mode 100644
index 0000000..74c3f98
--- /dev/null
+++ b/gpu/demos/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+third_party/gles_book_examples",
+]