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 'webkit_compositor_bindings_sources': [ | 8 'webkit_compositor_bindings_sources': [ |
9 'scrollbar_impl.cc', | 9 'scrollbar_impl.cc', |
10 'scrollbar_impl.h', | 10 'scrollbar_impl.h', |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 'target_name': 'webkit_compositor_bindings', | 58 'target_name': 'webkit_compositor_bindings', |
59 'type': '<(component)', | 59 'type': '<(component)', |
60 'dependencies': [ | 60 'dependencies': [ |
61 '<(DEPTH)/base/base.gyp:base', | 61 '<(DEPTH)/base/base.gyp:base', |
62 '<(DEPTH)/cc/cc.gyp:cc', | 62 '<(DEPTH)/cc/cc.gyp:cc', |
63 '<(DEPTH)/gpu/gpu.gyp:gpu', | 63 '<(DEPTH)/gpu/gpu.gyp:gpu', |
64 '<(DEPTH)/media/media.gyp:media', | 64 '<(DEPTH)/media/media.gyp:media', |
65 '<(DEPTH)/skia/skia.gyp:skia', | 65 '<(DEPTH)/skia/skia.gyp:skia', |
66 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 66 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
67 '<(DEPTH)/ui/ui.gyp:ui', | 67 '<(DEPTH)/ui/ui.gyp:ui', |
68 '<(DEPTH)/webkit/gpu/webkit_gpu.gyp:webkit_gpu', | 68 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
69 ], | 69 ], |
70 'sources': [ | 70 'sources': [ |
71 '<@(webkit_compositor_bindings_sources)', | 71 '<@(webkit_compositor_bindings_sources)', |
72 ], | 72 ], |
73 'defines': [ | 73 'defines': [ |
74 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1' | 74 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1' |
75 ] | 75 ] |
76 }, | 76 }, |
77 ], | 77 ], |
78 } | 78 } |
OLD | NEW |