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

Side by Side Diff: cc/cc.gyp

Issue 11359077: cc: Replace the WebCore::UnitBezier class with the SkUnitCubicInterp() method from Skia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix web unittests 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 | « cc/DEPS ('k') | 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 '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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'defines': [ 257 'defines': [
258 'CC_IMPLEMENTATION=1', 258 'CC_IMPLEMENTATION=1',
259 ], 259 ],
260 'include_dirs': [ 260 'include_dirs': [
261 '<(webkit_src_dir)/Source/Platform/chromium', 261 '<(webkit_src_dir)/Source/Platform/chromium',
262 '<@(cc_stubs_dirs)', 262 '<@(cc_stubs_dirs)',
263 ], 263 ],
264 'sources': [ 264 'sources': [
265 '<@(cc_source_files)', 265 '<@(cc_source_files)',
266 'stubs/Region.h', 266 'stubs/Region.h',
267 'stubs/UnitBezier.h',
268 267
269 'stubs/config.h', 268 'stubs/config.h',
270 'stubs/unit_bezier.h',
271 ], 269 ],
272 }, 270 },
273 ], 271 ],
274 } 272 }
OLDNEW
« no previous file with comments | « cc/DEPS ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698