| 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 2865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3100 'net_unittests.isolate', | 3098 'net_unittests.isolate', |
| 3101 ], | 3099 ], |
| 3102 'sources': [ | 3100 'sources': [ |
| 3103 'net_unittests.isolate', | 3101 'net_unittests.isolate', |
| 3104 ], | 3102 ], |
| 3105 }, | 3103 }, |
| 3106 ], | 3104 ], |
| 3107 }], | 3105 }], |
| 3108 ], | 3106 ], |
| 3109 } | 3107 } |
| OLD | NEW |