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

Side by Side Diff: cc/cc.gyp

Issue 18139004: cc: Create a LayerScrollClient interface and an adapter class in compositor_bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 '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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'layers/io_surface_layer_impl.h', 101 'layers/io_surface_layer_impl.h',
102 'layers/layer.cc', 102 'layers/layer.cc',
103 'layers/layer.h', 103 'layers/layer.h',
104 'layers/layer_impl.cc', 104 'layers/layer_impl.cc',
105 'layers/layer_impl.h', 105 'layers/layer_impl.h',
106 'layers/layer_iterator.cc', 106 'layers/layer_iterator.cc',
107 'layers/layer_iterator.h', 107 'layers/layer_iterator.h',
108 'layers/layer_lists.h', 108 'layers/layer_lists.h',
109 'layers/layer_position_constraint.cc', 109 'layers/layer_position_constraint.cc',
110 'layers/layer_position_constraint.h', 110 'layers/layer_position_constraint.h',
111 'layers/layer_scroll_client.h',
111 'layers/nine_patch_layer.cc', 112 'layers/nine_patch_layer.cc',
112 'layers/nine_patch_layer.h', 113 'layers/nine_patch_layer.h',
113 'layers/nine_patch_layer_impl.cc', 114 'layers/nine_patch_layer_impl.cc',
114 'layers/nine_patch_layer_impl.h', 115 'layers/nine_patch_layer_impl.h',
115 'layers/paint_properties.h', 116 'layers/paint_properties.h',
116 'layers/picture_image_layer.cc', 117 'layers/picture_image_layer.cc',
117 'layers/picture_image_layer.h', 118 'layers/picture_image_layer.h',
118 'layers/picture_image_layer_impl.cc', 119 'layers/picture_image_layer_impl.cc',
119 'layers/picture_image_layer_impl.h', 120 'layers/picture_image_layer_impl.h',
120 'layers/picture_layer.cc', 121 'layers/picture_layer.cc',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 'CC_IMPLEMENTATION=1', 374 'CC_IMPLEMENTATION=1',
374 ], 375 ],
375 'sources': [ 376 'sources': [
376 '<@(cc_source_files)', 377 '<@(cc_source_files)',
377 ], 378 ],
378 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 379 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
379 'msvs_disabled_warnings': [ 4267, ], 380 'msvs_disabled_warnings': [ 4267, ],
380 }, 381 },
381 ], 382 ],
382 } 383 }
OLDNEW
« no previous file with comments | « cc/DEPS ('k') | cc/layers/layer.h » ('j') | cc/layers/layer_scroll_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698