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

Side by Side Diff: cc/cc.gyp

Issue 180243014: Revert "Revert 253606 "Revert 251238 "cc: Clean up iterator template to ..."" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/debug/debug_rect_history.cc » ('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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'layers/image_layer.h', 155 'layers/image_layer.h',
156 'layers/io_surface_layer.cc', 156 'layers/io_surface_layer.cc',
157 'layers/io_surface_layer.h', 157 'layers/io_surface_layer.h',
158 'layers/io_surface_layer_impl.cc', 158 'layers/io_surface_layer_impl.cc',
159 'layers/io_surface_layer_impl.h', 159 'layers/io_surface_layer_impl.h',
160 'layers/layer.cc', 160 'layers/layer.cc',
161 'layers/layer.h', 161 'layers/layer.h',
162 'layers/layer_client.h', 162 'layers/layer_client.h',
163 'layers/layer_impl.cc', 163 'layers/layer_impl.cc',
164 'layers/layer_impl.h', 164 'layers/layer_impl.h',
165 'layers/layer_iterator.cc',
165 'layers/layer_iterator.h', 166 'layers/layer_iterator.h',
166 'layers/layer_lists.cc', 167 'layers/layer_lists.cc',
167 'layers/layer_lists.h', 168 'layers/layer_lists.h',
168 'layers/layer_position_constraint.cc', 169 'layers/layer_position_constraint.cc',
169 'layers/layer_position_constraint.h', 170 'layers/layer_position_constraint.h',
170 'layers/layer_utils.cc', 171 'layers/layer_utils.cc',
171 'layers/layer_utils.h', 172 'layers/layer_utils.h',
172 'layers/nine_patch_layer.cc', 173 'layers/nine_patch_layer.cc',
173 'layers/nine_patch_layer.h', 174 'layers/nine_patch_layer.h',
174 'layers/nine_patch_layer_impl.cc', 175 'layers/nine_patch_layer_impl.cc',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 'surfaces/surface.h', 477 'surfaces/surface.h',
477 'surfaces/surface_aggregator.cc', 478 'surfaces/surface_aggregator.cc',
478 'surfaces/surface_aggregator.h', 479 'surfaces/surface_aggregator.h',
479 'surfaces/surface_manager.cc', 480 'surfaces/surface_manager.cc',
480 'surfaces/surface_manager.h', 481 'surfaces/surface_manager.h',
481 'surfaces/surfaces_export.h', 482 'surfaces/surfaces_export.h',
482 ], 483 ],
483 }, 484 },
484 ], 485 ],
485 } 486 }
OLDNEW
« no previous file with comments | « no previous file | cc/debug/debug_rect_history.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698