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 'conditions': [ | 7 'conditions': [ |
8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
9 'webkit_src_dir': '../../../..', | 9 'webkit_src_dir': '../../../..', |
10 },{ | 10 },{ |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 'shared_impl/private/net_address_private_impl.h', | 129 'shared_impl/private/net_address_private_impl.h', |
130 | 130 |
131 'shared_impl/private/ppb_font_shared.cc', | 131 'shared_impl/private/ppb_font_shared.cc', |
132 'shared_impl/private/ppb_font_shared.h', | 132 'shared_impl/private/ppb_font_shared.h', |
133 | 133 |
134 'shared_impl/private/tcp_socket_private_impl.cc', | 134 'shared_impl/private/tcp_socket_private_impl.cc', |
135 'shared_impl/private/tcp_socket_private_impl.h', | 135 'shared_impl/private/tcp_socket_private_impl.h', |
136 'shared_impl/private/udp_socket_private_impl.cc', | 136 'shared_impl/private/udp_socket_private_impl.cc', |
137 'shared_impl/private/udp_socket_private_impl.h', | 137 'shared_impl/private/udp_socket_private_impl.h', |
138 | 138 |
139 'thunk/common.h', | |
140 'thunk/common.cc', | |
141 'thunk/enter.cc', | 139 'thunk/enter.cc', |
142 'thunk/enter.h', | 140 'thunk/enter.h', |
143 'thunk/ppb_audio_api.h', | 141 'thunk/ppb_audio_api.h', |
144 'thunk/ppb_audio_config_api.h', | 142 'thunk/ppb_audio_config_api.h', |
145 'thunk/ppb_audio_config_thunk.cc', | 143 'thunk/ppb_audio_config_thunk.cc', |
146 'thunk/ppb_audio_input_api.h', | 144 'thunk/ppb_audio_input_api.h', |
147 'thunk/ppb_audio_input_thunk.cc', | 145 'thunk/ppb_audio_input_thunk.cc', |
148 'thunk/ppb_audio_input_trusted_thunk.cc', | 146 'thunk/ppb_audio_input_trusted_thunk.cc', |
149 'thunk/ppb_audio_thunk.cc', | 147 'thunk/ppb_audio_thunk.cc', |
150 'thunk/ppb_audio_trusted_thunk.cc', | 148 'thunk/ppb_audio_trusted_thunk.cc', |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 'thunk/ppb_websocket_api.h', | 232 'thunk/ppb_websocket_api.h', |
235 'thunk/ppb_websocket_thunk.cc', | 233 'thunk/ppb_websocket_thunk.cc', |
236 'thunk/ppb_widget_api.h', | 234 'thunk/ppb_widget_api.h', |
237 'thunk/ppb_widget_thunk.cc', | 235 'thunk/ppb_widget_thunk.cc', |
238 'thunk/ppb_zoom_thunk.cc', | 236 'thunk/ppb_zoom_thunk.cc', |
239 'thunk/thunk.h', | 237 'thunk/thunk.h', |
240 ], | 238 ], |
241 }, | 239 }, |
242 ], | 240 ], |
243 } | 241 } |
OLD | NEW |