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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 ], | 53 ], |
54 | 54 |
55 | 55 |
56 }, | 56 }, |
57 'targets': [ | 57 'targets': [ |
58 { | 58 { |
59 'target_name': 'webkit_compositor_support', | 59 'target_name': 'webkit_compositor_support', |
60 'type': 'static_library', | 60 'type': 'static_library', |
61 'dependencies': [ | 61 'dependencies': [ |
62 '../../skia/skia.gyp:skia', | 62 '../../skia/skia.gyp:skia', |
| 63 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
63 ], | 64 ], |
64 'sources': [ | 65 'sources': [ |
65 'web_compositor_support_impl.cc', | 66 'web_compositor_support_impl.cc', |
66 'web_compositor_support_impl.h', | 67 'web_compositor_support_impl.h', |
67 ], | 68 ], |
68 'include_dirs': [ | 69 'include_dirs': [ |
69 '../..', | 70 '../..', |
70 '<(webkit_src_dir)/Source/Platform/chromium', | 71 '<(webkit_src_dir)/Source/Platform/chromium', |
71 ], | 72 ], |
72 'conditions': [ | 73 'conditions': [ |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 'defines': [ | 116 'defines': [ |
116 'WEBKIT_DLL', | 117 'WEBKIT_DLL', |
117 ], | 118 ], |
118 }], | 119 }], |
119 ] | 120 ] |
120 }, | 121 }, |
121 ], | 122 ], |
122 }], | 123 }], |
123 ], | 124 ], |
124 } | 125 } |
OLD | NEW |