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

Side by Side Diff: cc/cc_tests.gyp

Issue 11232051: Remove static thread pointers from CC (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Apply code review comments Created 8 years, 1 month 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
« no previous file with comments | « no previous file | cc/damage_tracker_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_tests_source_files': [ 8 'cc_tests_source_files': [
9 'active_animation_unittest.cc', 9 'active_animation_unittest.cc',
10 'content_layer_unittest.cc', 10 'content_layer_unittest.cc',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'timing_function_unittest.cc', 55 'timing_function_unittest.cc',
56 ], 56 ],
57 'cc_tests_support_files': [ 57 'cc_tests_support_files': [
58 'test/animation_test_common.cc', 58 'test/animation_test_common.cc',
59 'test/animation_test_common.h', 59 'test/animation_test_common.h',
60 'test/compositor_fake_web_graphics_context_3d.h', 60 'test/compositor_fake_web_graphics_context_3d.h',
61 'test/fake_graphics_context.h', 61 'test/fake_graphics_context.h',
62 'test/fake_graphics_context_3d_unittest.cc', 62 'test/fake_graphics_context_3d_unittest.cc',
63 'test/fake_layer_tree_host_client.cc', 63 'test/fake_layer_tree_host_client.cc',
64 'test/fake_layer_tree_host_client.h', 64 'test/fake_layer_tree_host_client.h',
65 'test/fake_proxy.cc',
66 'test/fake_proxy.h',
65 'test/fake_web_compositor_output_surface.h', 67 'test/fake_web_compositor_output_surface.h',
66 'test/fake_web_compositor_software_output_device.h', 68 'test/fake_web_compositor_software_output_device.h',
67 'test/fake_web_graphics_context_3d.h', 69 'test/fake_web_graphics_context_3d.h',
68 'test/fake_web_scrollbar_theme_geometry.h', 70 'test/fake_web_scrollbar_theme_geometry.h',
69 'test/geometry_test_utils.cc', 71 'test/geometry_test_utils.cc',
70 'test/geometry_test_utils.h', 72 'test/geometry_test_utils.h',
71 'test/layer_test_common.cc', 73 'test/layer_test_common.cc',
72 'test/layer_test_common.h', 74 'test/layer_test_common.h',
73 'test/layer_tree_test_common.cc', 75 'test/layer_tree_test_common.cc',
74 'test/layer_tree_test_common.h', 76 'test/layer_tree_test_common.h',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'variables': { 157 'variables': {
156 'test_suite_name': 'cc_unittests', 158 'test_suite_name': 'cc_unittests',
157 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte sts<(SHARED_LIB_SUFFIX)', 159 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte sts<(SHARED_LIB_SUFFIX)',
158 }, 160 },
159 'includes': [ '../build/apk_test.gypi' ], 161 'includes': [ '../build/apk_test.gypi' ],
160 }, 162 },
161 ], 163 ],
162 }], 164 }],
163 ], 165 ],
164 } 166 }
OLDNEW
« no previous file with comments | « no previous file | cc/damage_tracker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698