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': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 11 matching lines...) Expand all Loading... |
22 'include_dirs': [ | 22 'include_dirs': [ |
23 '../..', | 23 '../..', |
24 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 24 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
25 ], | 25 ], |
26 }, | 26 }, |
27 { | 27 { |
28 'target_name': 'webkit_compositor_bindings', | 28 'target_name': 'webkit_compositor_bindings', |
29 'type': '<(component)', | 29 'type': '<(component)', |
30 'dependencies': [ | 30 'dependencies': [ |
31 '<(DEPTH)/base/base.gyp:base', | 31 '<(DEPTH)/base/base.gyp:base', |
| 32 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
32 '<(DEPTH)/cc/cc.gyp:cc', | 33 '<(DEPTH)/cc/cc.gyp:cc', |
33 '<(DEPTH)/gpu/gpu.gyp:gpu', | 34 '<(DEPTH)/gpu/gpu.gyp:gpu', |
34 '<(DEPTH)/media/media.gyp:media', | 35 '<(DEPTH)/media/media.gyp:media', |
35 '<(DEPTH)/skia/skia.gyp:skia', | 36 '<(DEPTH)/skia/skia.gyp:skia', |
36 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', | 37 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', |
37 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 38 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
38 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 39 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
39 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 40 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
40 ], | 41 ], |
41 'defines': [ | 42 'defines': [ |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 'web_to_cc_animation_delegate_adapter.cc', | 77 'web_to_cc_animation_delegate_adapter.cc', |
77 'web_to_cc_animation_delegate_adapter.h', | 78 'web_to_cc_animation_delegate_adapter.h', |
78 'web_transform_animation_curve_impl.cc', | 79 'web_transform_animation_curve_impl.cc', |
79 'web_transform_animation_curve_impl.h', | 80 'web_transform_animation_curve_impl.h', |
80 'web_transform_operations_impl.cc', | 81 'web_transform_operations_impl.cc', |
81 'web_transform_operations_impl.h', | 82 'web_transform_operations_impl.h', |
82 ], | 83 ], |
83 }, | 84 }, |
84 ], | 85 ], |
85 } | 86 } |
OLD | NEW |