Chromium Code Reviews| Index: components/about_handler.gypi |
| diff --git a/components/browsing_data.gypi b/components/about_handler.gypi |
| similarity index 59% |
| copy from components/browsing_data.gypi |
| copy to components/about_handler.gypi |
| index c13a84a035868ba6caa6c5d5c06a370c6099332a..13f4e892d2037a6ba390fdeb29ed024beae5583d 100644 |
| --- a/components/browsing_data.gypi |
| +++ b/components/about_handler.gypi |
| @@ -5,21 +5,22 @@ |
| { |
| 'targets': [ |
| { |
| - 'target_name': 'browsing_data', |
| + 'target_name': 'about_handler', |
| 'type': 'static_library', |
| 'dependencies': [ |
| '../base/base.gyp:base', |
| - '../content/content.gyp:content_browser', |
| '../net/net.gyp:net', |
| ], |
| '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', |
| + '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', |
| ], |
| + |
|
mmenke
2015/08/13 14:49:40
nit: Remove blank line.
|
| }, |
| ], |
| } |