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

Side by Side Diff: cc/cc.gyp

Issue 11361223: cc: Remove cc::settings, move them to LayerTreeSettings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix-unittests 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('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 'cc_source_files': [ 7 'cc_source_files': [
8 'active_animation.cc', 8 'active_animation.cc',
9 'active_animation.h', 9 'active_animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'scrollbar_animation_controller_linear_fade.cc', 178 'scrollbar_animation_controller_linear_fade.cc',
179 'scrollbar_animation_controller_linear_fade.h', 179 'scrollbar_animation_controller_linear_fade.h',
180 'scrollbar_geometry_fixed_thumb.cc', 180 'scrollbar_geometry_fixed_thumb.cc',
181 'scrollbar_geometry_fixed_thumb.h', 181 'scrollbar_geometry_fixed_thumb.h',
182 'scrollbar_geometry_stub.cc', 182 'scrollbar_geometry_stub.cc',
183 'scrollbar_geometry_stub.h', 183 'scrollbar_geometry_stub.h',
184 'scrollbar_layer.cc', 184 'scrollbar_layer.cc',
185 'scrollbar_layer.h', 185 'scrollbar_layer.h',
186 'scrollbar_layer_impl.cc', 186 'scrollbar_layer_impl.cc',
187 'scrollbar_layer_impl.h', 187 'scrollbar_layer_impl.h',
188 'settings.cc',
189 'settings.h',
190 'shader.cc', 188 'shader.cc',
191 'shader.h', 189 'shader.h',
192 'shared_quad_state.cc', 190 'shared_quad_state.cc',
193 'shared_quad_state.h', 191 'shared_quad_state.h',
194 'single_thread_proxy.cc', 192 'single_thread_proxy.cc',
195 'single_thread_proxy.h', 193 'single_thread_proxy.h',
196 'skpicture_content_layer_updater.cc', 194 'skpicture_content_layer_updater.cc',
197 'skpicture_content_layer_updater.h', 195 'skpicture_content_layer_updater.h',
198 'software_renderer.cc', 196 'software_renderer.cc',
199 'software_renderer.h', 197 'software_renderer.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'include_dirs': [ 271 'include_dirs': [
274 '<(webkit_src_dir)/Source/Platform/chromium', 272 '<(webkit_src_dir)/Source/Platform/chromium',
275 '<@(cc_stubs_dirs)', 273 '<@(cc_stubs_dirs)',
276 ], 274 ],
277 'sources': [ 275 'sources': [
278 '<@(cc_source_files)', 276 '<@(cc_source_files)',
279 ], 277 ],
280 }, 278 },
281 ], 279 ],
282 } 280 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698