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

Side by Side Diff: net/net.gypi

Issue 1084533002: Rename NetLogLogger and CapturingNetLog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 'disk_cache/simple/simple_backend_impl.cc', 472 'disk_cache/simple/simple_backend_impl.cc',
473 'disk_cache/simple/simple_backend_impl.h', 473 'disk_cache/simple/simple_backend_impl.h',
474 'disk_cache/simple/simple_backend_version.h', 474 'disk_cache/simple/simple_backend_version.h',
475 'disk_cache/simple/simple_entry_format.cc', 475 'disk_cache/simple/simple_entry_format.cc',
476 'disk_cache/simple/simple_entry_format.h', 476 'disk_cache/simple/simple_entry_format.h',
477 'disk_cache/simple/simple_entry_format_history.h', 477 'disk_cache/simple/simple_entry_format_history.h',
478 'disk_cache/simple/simple_entry_impl.cc', 478 'disk_cache/simple/simple_entry_impl.cc',
479 'disk_cache/simple/simple_entry_impl.h', 479 'disk_cache/simple/simple_entry_impl.h',
480 'disk_cache/simple/simple_entry_operation.cc', 480 'disk_cache/simple/simple_entry_operation.cc',
481 'disk_cache/simple/simple_entry_operation.h', 481 'disk_cache/simple/simple_entry_operation.h',
482 'log/net_log_logger.cc', 482 'log/write_to_file_net_log_observer.cc',
483 'log/net_log_logger.h', 483 'log/write_to_file_net_log_observer.h',
484 'log/net_log_util.cc', 484 'log/net_log_util.cc',
485 'log/net_log_util.h', 485 'log/net_log_util.h',
486 'log/trace_net_log_observer.cc', 486 'log/trace_net_log_observer.cc',
487 'log/trace_net_log_observer.h', 487 'log/trace_net_log_observer.h',
488 'disk_cache/simple/simple_histogram_macros.h' , 488 'disk_cache/simple/simple_histogram_macros.h' ,
489 'cert_net/nss_ocsp.cc', 489 'cert_net/nss_ocsp.cc',
490 'cert_net/nss_ocsp.h', 490 'cert_net/nss_ocsp.h',
491 'disk_cache/simple/simple_index.cc', 491 'disk_cache/simple/simple_index.cc',
492 'disk_cache/simple/simple_index.h', 492 'disk_cache/simple/simple_index.h',
493 'disk_cache/simple/simple_index_delegate.h', 493 'disk_cache/simple/simple_index_delegate.h',
(...skipping 1292 matching lines...) Expand 10 before | Expand all | Expand 10 after
1786 'base/mac/url_conversions_unittest.mm', 1786 'base/mac/url_conversions_unittest.mm',
1787 ], 1787 ],
1788 'net_docs_script': 'tools/net_docs/net_docs.py', 1788 'net_docs_script': 'tools/net_docs/net_docs.py',
1789 'net_docs_sources': [ 1789 'net_docs_sources': [
1790 'README.md', 1790 'README.md',
1791 'sdch/README.md', 1791 'sdch/README.md',
1792 ], 1792 ],
1793 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1793 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1794 } 1794 }
1795 } 1795 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698