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

Side by Side Diff: cc/cc_tests.gyp

Issue 21026005: aura: Remove CreateOffscreenContext from ui::ContextFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: offscreencontext: rebase Created 7 years, 4 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': 1, 7 'chromium_code': 1,
8 'cc_unit_tests_source_files': [ 8 'cc_unit_tests_source_files': [
9 'animation/animation_unittest.cc', 9 'animation/animation_unittest.cc',
10 'animation/keyframed_animation_curve_unittest.cc', 10 'animation/keyframed_animation_curve_unittest.cc',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 ], 92 ],
93 'cc_tests_support_files': [ 93 'cc_tests_support_files': [
94 'test/animation_test_common.cc', 94 'test/animation_test_common.cc',
95 'test/animation_test_common.h', 95 'test/animation_test_common.h',
96 'test/fake_content_layer.cc', 96 'test/fake_content_layer.cc',
97 'test/fake_content_layer.h', 97 'test/fake_content_layer.h',
98 'test/fake_content_layer_client.cc', 98 'test/fake_content_layer_client.cc',
99 'test/fake_content_layer_client.h', 99 'test/fake_content_layer_client.h',
100 'test/fake_content_layer_impl.cc', 100 'test/fake_content_layer_impl.cc',
101 'test/fake_content_layer_impl.h', 101 'test/fake_content_layer_impl.h',
102 'test/fake_context_provider.cc',
103 'test/fake_context_provider.h',
104 'test/fake_delegated_renderer_layer.cc', 102 'test/fake_delegated_renderer_layer.cc',
105 'test/fake_delegated_renderer_layer.h', 103 'test/fake_delegated_renderer_layer.h',
106 'test/fake_delegated_renderer_layer_impl.cc', 104 'test/fake_delegated_renderer_layer_impl.cc',
107 'test/fake_delegated_renderer_layer_impl.h', 105 'test/fake_delegated_renderer_layer_impl.h',
108 'test/fake_impl_proxy.h', 106 'test/fake_impl_proxy.h',
109 'test/fake_layer_tree_host_client.cc', 107 'test/fake_layer_tree_host_client.cc',
110 'test/fake_layer_tree_host_client.h', 108 'test/fake_layer_tree_host_client.h',
111 'test/fake_layer_tree_host_impl.cc', 109 'test/fake_layer_tree_host_impl.cc',
112 'test/fake_layer_tree_host_impl_client.cc', 110 'test/fake_layer_tree_host_impl_client.cc',
113 'test/fake_layer_tree_host_impl_client.h', 111 'test/fake_layer_tree_host_impl_client.h',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'test_suite_name': 'cc_perftests', 337 'test_suite_name': 'cc_perftests',
340 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)', 338 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)',
341 }, 339 },
342 'includes': [ '../build/apk_test.gypi' ], 340 'includes': [ '../build/apk_test.gypi' ],
343 }, 341 },
344 ], 342 ],
345 } 343 }
346 ] 344 ]
347 ], 345 ],
348 } 346 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/debug/fake_context_provider.h » ('j') | ui/compositor/compositor.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698