Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Side by Side Diff: cc/cc_tests.gyp

Issue 11754003: Move VideoFrameProvider to, and remove all usage of WebVideoFrame from cc/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « cc/cc.gyp ('k') | cc/layer_tree_host_impl_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 0, 7 'chromium_code': 0,
8 'cc_unit_tests_source_files': [ 8 'cc_unit_tests_source_files': [
9 'animation_unittest.cc', 9 'animation_unittest.cc',
10 'content_layer_unittest.cc', 10 'content_layer_unittest.cc',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'test/fake_proxy.h', 87 'test/fake_proxy.h',
88 'test/fake_scrollbar_layer.cc', 88 'test/fake_scrollbar_layer.cc',
89 'test/fake_scrollbar_layer.h', 89 'test/fake_scrollbar_layer.h',
90 'test/fake_scrollbar_theme_painter.h', 90 'test/fake_scrollbar_theme_painter.h',
91 'test/fake_scrollbar_theme_painter.cc', 91 'test/fake_scrollbar_theme_painter.cc',
92 'test/fake_tile_manager_client.h', 92 'test/fake_tile_manager_client.h',
93 'test/fake_output_surface.cc', 93 'test/fake_output_surface.cc',
94 'test/fake_output_surface.h', 94 'test/fake_output_surface.h',
95 'test/fake_software_output_device.cc', 95 'test/fake_software_output_device.cc',
96 'test/fake_software_output_device.h', 96 'test/fake_software_output_device.h',
97 'test/fake_video_frame.cc',
98 'test/fake_video_frame.h',
99 'test/fake_video_frame_provider.cc', 97 'test/fake_video_frame_provider.cc',
100 'test/fake_video_frame_provider.h', 98 'test/fake_video_frame_provider.h',
101 'test/fake_web_graphics_context_3d.cc', 99 'test/fake_web_graphics_context_3d.cc',
102 'test/fake_web_graphics_context_3d.h', 100 'test/fake_web_graphics_context_3d.h',
103 'test/fake_web_scrollbar.cc', 101 'test/fake_web_scrollbar.cc',
104 'test/fake_web_scrollbar.h', 102 'test/fake_web_scrollbar.h',
105 'test/fake_web_scrollbar_theme_geometry.cc', 103 'test/fake_web_scrollbar_theme_geometry.cc',
106 'test/fake_web_scrollbar_theme_geometry.h', 104 'test/fake_web_scrollbar_theme_geometry.h',
107 'test/geometry_test_utils.cc', 105 'test/geometry_test_utils.cc',
108 'test/geometry_test_utils.h', 106 'test/geometry_test_utils.h',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'variables': { 254 'variables': {
257 'test_suite_name': 'cc_perftests', 255 'test_suite_name': 'cc_perftests',
258 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)', 256 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)',
259 }, 257 },
260 'includes': [ '../build/apk_test.gypi' ], 258 'includes': [ '../build/apk_test.gypi' ],
261 }, 259 },
262 ], 260 ],
263 }] 261 }]
264 ], 262 ],
265 } 263 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/layer_tree_host_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698