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

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: forgot to save the comments. sorry. :( Created 7 years, 8 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/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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'animation/layer_animation_controller.cc', 103 'animation/layer_animation_controller.cc',
104 'animation/layer_animation_controller.h', 104 'animation/layer_animation_controller.h',
105 'animation/layer_animation_event_observer.h', 105 'animation/layer_animation_event_observer.h',
106 'animation/layer_animation_value_observer.h', 106 'animation/layer_animation_value_observer.h',
107 'layers/layer_impl.cc', 107 'layers/layer_impl.cc',
108 'layers/layer_impl.h', 108 'layers/layer_impl.h',
109 'layers/layer_iterator.cc', 109 'layers/layer_iterator.cc',
110 'layers/layer_iterator.h', 110 'layers/layer_iterator.h',
111 'layers/layer_lists.h', 111 'layers/layer_lists.h',
112 'resources/layer_painter.h', 112 'resources/layer_painter.h',
113 'layers/layer_position_constraint.cc',
114 'layers/layer_position_constraint.h',
113 'resources/layer_quad.cc', 115 'resources/layer_quad.cc',
114 'resources/layer_quad.h', 116 'resources/layer_quad.h',
115 'trees/layer_sorter.cc', 117 'trees/layer_sorter.cc',
116 'trees/layer_sorter.h', 118 'trees/layer_sorter.h',
117 'resources/layer_tiling_data.cc', 119 'resources/layer_tiling_data.cc',
118 'resources/layer_tiling_data.h', 120 'resources/layer_tiling_data.h',
119 'debug/layer_tree_debug_state.cc', 121 'debug/layer_tree_debug_state.cc',
120 'debug/layer_tree_debug_state.h', 122 'debug/layer_tree_debug_state.h',
121 'trees/layer_tree_host.cc', 123 'trees/layer_tree_host.cc',
122 'trees/layer_tree_host.h', 124 'trees/layer_tree_host.h',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 'CC_IMPLEMENTATION=1', 377 'CC_IMPLEMENTATION=1',
376 ], 378 ],
377 'sources': [ 379 'sources': [
378 '<@(cc_source_files)', 380 '<@(cc_source_files)',
379 ], 381 ],
380 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 382 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
381 'msvs_disabled_warnings': [ 4267, ], 383 'msvs_disabled_warnings': [ 4267, ],
382 }, 384 },
383 ], 385 ],
384 } 386 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698