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

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: fix 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
Index: components/about_handler.gypi
diff --git a/components/device_event_log.gypi b/components/about_handler.gypi
similarity index 55%
copy from components/device_event_log.gypi
copy to components/about_handler.gypi
index 09eda0e020b561aa717d8e6ed92bca61744297a5..d0e5c663216fea02775511754b2f1333feb7b427 100644
--- a/components/device_event_log.gypi
+++ b/components/about_handler.gypi
@@ -5,7 +5,7 @@
{
'targets': [
{
- 'target_name': 'device_event_log_component',
+ 'target_name': 'about_handler',
'type': '<(component)',
droger 2015/08/13 08:53:34 Change this to 'type': 'static_library', componen
Jitu( very slow this week) 2015/08/13 14:15:03 Done.
'dependencies': [
'../base/base.gyp:base',
@@ -14,14 +14,11 @@
'include_dirs': [
'..',
],
- 'defines': [
- 'DEVICE_EVENT_LOG_IMPLEMENTATION',
- ],
'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',
+ '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',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698