Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: net/net.gypi

Issue 1971853002: Move IOThread::LoggingNetworkChangeObserver to net/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « net/base/logging_network_change_observer.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 'base/keygen_handler_openssl.cc', 479 'base/keygen_handler_openssl.cc',
480 'base/keygen_handler_win.cc', 480 'base/keygen_handler_win.cc',
481 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? 481 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
482 'base/layered_network_delegate.cc', 482 'base/layered_network_delegate.cc',
483 'base/layered_network_delegate.h', 483 'base/layered_network_delegate.h',
484 'base/linked_hash_map.h', 484 'base/linked_hash_map.h',
485 'base/load_flags.h', 485 'base/load_flags.h',
486 'base/load_flags_list.h', 486 'base/load_flags_list.h',
487 'base/load_states.h', 487 'base/load_states.h',
488 'base/load_states_list.h', 488 'base/load_states_list.h',
489 'base/logging_network_change_observer.cc',
490 'base/logging_network_change_observer.h',
489 'base/mime_extension_chromeos.cc', 491 'base/mime_extension_chromeos.cc',
490 'base/mime_extension_chromeos.h', 492 'base/mime_extension_chromeos.h',
491 'base/mime_sniffer.cc', 493 'base/mime_sniffer.cc',
492 'base/mime_sniffer.h', 494 'base/mime_sniffer.h',
493 'base/mime_util.cc', 495 'base/mime_util.cc',
494 'base/mime_util.h', 496 'base/mime_util.h',
495 'base/net_errors_win.cc', 497 'base/net_errors_win.cc',
496 'base/net_info_source_list.h', 498 'base/net_info_source_list.h',
497 'base/network_activity_monitor.cc', 499 'base/network_activity_monitor.cc',
498 'base/network_activity_monitor.h', 500 'base/network_activity_monitor.h',
(...skipping 2583 matching lines...) Expand 10 before | Expand all | Expand 10 after
3082 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3084 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3083 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3085 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3084 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3086 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3085 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3087 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3086 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3088 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3087 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3089 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3088 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3090 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3089 ], 3091 ],
3090 } 3092 }
3091 } 3093 }
OLDNEW
« no previous file with comments | « net/base/logging_network_change_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698