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

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

Issue 10915165: Don't depend on WEBKIT_IMPLEMENTATION guarded geometry conversion c'tors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add new files to 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 'use_libcc_for_compositor%': 0,
9 'webkit_compositor_bindings_sources': [ 9 'webkit_compositor_bindings_sources': [
10 'CCThreadImpl.cpp', 10 'CCThreadImpl.cpp',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 ], 102 ],
103 'include_dirs': [ 103 'include_dirs': [
104 '../../cc', 104 '../../cc',
105 '../../cc/stubs', 105 '../../cc/stubs',
106 'stubs', 106 'stubs',
107 '../../third_party/WebKit/Source/WebKit/chromium/public', 107 '../../third_party/WebKit/Source/WebKit/chromium/public',
108 ], 108 ],
109 'sources': [ 109 'sources': [
110 '<@(webkit_compositor_bindings_sources)', 110 '<@(webkit_compositor_bindings_sources)',
111 'stubs/public/WebTransformationMatrix.h', 111 'stubs/public/WebTransformationMatrix.h',
112 'webcore_convert.cc',
113 'webcore_convert.h',
112 ], 114 ],
113 'conditions': [ 115 'conditions': [
114 ['component=="shared_library"', { 116 ['component=="shared_library"', {
115 'defines': [ 117 'defines': [
116 'WEBKIT_DLL', 118 'WEBKIT_DLL',
117 ], 119 ],
118 }], 120 }],
119 ] 121 ]
120 }, 122 },
121 ], 123 ],
122 }], 124 }],
123 ], 125 ],
124 } 126 }
OLDNEW
« no previous file with comments | « webkit/compositor_bindings/WebToCCInputHandlerAdapter.cpp ('k') | webkit/compositor_bindings/webcore_convert.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698