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 '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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 'defines': [ | 271 'defines': [ |
272 'CC_IMPLEMENTATION=1', | 272 'CC_IMPLEMENTATION=1', |
273 ], | 273 ], |
274 'include_dirs': [ | 274 'include_dirs': [ |
275 '<(webkit_src_dir)/Source/Platform/chromium', | 275 '<(webkit_src_dir)/Source/Platform/chromium', |
276 '<@(cc_stubs_dirs)', | 276 '<@(cc_stubs_dirs)', |
277 ], | 277 ], |
278 'sources': [ | 278 'sources': [ |
279 '<@(cc_source_files)', | 279 '<@(cc_source_files)', |
280 ], | 280 ], |
| 281 'direct_dependent_settings': { |
| 282 'include_dirs': [ |
| 283 # Needed for <public/WebTransformationMatrix.h> in layer.h |
| 284 '<(webkit_src_dir)/Source/Platform/chromium', |
| 285 ], |
| 286 } |
281 }, | 287 }, |
282 ], | 288 ], |
283 } | 289 } |
OLD | NEW |