| Index: components/net_log.gypi | 
| diff --git a/components/browsing_data.gypi b/components/net_log.gypi | 
| similarity index 60% | 
| copy from components/browsing_data.gypi | 
| copy to components/net_log.gypi | 
| index c13a84a035868ba6caa6c5d5c06a370c6099332a..6ddc9d5a67750fea87b1d8a695291ca6b2e201e6 100644 | 
| --- a/components/browsing_data.gypi | 
| +++ b/components/net_log.gypi | 
| @@ -5,20 +5,24 @@ | 
| { | 
| 'targets': [ | 
| { | 
| -      'target_name': 'browsing_data', | 
| +      # GN version: //components/net_log | 
| +      'target_name': 'net_log', | 
| 'type': 'static_library', | 
| 'dependencies': [ | 
| '../base/base.gyp:base', | 
| -        '../content/content.gyp:content_browser', | 
| '../net/net.gyp:net', | 
| +        'data_reduction_proxy_core_common', | 
| +        'version_info', | 
| ], | 
| 'include_dirs': [ | 
| '..', | 
| ], | 
| 'sources': [ | 
| # Note: sources list duplicated in GN build. | 
| -        'browsing_data/storage_partition_http_cache_data_remover.cc', | 
| -        'browsing_data/storage_partition_http_cache_data_remover.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', | 
| ], | 
| }, | 
| ], | 
|  |