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

Side by Side Diff: cc/cc.gyp

Issue 15435003: cc: Add CopyAsBitmapRequest class to hold the readback callback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nolint Created 7 years, 7 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
« no previous file with comments | « cc/base/scoped_ptr_vector_unittest.cc ('k') | 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 'chromium_code': 1, 7 'chromium_code': 1,
8 'cc_source_files': [ 8 'cc_source_files': [
9 'animation/animation.cc', 9 'animation/animation.cc',
10 'animation/animation.h', 10 'animation/animation.h',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'layers/video_layer.h', 157 'layers/video_layer.h',
158 'layers/video_layer_impl.cc', 158 'layers/video_layer_impl.cc',
159 'layers/video_layer_impl.h', 159 'layers/video_layer_impl.h',
160 'output/compositor_frame.cc', 160 'output/compositor_frame.cc',
161 'output/compositor_frame.h', 161 'output/compositor_frame.h',
162 'output/compositor_frame_ack.cc', 162 'output/compositor_frame_ack.cc',
163 'output/compositor_frame_ack.h', 163 'output/compositor_frame_ack.h',
164 'output/compositor_frame_metadata.cc', 164 'output/compositor_frame_metadata.cc',
165 'output/compositor_frame_metadata.h', 165 'output/compositor_frame_metadata.h',
166 'output/context_provider.h', 166 'output/context_provider.h',
167 'output/copy_output_request.cc',
168 'output/copy_output_request.h',
167 'output/delegated_frame_data.h', 169 'output/delegated_frame_data.h',
168 'output/delegated_frame_data.cc', 170 'output/delegated_frame_data.cc',
169 'output/delegating_renderer.cc', 171 'output/delegating_renderer.cc',
170 'output/delegating_renderer.h', 172 'output/delegating_renderer.h',
171 'output/direct_renderer.cc', 173 'output/direct_renderer.cc',
172 'output/direct_renderer.h', 174 'output/direct_renderer.h',
173 'output/geometry_binding.cc', 175 'output/geometry_binding.cc',
174 'output/geometry_binding.h', 176 'output/geometry_binding.h',
175 'output/gl_frame_data.h', 177 'output/gl_frame_data.h',
176 'output/gl_frame_data.cc', 178 'output/gl_frame_data.cc',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'CC_IMPLEMENTATION=1', 366 'CC_IMPLEMENTATION=1',
365 ], 367 ],
366 'sources': [ 368 'sources': [
367 '<@(cc_source_files)', 369 '<@(cc_source_files)',
368 ], 370 ],
369 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 371 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
370 'msvs_disabled_warnings': [ 4267, ], 372 'msvs_disabled_warnings': [ 4267, ],
371 }, 373 },
372 ], 374 ],
373 } 375 }
OLDNEW
« no previous file with comments | « cc/base/scoped_ptr_vector_unittest.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698