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

Side by Side Diff: cc/cc.gyp

Issue 12041062: Have a common implementation of cc::OutputSurface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 'cc_source_files': [ 7 'cc_source_files': [
8 'animation.cc', 8 'animation.cc',
9 'animation.h', 9 'animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'managed_memory_policy.cc', 125 'managed_memory_policy.cc',
126 'managed_memory_policy.h', 126 'managed_memory_policy.h',
127 'math_util.cc', 127 'math_util.cc',
128 'math_util.h', 128 'math_util.h',
129 'nine_patch_layer.cc', 129 'nine_patch_layer.cc',
130 'nine_patch_layer.h', 130 'nine_patch_layer.h',
131 'nine_patch_layer_impl.cc', 131 'nine_patch_layer_impl.cc',
132 'nine_patch_layer_impl.h', 132 'nine_patch_layer_impl.h',
133 'occlusion_tracker.cc', 133 'occlusion_tracker.cc',
134 'occlusion_tracker.h', 134 'occlusion_tracker.h',
135 'output_surface.cc',
135 'output_surface.h', 136 'output_surface.h',
136 'output_surface_client.h', 137 'output_surface_client.h',
137 'overdraw_metrics.cc', 138 'overdraw_metrics.cc',
138 'overdraw_metrics.h', 139 'overdraw_metrics.h',
139 'page_scale_animation.cc', 140 'page_scale_animation.cc',
140 'page_scale_animation.h', 141 'page_scale_animation.h',
141 'paint_time_counter.cc', 142 'paint_time_counter.cc',
142 'paint_time_counter.h', 143 'paint_time_counter.h',
143 'picture.cc', 144 'picture.cc',
144 'picture.h', 145 'picture.h',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 ], 347 ],
347 'all_dependent_settings': { 348 'all_dependent_settings': {
348 'include_dirs': [ 349 'include_dirs': [
349 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls 350 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls
350 '<(webkit_src_dir)/Source/Platform/chromium' 351 '<(webkit_src_dir)/Source/Platform/chromium'
351 ] 352 ]
352 } 353 }
353 }, 354 },
354 ], 355 ],
355 } 356 }
OLDNEW
« no previous file with comments | « cc/DEPS ('k') | cc/cc_tests.gyp » ('j') | cc/gl_renderer_pixeltest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698