summaryrefslogtreecommitdiffstats
path: root/gpu/gles2_conform_support
diff options
context:
space:
mode:
authorzmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-11 20:07:02 +0000
committerzmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-11 20:07:02 +0000
commit8f04c3e912b126efd23900aa2a9d0fa8be91b7c7 (patch)
tree78d1570117163e36a393b60852150f51cbdc85de /gpu/gles2_conform_support
parent5ab16d89b971ddef45a4400ebe9cbde0f327520c (diff)
downloadchromium_src-8f04c3e912b126efd23900aa2a9d0fa8be91b7c7.zip
chromium_src-8f04c3e912b126efd23900aa2a9d0fa8be91b7c7.tar.gz
chromium_src-8f04c3e912b126efd23900aa2a9d0fa8be91b7c7.tar.bz2
Build fix: add a dummy file for gles2_conform_test_windowless target
TEST=gpu bots TBR=thakis@chromium.org BUG= Review URL: https://codereview.chromium.org/23606028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222611 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gles2_conform_support')
-rw-r--r--gpu/gles2_conform_support/dummy.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/gpu/gles2_conform_support/dummy.cc b/gpu/gles2_conform_support/dummy.cc
new file mode 100644
index 0000000..0ebcbbc
--- /dev/null
+++ b/gpu/gles2_conform_support/dummy.cc
@@ -0,0 +1,7 @@
+// Copyright (c) 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// gles2_conform_test_windowless target contains only .c files, and it no
+// longer links against libstdc++. We have to create this empty dummy.cc
+// file and add it to the target.