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

Side by Side Diff: cc/cc.gyp

Issue 11293084: cc: Get rid of FloatToSkScalar() function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/content_layer_updater.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 '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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 ], 256 ],
257 'sources': [ 257 'sources': [
258 '<@(cc_source_files)', 258 '<@(cc_source_files)',
259 'stubs/FloatPoint.h', 259 'stubs/FloatPoint.h',
260 'stubs/FloatRect.h', 260 'stubs/FloatRect.h',
261 'stubs/FloatSize.h', 261 'stubs/FloatSize.h',
262 'stubs/IntPoint.h', 262 'stubs/IntPoint.h',
263 'stubs/IntRect.h', 263 'stubs/IntRect.h',
264 'stubs/IntSize.h', 264 'stubs/IntSize.h',
265 'stubs/Region.h', 265 'stubs/Region.h',
266 'stubs/SkiaUtils.h',
267 'stubs/UnitBezier.h', 266 'stubs/UnitBezier.h',
268 267
269 'stubs/config.h', 268 'stubs/config.h',
270 'stubs/float_point.h', 269 'stubs/float_point.h',
271 'stubs/float_rect.h', 270 'stubs/float_rect.h',
272 'stubs/float_size.h', 271 'stubs/float_size.h',
273 'stubs/int_point.h', 272 'stubs/int_point.h',
274 'stubs/int_rect.h', 273 'stubs/int_rect.h',
275 'stubs/int_size.h', 274 'stubs/int_size.h',
276 'stubs/skia_utils.h',
277 'stubs/unit_bezier.h', 275 'stubs/unit_bezier.h',
278 ], 276 ],
279 }, 277 },
280 ], 278 ],
281 } 279 }
OLDNEW
« no previous file with comments | « no previous file | cc/content_layer_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698