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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 'shared_impl/scoped_pp_resource.cc', | 98 'shared_impl/scoped_pp_resource.cc', |
99 'shared_impl/scoped_pp_resource.h', | 99 'shared_impl/scoped_pp_resource.h', |
100 'shared_impl/scoped_pp_var.cc', | 100 'shared_impl/scoped_pp_var.cc', |
101 'shared_impl/scoped_pp_var.h', | 101 'shared_impl/scoped_pp_var.h', |
102 'shared_impl/time_conversion.cc', | 102 'shared_impl/time_conversion.cc', |
103 'shared_impl/time_conversion.h', | 103 'shared_impl/time_conversion.h', |
104 'shared_impl/tracked_callback.cc', | 104 'shared_impl/tracked_callback.cc', |
105 'shared_impl/tracked_callback.h', | 105 'shared_impl/tracked_callback.h', |
106 'shared_impl/url_request_info_data.cc', | 106 'shared_impl/url_request_info_data.cc', |
107 'shared_impl/url_request_info_data.h', | 107 'shared_impl/url_request_info_data.h', |
| 108 'shared_impl/url_response_info_data.cc', |
| 109 'shared_impl/url_response_info_data.h', |
108 'shared_impl/var.cc', | 110 'shared_impl/var.cc', |
109 'shared_impl/var.h', | 111 'shared_impl/var.h', |
110 'shared_impl/var_tracker.cc', | 112 'shared_impl/var_tracker.cc', |
111 'shared_impl/var_tracker.h', | 113 'shared_impl/var_tracker.h', |
112 # TODO(viettrungluu): Split these out; it won't be used in NaCl. | 114 # TODO(viettrungluu): Split these out; it won't be used in NaCl. |
113 'shared_impl/private/net_address_private_impl.cc', | 115 'shared_impl/private/net_address_private_impl.cc', |
114 'shared_impl/private/net_address_private_impl.h', | 116 'shared_impl/private/net_address_private_impl.h', |
115 | 117 |
116 'shared_impl/private/ppb_browser_font_trusted_shared.cc', | 118 'shared_impl/private/ppb_browser_font_trusted_shared.cc', |
117 'shared_impl/private/ppb_browser_font_trusted_shared.h', | 119 'shared_impl/private/ppb_browser_font_trusted_shared.h', |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
311 'thunk/ppb_tcp_socket_private_thunk.cc', | 313 'thunk/ppb_tcp_socket_private_thunk.cc', |
312 'thunk/ppb_udp_socket_private_thunk.cc', | 314 'thunk/ppb_udp_socket_private_thunk.cc', |
313 'thunk/ppb_x509_certificate_private_thunk.cc', | 315 'thunk/ppb_x509_certificate_private_thunk.cc', |
314 ], | 316 ], |
315 }], | 317 }], |
316 ], | 318 ], |
317 }], | 319 }], |
318 ], | 320 ], |
319 }, | 321 }, |
320 } | 322 } |
OLD | NEW |