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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 'shared_impl/proxy_lock.cc', | 88 'shared_impl/proxy_lock.cc', |
89 'shared_impl/proxy_lock.h', | 89 'shared_impl/proxy_lock.h', |
90 'shared_impl/resource.cc', | 90 'shared_impl/resource.cc', |
91 'shared_impl/resource.h', | 91 'shared_impl/resource.h', |
92 'shared_impl/resource_tracker.cc', | 92 'shared_impl/resource_tracker.cc', |
93 'shared_impl/resource_tracker.h', | 93 'shared_impl/resource_tracker.h', |
94 'shared_impl/scoped_pp_resource.cc', | 94 'shared_impl/scoped_pp_resource.cc', |
95 'shared_impl/scoped_pp_resource.h', | 95 'shared_impl/scoped_pp_resource.h', |
96 'shared_impl/scoped_pp_var.cc', | 96 'shared_impl/scoped_pp_var.cc', |
97 'shared_impl/scoped_pp_var.h', | 97 'shared_impl/scoped_pp_var.h', |
| 98 'shared_impl/thread_aware_callback.cc', |
| 99 'shared_impl/thread_aware_callback.h', |
98 'shared_impl/time_conversion.cc', | 100 'shared_impl/time_conversion.cc', |
99 'shared_impl/time_conversion.h', | 101 'shared_impl/time_conversion.h', |
100 'shared_impl/tracked_callback.cc', | 102 'shared_impl/tracked_callback.cc', |
101 'shared_impl/tracked_callback.h', | 103 'shared_impl/tracked_callback.h', |
102 'shared_impl/url_request_info_data.cc', | 104 'shared_impl/url_request_info_data.cc', |
103 'shared_impl/url_request_info_data.h', | 105 'shared_impl/url_request_info_data.h', |
104 'shared_impl/url_response_info_data.cc', | 106 'shared_impl/url_response_info_data.cc', |
105 'shared_impl/url_response_info_data.h', | 107 'shared_impl/url_response_info_data.h', |
106 'shared_impl/var.cc', | 108 'shared_impl/var.cc', |
107 'shared_impl/var.h', | 109 'shared_impl/var.h', |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 'thunk/ppb_tcp_socket_private_thunk.cc', | 310 'thunk/ppb_tcp_socket_private_thunk.cc', |
309 'thunk/ppb_udp_socket_private_thunk.cc', | 311 'thunk/ppb_udp_socket_private_thunk.cc', |
310 'thunk/ppb_x509_certificate_private_thunk.cc', | 312 'thunk/ppb_x509_certificate_private_thunk.cc', |
311 ], | 313 ], |
312 }], | 314 }], |
313 ], | 315 ], |
314 }], | 316 }], |
315 ], | 317 ], |
316 }, | 318 }, |
317 } | 319 } |
OLD | NEW |