summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-31 06:54:59 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-31 06:54:59 +0000
commitc2610b9fb4b118315423456cc7e55eb9da40cb93 (patch)
tree86a4d6cd421b785f6b762c7d7084d9af0f425566 /cc/cc.gyp
parent0249a653b7e5076f331848a11034059000b644da (diff)
downloadchromium_src-c2610b9fb4b118315423456cc7e55eb9da40cb93.zip
chromium_src-c2610b9fb4b118315423456cc7e55eb9da40cb93.tar.gz
chromium_src-c2610b9fb4b118315423456cc7e55eb9da40cb93.tar.bz2
Move test-only stuff from cc/debug/ to cc/test
This moves the test/fake context implementations from cc/debug/ to cc/test and stops linking them into production targets. Test targets elsewhere in the tree can link against cc_test_support to use these. R=danakj,piman Review URL: https://codereview.chromium.org/50303007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232025 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r--cc/cc.gyp12
1 files changed, 0 insertions, 12 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index deb2fbd..17e8842 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -76,8 +76,6 @@
'debug/debug_rect_history.cc',
'debug/debug_rect_history.h',
'debug/devtools_instrumentation.h',
- 'debug/fake_web_graphics_context_3d.cc',
- 'debug/fake_web_graphics_context_3d.h',
'debug/frame_rate_counter.cc',
'debug/frame_rate_counter.h',
'debug/layer_tree_debug_state.cc',
@@ -86,8 +84,6 @@
'debug/micro_benchmark.h',
'debug/micro_benchmark_controller.cc',
'debug/micro_benchmark_controller.h',
- 'debug/ordered_texture_map.cc',
- 'debug/ordered_texture_map.h',
'debug/overdraw_metrics.cc',
'debug/overdraw_metrics.h',
'debug/paint_time_counter.cc',
@@ -99,14 +95,6 @@
'debug/rendering_stats_instrumentation.cc',
'debug/rendering_stats_instrumentation.h',
'debug/ring_buffer.h',
- 'debug/test_context_provider.cc',
- 'debug/test_context_provider.h',
- 'debug/test_context_support.cc',
- 'debug/test_context_support.h',
- 'debug/test_texture.cc',
- 'debug/test_texture.h',
- 'debug/test_web_graphics_context_3d.cc',
- 'debug/test_web_graphics_context_3d.h',
'debug/traced_picture.cc',
'debug/traced_picture.h',
'debug/traced_value.cc',