| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 'shared_impl/private/ppb_char_set_shared.cc', | 116 'shared_impl/private/ppb_char_set_shared.cc', |
| 117 'shared_impl/private/ppb_char_set_shared.h', | 117 'shared_impl/private/ppb_char_set_shared.h', |
| 118 'shared_impl/private/ppb_host_resolver_shared.cc', | 118 'shared_impl/private/ppb_host_resolver_shared.cc', |
| 119 'shared_impl/private/ppb_host_resolver_shared.h', | 119 'shared_impl/private/ppb_host_resolver_shared.h', |
| 120 'shared_impl/private/ppb_tcp_server_socket_shared.cc', | 120 'shared_impl/private/ppb_tcp_server_socket_shared.cc', |
| 121 'shared_impl/private/ppb_tcp_server_socket_shared.h', | 121 'shared_impl/private/ppb_tcp_server_socket_shared.h', |
| 122 'shared_impl/private/ppb_x509_certificate_private_shared.cc', | 122 'shared_impl/private/ppb_x509_certificate_private_shared.cc', |
| 123 'shared_impl/private/ppb_x509_certificate_private_shared.h', | 123 'shared_impl/private/ppb_x509_certificate_private_shared.h', |
| 124 'shared_impl/private/tcp_socket_private_impl.cc', | 124 'shared_impl/private/tcp_socket_private_impl.cc', |
| 125 'shared_impl/private/tcp_socket_private_impl.h', | 125 'shared_impl/private/tcp_socket_private_impl.h', |
| 126 'shared_impl/private/udp_socket_private_impl.cc', | |
| 127 'shared_impl/private/udp_socket_private_impl.h', | |
| 128 | 126 |
| 129 'thunk/enter.cc', | 127 'thunk/enter.cc', |
| 130 'thunk/enter.h', | 128 'thunk/enter.h', |
| 131 'thunk/ppb_audio_api.h', | 129 'thunk/ppb_audio_api.h', |
| 132 'thunk/ppb_audio_config_api.h', | 130 'thunk/ppb_audio_config_api.h', |
| 133 'thunk/ppb_audio_config_thunk.cc', | 131 'thunk/ppb_audio_config_thunk.cc', |
| 134 'thunk/ppb_audio_input_api.h', | 132 'thunk/ppb_audio_input_api.h', |
| 135 'thunk/ppb_audio_input_thunk.cc', | 133 'thunk/ppb_audio_input_thunk.cc', |
| 136 'thunk/ppb_audio_thunk.cc', | 134 'thunk/ppb_audio_thunk.cc', |
| 137 'thunk/ppb_audio_trusted_thunk.cc', | 135 'thunk/ppb_audio_trusted_thunk.cc', |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 'thunk/ppb_tcp_socket_private_thunk.cc', | 308 'thunk/ppb_tcp_socket_private_thunk.cc', |
| 311 'thunk/ppb_udp_socket_private_thunk.cc', | 309 'thunk/ppb_udp_socket_private_thunk.cc', |
| 312 'thunk/ppb_x509_certificate_private_thunk.cc', | 310 'thunk/ppb_x509_certificate_private_thunk.cc', |
| 313 ], | 311 ], |
| 314 }], | 312 }], |
| 315 ], | 313 ], |
| 316 }], | 314 }], |
| 317 ], | 315 ], |
| 318 }, | 316 }, |
| 319 } | 317 } |
| OLD | NEW |