OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |