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

Side by Side Diff: cc/cc.gyp

Issue 11552009: Add support for calculating the position of the top controls in the cc layer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgot to add the changes to cc_messages.h Created 8 years 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') | cc/compositor_frame_metadata.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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 'tile_priority.h', 267 'tile_priority.h',
268 'tiled_layer.cc', 268 'tiled_layer.cc',
269 'tiled_layer.h', 269 'tiled_layer.h',
270 'tiled_layer_impl.cc', 270 'tiled_layer_impl.cc',
271 'tiled_layer_impl.h', 271 'tiled_layer_impl.h',
272 'tiling_data.cc', 272 'tiling_data.cc',
273 'tiling_data.h', 273 'tiling_data.h',
274 'time_source.h', 274 'time_source.h',
275 'timing_function.cc', 275 'timing_function.cc',
276 'timing_function.h', 276 'timing_function.h',
277 'top_controls_animation.cc',
278 'top_controls_animation.h',
279 'top_controls_manager.cc',
280 'top_controls_manager.h',
277 'transferable_resource.cc', 281 'transferable_resource.cc',
278 'transferable_resource.h', 282 'transferable_resource.h',
279 'tree_synchronizer.cc', 283 'tree_synchronizer.cc',
280 'tree_synchronizer.h', 284 'tree_synchronizer.h',
281 'util.h', 285 'util.h',
282 'video_layer.cc', 286 'video_layer.cc',
283 'video_layer.h', 287 'video_layer.h',
284 'video_layer_impl.cc', 288 'video_layer_impl.cc',
285 'video_layer_impl.h', 289 'video_layer_impl.h',
286 'yuv_video_draw_quad.cc', 290 'yuv_video_draw_quad.cc',
(...skipping 28 matching lines...) Expand all
315 ], 319 ],
316 'all_dependent_settings': { 320 'all_dependent_settings': {
317 'include_dirs': [ 321 'include_dirs': [
318 # Needed for <public/WebTransformationMatrix.h> in layer.h 322 # Needed for <public/WebTransformationMatrix.h> in layer.h
319 '<(webkit_src_dir)/Source/Platform/chromium', 323 '<(webkit_src_dir)/Source/Platform/chromium',
320 ], 324 ],
321 } 325 }
322 }, 326 },
323 ], 327 ],
324 } 328 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/compositor_frame_metadata.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698