Index: components/browsing_data.gypi |
diff --git a/components/device_event_log.gypi b/components/browsing_data.gypi |
similarity index 59% |
copy from components/device_event_log.gypi |
copy to components/browsing_data.gypi |
index 0334e8a6864d1bc6518a99271e12d3e77adf58ab..c13a84a035868ba6caa6c5d5c06a370c6099332a 100644 |
--- a/components/device_event_log.gypi |
+++ b/components/browsing_data.gypi |
@@ -5,20 +5,20 @@ |
{ |
'targets': [ |
{ |
- 'target_name': 'device_event_log_component', |
+ 'target_name': 'browsing_data', |
'type': 'static_library', |
'dependencies': [ |
'../base/base.gyp:base', |
+ '../content/content.gyp:content_browser', |
'../net/net.gyp:net', |
], |
'include_dirs': [ |
'..', |
], |
'sources': [ |
- 'device_event_log/device_event_log.cc', |
- 'device_event_log/device_event_log.h', |
- 'device_event_log/device_event_log_impl.cc', |
- 'device_event_log/device_event_log_impl.h', |
+ # 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', |
], |
}, |
], |