| Index: components/net_log.gypi
|
| diff --git a/components/about_handler.gypi b/components/net_log.gypi
|
| similarity index 60%
|
| copy from components/about_handler.gypi
|
| copy to components/net_log.gypi
|
| index fce5b8c8b5561e6b47ddad17c89ad03d09ccb64a..6ddc9d5a67750fea87b1d8a695291ca6b2e201e6 100644
|
| --- a/components/about_handler.gypi
|
| +++ b/components/net_log.gypi
|
| @@ -5,22 +5,24 @@
|
| {
|
| 'targets': [
|
| {
|
| - # GN version: //components/about_handler
|
| - 'target_name': 'about_handler',
|
| + # GN version: //components/net_log
|
| + 'target_name': 'net_log',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../net/net.gyp:net',
|
| + 'data_reduction_proxy_core_common',
|
| + 'version_info',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| ],
|
| 'sources': [
|
| # Note: sources list duplicated in GN build.
|
| - 'about_handler/about_protocol_handler.cc',
|
| - 'about_handler/about_protocol_handler.h',
|
| - 'about_handler/url_request_about_job.cc',
|
| - 'about_handler/url_request_about_job.h',
|
| + 'net_log/chrome_net_log.cc',
|
| + 'net_log/chrome_net_log.h',
|
| + 'net_log/net_log_temp_file.cc',
|
| + 'net_log/net_log_temp_file.h',
|
| ],
|
| },
|
| ],
|
|
|