Chromium Code Reviews| 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', |
| ], |
| }, |
| ], |