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

Side by Side Diff: cc/cc.gyp

Issue 11369018: cc: Switch from WebCore::FloatPoint3D to gfx::Point3F and gfx::Vector3dF in the compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missing base files 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/layer_quad.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 'hash_pair.h', 8 'hash_pair.h',
9 'scoped_ptr_deque.h', 9 'scoped_ptr_deque.h',
10 'scoped_ptr_hash_map.h', 10 'scoped_ptr_hash_map.h',
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 # http://crbug.com/154052 249 # http://crbug.com/154052
250 'WEBKIT_GLUE_IMPLEMENTATION=1', 250 'WEBKIT_GLUE_IMPLEMENTATION=1',
251 ], 251 ],
252 'include_dirs': [ 252 'include_dirs': [
253 '<(webkit_src_dir)/Source/Platform/chromium', 253 '<(webkit_src_dir)/Source/Platform/chromium',
254 '<@(cc_stubs_dirs)', 254 '<@(cc_stubs_dirs)',
255 ], 255 ],
256 'sources': [ 256 'sources': [
257 '<@(cc_source_files)', 257 '<@(cc_source_files)',
258 'stubs/FloatPoint.h', 258 'stubs/FloatPoint.h',
259 'stubs/FloatPoint3D.h',
enne (OOO) 2012/11/01 02:45:55 \o/
260 'stubs/FloatQuad.h', 259 'stubs/FloatQuad.h',
261 'stubs/FloatRect.h', 260 'stubs/FloatRect.h',
262 'stubs/FloatSize.h', 261 'stubs/FloatSize.h',
263 'stubs/IntPoint.h', 262 'stubs/IntPoint.h',
264 'stubs/IntRect.h', 263 'stubs/IntRect.h',
265 'stubs/IntSize.h', 264 'stubs/IntSize.h',
266 'stubs/NotImplemented.h', 265 'stubs/NotImplemented.h',
267 'stubs/Region.h', 266 'stubs/Region.h',
268 'stubs/SkiaUtils.h', 267 'stubs/SkiaUtils.h',
269 'stubs/TilingData.h', 268 'stubs/TilingData.h',
270 'stubs/UnitBezier.h', 269 'stubs/UnitBezier.h',
271 270
272 'stubs/config.h', 271 'stubs/config.h',
273 'stubs/float_point_3d.h',
274 'stubs/float_point.h', 272 'stubs/float_point.h',
275 'stubs/float_quad.h', 273 'stubs/float_quad.h',
276 'stubs/float_rect.h', 274 'stubs/float_rect.h',
277 'stubs/float_size.h', 275 'stubs/float_size.h',
278 'stubs/int_point.h', 276 'stubs/int_point.h',
279 'stubs/int_rect.h', 277 'stubs/int_rect.h',
280 'stubs/int_size.h', 278 'stubs/int_size.h',
281 'stubs/not_implemented.h', 279 'stubs/not_implemented.h',
282 'stubs/skia_utils.h', 280 'stubs/skia_utils.h',
283 'stubs/tiling_data.h', 281 'stubs/tiling_data.h',
284 'stubs/unit_bezier.h', 282 'stubs/unit_bezier.h',
285 ], 283 ],
286 }, 284 },
287 ], 285 ],
288 } 286 }
OLDNEW
« no previous file with comments | « no previous file | cc/layer_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698