OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
10 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 'base/sdch_filter.h', | 213 'base/sdch_filter.h', |
214 'base/sdch_manager.cc', | 214 'base/sdch_manager.cc', |
215 'base/sdch_manager.h', | 215 'base/sdch_manager.h', |
216 'base/static_cookie_policy.cc', | 216 'base/static_cookie_policy.cc', |
217 'base/static_cookie_policy.h', | 217 'base/static_cookie_policy.h', |
218 'base/sys_addrinfo.h', | 218 'base/sys_addrinfo.h', |
219 'base/test_data_stream.cc', | 219 'base/test_data_stream.cc', |
220 'base/test_data_stream.h', | 220 'base/test_data_stream.h', |
221 'base/upload_bytes_element_reader.cc', | 221 'base/upload_bytes_element_reader.cc', |
222 'base/upload_bytes_element_reader.h', | 222 'base/upload_bytes_element_reader.h', |
223 'base/upload_data.cc', | |
224 'base/upload_data.h', | |
225 'base/upload_data_stream.cc', | 223 'base/upload_data_stream.cc', |
226 'base/upload_data_stream.h', | 224 'base/upload_data_stream.h', |
227 'base/upload_element.cc', | 225 'base/upload_element.cc', |
228 'base/upload_element.h', | 226 'base/upload_element.h', |
229 'base/upload_element_reader.cc', | 227 'base/upload_element_reader.cc', |
230 'base/upload_element_reader.h', | 228 'base/upload_element_reader.h', |
231 'base/upload_file_element_reader.cc', | 229 'base/upload_file_element_reader.cc', |
232 'base/upload_file_element_reader.h', | 230 'base/upload_file_element_reader.h', |
233 'base/upload_progress.h', | 231 'base/upload_progress.h', |
234 'base/url_util.cc', | 232 'base/url_util.cc', |
(...skipping 2885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3120 'net_unittests.isolate', | 3118 'net_unittests.isolate', |
3121 ], | 3119 ], |
3122 'sources': [ | 3120 'sources': [ |
3123 'net_unittests.isolate', | 3121 'net_unittests.isolate', |
3124 ], | 3122 ], |
3125 }, | 3123 }, |
3126 ], | 3124 ], |
3127 }], | 3125 }], |
3128 ], | 3126 ], |
3129 } | 3127 } |
OLD | NEW |