summaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-03 16:55:16 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-03 16:55:16 +0000
commit843552f0c31d71c618c8a332c055aa52fbb55ee0 (patch)
treeb97423922d74a9cf48a7260cf013afeb8386e34d /cc
parent771f5de1f2307126a2b179ea640d40405be7660f (diff)
downloadchromium_src-843552f0c31d71c618c8a332c055aa52fbb55ee0.zip
chromium_src-843552f0c31d71c618c8a332c055aa52fbb55ee0.tar.gz
chromium_src-843552f0c31d71c618c8a332c055aa52fbb55ee0.tar.bz2
cc: Get rid of threaded_test.h.
This seems to have been left in a past revision. R=enne@chromium.org,jamesr@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11362068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc')
-rw-r--r--cc/cc.gyp1
-rw-r--r--cc/threaded_test.h3
2 files changed, 0 insertions, 4 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index a8a768e..942e870 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -206,7 +206,6 @@
'thread_impl.h',
'thread_proxy.cc',
'thread_proxy.h',
- 'threaded_test.h',
'tile_draw_quad.cc',
'tile_draw_quad.h',
'tiled_layer.cc',
diff --git a/cc/threaded_test.h b/cc/threaded_test.h
deleted file mode 100644
index 638cbb2..0000000
--- a/cc/threaded_test.h
+++ /dev/null
@@ -1,3 +0,0 @@
-// Copyright 2012 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.