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

Side by Side Diff: cc/cc_tests.gyp

Issue 12212007: cc: Route offscreen context creation for compositor to the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo Created 7 years, 10 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
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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 ], 72 ],
73 'cc_tests_support_files': [ 73 'cc_tests_support_files': [
74 'test/animation_test_common.cc', 74 'test/animation_test_common.cc',
75 'test/animation_test_common.h', 75 'test/animation_test_common.h',
76 'test/fake_content_layer.cc', 76 'test/fake_content_layer.cc',
77 'test/fake_content_layer.h', 77 'test/fake_content_layer.h',
78 'test/fake_content_layer_client.cc', 78 'test/fake_content_layer_client.cc',
79 'test/fake_content_layer_client.h', 79 'test/fake_content_layer_client.h',
80 'test/fake_content_layer_impl.cc', 80 'test/fake_content_layer_impl.cc',
81 'test/fake_content_layer_impl.h', 81 'test/fake_content_layer_impl.h',
82 'test/fake_context_provider.cc',
83 'test/fake_context_provider.h',
82 'test/fake_impl_proxy.h', 84 'test/fake_impl_proxy.h',
83 'test/fake_output_surface.h', 85 'test/fake_output_surface.h',
84 'test/fake_layer_tree_host_client.cc', 86 'test/fake_layer_tree_host_client.cc',
85 'test/fake_layer_tree_host_client.h', 87 'test/fake_layer_tree_host_client.h',
86 'test/fake_layer_tree_host_impl.cc', 88 'test/fake_layer_tree_host_impl.cc',
87 'test/fake_layer_tree_host_impl_client.cc', 89 'test/fake_layer_tree_host_impl_client.cc',
88 'test/fake_layer_tree_host_impl_client.h', 90 'test/fake_layer_tree_host_impl_client.h',
89 'test/fake_layer_tree_host_impl.h', 91 'test/fake_layer_tree_host_impl.h',
90 'test/fake_picture_layer_tiling_client.cc', 92 'test/fake_picture_layer_tiling_client.cc',
91 'test/fake_picture_layer_tiling_client.h', 93 'test/fake_picture_layer_tiling_client.h',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 'variables': { 277 'variables': {
276 'test_suite_name': 'cc_perftests', 278 'test_suite_name': 'cc_perftests',
277 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)', 279 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)',
278 }, 280 },
279 'includes': [ '../build/apk_test.gypi' ], 281 'includes': [ '../build/apk_test.gypi' ],
280 }, 282 },
281 ], 283 ],
282 }] 284 }]
283 ], 285 ],
284 } 286 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698