OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and | 5 # This file is shared between the regular GYP build, the NaCl GYP build, and |
6 # the GN build. For GN support, it must have no conditionals or anything like | 6 # the GN build. For GN support, it must have no conditionals or anything like |
7 # that beyond the simple one-level-deep dictionary of values. | 7 # that beyond the simple one-level-deep dictionary of values. |
8 { | 8 { |
9 'variables': { | 9 'variables': { |
10 # Subset of net source files that are compiled for NaCl (net_nacl target). | 10 # Subset of net source files that are compiled for NaCl (net_nacl target). |
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
327 'base/network_change_notifier_win.h', | 327 'base/network_change_notifier_win.h', |
328 'base/network_config_watcher_mac.cc', | 328 'base/network_config_watcher_mac.cc', |
329 'base/network_config_watcher_mac.h', | 329 'base/network_config_watcher_mac.h', |
330 'base/network_delegate.cc', | 330 'base/network_delegate.cc', |
331 'base/network_delegate.h', | 331 'base/network_delegate.h', |
332 'base/network_delegate_impl.cc', | 332 'base/network_delegate_impl.cc', |
333 'base/network_delegate_impl.h', | 333 'base/network_delegate_impl.h', |
334 'base/network_interfaces_linux.cc', | 334 'base/network_interfaces_linux.cc', |
335 'base/network_interfaces_mac.cc', | 335 'base/network_interfaces_mac.cc', |
336 'base/network_interfaces_win.cc', | 336 'base/network_interfaces_win.cc', |
337 'base/network_throttle_manager.cc', | |
338 'base/network_throttle_manager.h', | 337 'base/network_throttle_manager.h', |
| 338 'base/network_throttle_manager_impl.cc', |
| 339 'base/network_throttle_manager_impl.h', |
339 'base/platform_mime_util.h', | 340 'base/platform_mime_util.h', |
340 'base/platform_mime_util_linux.cc', | 341 'base/platform_mime_util_linux.cc', |
341 'base/platform_mime_util_mac.mm', | 342 'base/platform_mime_util_mac.mm', |
342 'base/platform_mime_util_win.cc', | 343 'base/platform_mime_util_win.cc', |
343 'base/prioritized_dispatcher.cc', | 344 'base/prioritized_dispatcher.cc', |
344 'base/prioritized_dispatcher.h', | 345 'base/prioritized_dispatcher.h', |
345 'base/priority_queue.h', | 346 'base/priority_queue.h', |
346 'base/proxy_delegate.h', | 347 'base/proxy_delegate.h', |
347 'base/request_priority.cc', | 348 'base/request_priority.cc', |
348 'base/request_priority.h', | 349 'base/request_priority.h', |
(...skipping 2828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3177 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3178 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
3178 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3179 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
3179 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3180 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
3180 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3181 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
3181 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3182 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
3182 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3183 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
3183 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3184 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
3184 ], | 3185 ], |
3185 } | 3186 } |
3186 } | 3187 } |
OLD | NEW |