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