| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 'includes': [ | 258 'includes': [ |
| 259 'cc.gypi', | 259 'cc.gypi', |
| 260 ], | 260 ], |
| 261 'dependencies': [ | 261 'dependencies': [ |
| 262 '<(DEPTH)/base/base.gyp:base', | 262 '<(DEPTH)/base/base.gyp:base', |
| 263 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 263 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
| 264 '<(DEPTH)/skia/skia.gyp:skia', | 264 '<(DEPTH)/skia/skia.gyp:skia', |
| 265 '<(DEPTH)/media/media.gyp:media', | 265 '<(DEPTH)/media/media.gyp:media', |
| 266 '<(DEPTH)/ui/gl/gl.gyp:gl', | 266 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 267 '<(DEPTH)/ui/ui.gyp:ui', | 267 '<(DEPTH)/ui/ui.gyp:ui', |
| 268 '<(webkit_src_dir)/Source/WTF/WTF.gyp/WTF.gyp:wtf', | |
| 269 '<(webkit_src_dir)/Source/WebCore/WebCore.gyp/WebCore.gyp:webcore_platfo
rm_geometry', | |
| 270 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_wtf_support'
, | |
| 271 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 268 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 272 ], | 269 ], |
| 273 'defines': [ | 270 'defines': [ |
| 274 'CC_IMPLEMENTATION=1', | 271 'CC_IMPLEMENTATION=1', |
| 275 ], | 272 ], |
| 276 'include_dirs': [ | 273 'include_dirs': [ |
| 277 '<(webkit_src_dir)/Source/Platform/chromium', | 274 '<(webkit_src_dir)/Source/Platform/chromium', |
| 278 '<@(cc_stubs_dirs)', | 275 '<@(cc_stubs_dirs)', |
| 279 ], | 276 ], |
| 280 'sources': [ | 277 'sources': [ |
| 281 '<@(cc_source_files)', | 278 '<@(cc_source_files)', |
| 282 'stubs/config.h', | |
| 283 ], | 279 ], |
| 284 }, | 280 }, |
| 285 ], | 281 ], |
| 286 } | 282 } |
| OLD | NEW |