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

Unified Diff: components/browsing_data.gypi

Issue 1049423002: Move StoragePartitionHttpCacheRemover to browsing_data/ components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more dispcrepancy in build file fixed Created 5 years, 9 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
« no previous file with comments | « components/OWNERS ('k') | components/browsing_data/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
],
« no previous file with comments | « components/OWNERS ('k') | components/browsing_data/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698