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

Side by Side Diff: cc/cc.gyp

Issue 17391006: cc: Add BeginFrameArgs (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 7 years, 6 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
« no previous file with comments | « no previous file | cc/output/begin_frame_args.h » ('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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'layers/tiled_layer.h', 147 'layers/tiled_layer.h',
148 'layers/tiled_layer_impl.cc', 148 'layers/tiled_layer_impl.cc',
149 'layers/tiled_layer_impl.h', 149 'layers/tiled_layer_impl.h',
150 'layers/video_frame_provider.h', 150 'layers/video_frame_provider.h',
151 'layers/video_frame_provider_client_impl.cc', 151 'layers/video_frame_provider_client_impl.cc',
152 'layers/video_frame_provider_client_impl.h', 152 'layers/video_frame_provider_client_impl.h',
153 'layers/video_layer.cc', 153 'layers/video_layer.cc',
154 'layers/video_layer.h', 154 'layers/video_layer.h',
155 'layers/video_layer_impl.cc', 155 'layers/video_layer_impl.cc',
156 'layers/video_layer_impl.h', 156 'layers/video_layer_impl.h',
157 'output/begin_frame_args.cc',
158 'output/begin_frame_args.h',
157 'output/compositor_frame.cc', 159 'output/compositor_frame.cc',
158 'output/compositor_frame.h', 160 'output/compositor_frame.h',
159 'output/compositor_frame_ack.cc', 161 'output/compositor_frame_ack.cc',
160 'output/compositor_frame_ack.h', 162 'output/compositor_frame_ack.h',
161 'output/compositor_frame_metadata.cc', 163 'output/compositor_frame_metadata.cc',
162 'output/compositor_frame_metadata.h', 164 'output/compositor_frame_metadata.h',
163 'output/context_provider.h', 165 'output/context_provider.h',
164 'output/copy_output_request.cc', 166 'output/copy_output_request.cc',
165 'output/copy_output_request.h', 167 'output/copy_output_request.h',
166 'output/copy_output_result.cc', 168 'output/copy_output_result.cc',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 'CC_IMPLEMENTATION=1', 372 'CC_IMPLEMENTATION=1',
371 ], 373 ],
372 'sources': [ 374 'sources': [
373 '<@(cc_source_files)', 375 '<@(cc_source_files)',
374 ], 376 ],
375 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 377 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
376 'msvs_disabled_warnings': [ 4267, ], 378 'msvs_disabled_warnings': [ 4267, ],
377 }, 379 },
378 ], 380 ],
379 } 381 }
OLDNEW
« no previous file with comments | « no previous file | cc/output/begin_frame_args.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698