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

Unified Diff: components/about_handler.gypi

Issue 1284173003: Create a about handler component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 5 years, 4 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/BUILD.gn ('k') | components/about_handler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/about_handler.gypi
diff --git a/components/browsing_data.gypi b/components/about_handler.gypi
similarity index 61%
copy from components/browsing_data.gypi
copy to components/about_handler.gypi
index c13a84a035868ba6caa6c5d5c06a370c6099332a..fce5b8c8b5561e6b47ddad17c89ad03d09ccb64a 100644
--- a/components/browsing_data.gypi
+++ b/components/about_handler.gypi
@@ -5,11 +5,11 @@
{
'targets': [
{
- 'target_name': 'browsing_data',
+ # GN version: //components/about_handler
+ 'target_name': 'about_handler',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- '../content/content.gyp:content_browser',
'../net/net.gyp:net',
],
'include_dirs': [
@@ -17,8 +17,10 @@
],
'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',
],
},
],
« no previous file with comments | « components/BUILD.gn ('k') | components/about_handler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698