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

Side by Side Diff: webkit/compositor/compositor.gyp

Issue 10874095: Add target for webkit_compositor_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix up gyp Created 8 years, 3 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
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': 0, 7 'chromium_code': 0,
8 'use_libcc_for_compositor%': 0,
8 'webkit_compositor_sources': [ 9 'webkit_compositor_sources': [
9 'CCThreadImpl.cpp', 10 'CCThreadImpl.cpp',
10 'CCThreadImpl.h', 11 'CCThreadImpl.h',
11 'PlatformGestureCurve.h', 12 'PlatformGestureCurve.h',
12 'PlatformGestureCurveTarget.h', 13 'PlatformGestureCurveTarget.h',
13 'TouchpadFlingPlatformGestureCurve.h', 14 'TouchpadFlingPlatformGestureCurve.h',
14 'WebAnimationCurveCommon.cpp', 15 'WebAnimationCurveCommon.cpp',
15 'WebAnimationCurveCommon.h', 16 'WebAnimationCurveCommon.h',
16 'WebAnimationImpl.cpp', 17 'WebAnimationImpl.cpp',
17 'WebAnimationImpl.h', 18 'WebAnimationImpl.h',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'stubs', 66 'stubs',
66 '<(DEPTH)/cc', 67 '<(DEPTH)/cc',
67 '<(DEPTH)/cc/stubs', 68 '<(DEPTH)/cc/stubs',
68 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/public', 69 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/public',
69 ], 70 ],
70 'sources': [ 71 'sources': [
71 '<@(webkit_compositor_sources)', 72 '<@(webkit_compositor_sources)',
72 'stubs/AnimationIdVendor.h', 73 'stubs/AnimationIdVendor.h',
73 'stubs/public/WebTransformationMatrix', 74 'stubs/public/WebTransformationMatrix',
74 ], 75 ],
75 }, 76 }
76 ], 77 ],
77 }], 78 }],
78 ], 79 ],
79 } 80 }
OLDNEW
« no previous file with comments | « webkit/compositor/WebTransformAnimationCurveTest.cpp ('k') | webkit/compositor/compositor_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698