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..b246030c990d6a8960d5fc50db5836510e18dccb 100644 |
| --- a/components/browsing_data.gypi |
| +++ b/components/about_handler.gypi |
| @@ -5,20 +5,20 @@ |
| { |
| 'targets': [ |
| { |
| - 'target_name': 'browsing_data', |
|
sdefresne
2015/08/14 08:32:23
nit: add a comment
# GN version: //components/abo
Jitu( very slow this week)
2015/08/14 08:44:32
Done.
|
| + '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. |
|
sdefresne
2015/08/14 08:32:23
nit: please leave this comment
Jitu( very slow this week)
2015/08/14 08:44:32
Done.
|
| - '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', |
| ], |
| }, |
| ], |