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

Unified Diff: components/net_log.gypi

Issue 1347043002: Move ChromeNetLog to //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
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',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698