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

Side by Side Diff: cc/cc.gyp

Issue 11366089: cc: Remove all remaining use of WebCore Rect/Point/Size types from the compositor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove gyp entries for stubs 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/geometry.h » ('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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 ], 250 ],
251 'defines': [ 251 'defines': [
252 'CC_IMPLEMENTATION=1', 252 'CC_IMPLEMENTATION=1',
253 ], 253 ],
254 'include_dirs': [ 254 'include_dirs': [
255 '<(webkit_src_dir)/Source/Platform/chromium', 255 '<(webkit_src_dir)/Source/Platform/chromium',
256 '<@(cc_stubs_dirs)', 256 '<@(cc_stubs_dirs)',
257 ], 257 ],
258 'sources': [ 258 'sources': [
259 '<@(cc_source_files)', 259 '<@(cc_source_files)',
260 'stubs/FloatPoint.h',
261 'stubs/FloatSize.h',
262 'stubs/IntPoint.h',
263 'stubs/IntSize.h',
264 'stubs/Region.h', 260 'stubs/Region.h',
265 'stubs/UnitBezier.h', 261 'stubs/UnitBezier.h',
266 262
267 'stubs/config.h', 263 'stubs/config.h',
268 'stubs/float_point.h',
269 'stubs/float_size.h',
270 'stubs/int_point.h',
271 'stubs/int_size.h',
272 'stubs/unit_bezier.h', 264 'stubs/unit_bezier.h',
273 ], 265 ],
274 }, 266 },
275 ], 267 ],
276 } 268 }
OLDNEW
« no previous file with comments | « cc/DEPS ('k') | cc/geometry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698