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

Side by Side Diff: cc/cc.gyp

Issue 11316026: cc: Create cc::DebugColors class to hold all the debugging color/width constants. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/debug_colors.h » ('j') | cc/debug_colors.h » ('J')
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 13 matching lines...) Expand all
24 'content_layer.h', 24 'content_layer.h',
25 'content_layer_client.h', 25 'content_layer_client.h',
26 'content_layer_updater.cc', 26 'content_layer_updater.cc',
27 'content_layer_updater.h', 27 'content_layer_updater.h',
28 'contents_scaling_layer.cc', 28 'contents_scaling_layer.cc',
29 'contents_scaling_layer.h', 29 'contents_scaling_layer.h',
30 'damage_tracker.cc', 30 'damage_tracker.cc',
31 'damage_tracker.h', 31 'damage_tracker.h',
32 'debug_border_draw_quad.cc', 32 'debug_border_draw_quad.cc',
33 'debug_border_draw_quad.h', 33 'debug_border_draw_quad.h',
34 'debug_colors.cc',
35 'debug_colors.h',
34 'debug_rect_history.cc', 36 'debug_rect_history.cc',
35 'debug_rect_history.h', 37 'debug_rect_history.h',
36 'delay_based_time_source.cc', 38 'delay_based_time_source.cc',
37 'delay_based_time_source.h', 39 'delay_based_time_source.h',
38 'delegated_renderer_layer.cc', 40 'delegated_renderer_layer.cc',
39 'delegated_renderer_layer.h', 41 'delegated_renderer_layer.h',
40 'delegated_renderer_layer_impl.cc', 42 'delegated_renderer_layer_impl.cc',
41 'delegated_renderer_layer_impl.h', 43 'delegated_renderer_layer_impl.h',
42 'direct_renderer.cc', 44 'direct_renderer.cc',
43 'direct_renderer.h', 45 'direct_renderer.h',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'include_dirs': [ 275 'include_dirs': [
274 '<(webkit_src_dir)/Source/Platform/chromium', 276 '<(webkit_src_dir)/Source/Platform/chromium',
275 '<@(cc_stubs_dirs)', 277 '<@(cc_stubs_dirs)',
276 ], 278 ],
277 'sources': [ 279 'sources': [
278 '<@(cc_source_files)', 280 '<@(cc_source_files)',
279 ], 281 ],
280 }, 282 },
281 ], 283 ],
282 } 284 }
OLDNEW
« no previous file with comments | « no previous file | cc/debug_colors.h » ('j') | cc/debug_colors.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698