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

Side by Side Diff: cc/cc.gyp

Issue 12552004: Support bottom-right anchored fixed-position elements during a pinch gesture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: correct translate order. move math to a separate function. Created 7 years, 9 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/layers/layer.h » ('j') | cc/layers/layer.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 'animation/animation.cc', 8 'animation/animation.cc',
9 'animation/animation.h', 9 'animation/animation.h',
10 'animation/animation_curve.cc', 10 'animation/animation_curve.cc',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'layers/layer.h', 99 'layers/layer.h',
100 'animation/layer_animation_controller.cc', 100 'animation/layer_animation_controller.cc',
101 'animation/layer_animation_controller.h', 101 'animation/layer_animation_controller.h',
102 'animation/layer_animation_event_observer.h', 102 'animation/layer_animation_event_observer.h',
103 'animation/layer_animation_value_observer.h', 103 'animation/layer_animation_value_observer.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 'resources/layer_painter.h', 108 'resources/layer_painter.h',
109 'layers/layer_position_constraint.cc',
110 'layers/layer_position_constraint.h',
109 'resources/layer_quad.cc', 111 'resources/layer_quad.cc',
110 'resources/layer_quad.h', 112 'resources/layer_quad.h',
111 'trees/layer_sorter.cc', 113 'trees/layer_sorter.cc',
112 'trees/layer_sorter.h', 114 'trees/layer_sorter.h',
113 'resources/layer_tiling_data.cc', 115 'resources/layer_tiling_data.cc',
114 'resources/layer_tiling_data.h', 116 'resources/layer_tiling_data.h',
115 'debug/layer_tree_debug_state.cc', 117 'debug/layer_tree_debug_state.cc',
116 'debug/layer_tree_debug_state.h', 118 'debug/layer_tree_debug_state.h',
117 'trees/layer_tree_host.cc', 119 'trees/layer_tree_host.cc',
118 'trees/layer_tree_host.h', 120 'trees/layer_tree_host.h',
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 'CC_IMPLEMENTATION=1', 371 'CC_IMPLEMENTATION=1',
370 ], 372 ],
371 'sources': [ 373 'sources': [
372 '<@(cc_source_files)', 374 '<@(cc_source_files)',
373 ], 375 ],
374 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 376 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
375 'msvs_disabled_warnings': [ 4267, ], 377 'msvs_disabled_warnings': [ 4267, ],
376 }, 378 },
377 ], 379 ],
378 } 380 }
OLDNEW
« no previous file with comments | « no previous file | cc/layers/layer.h » ('j') | cc/layers/layer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698