Chromium Code Reviews| Index: chrome/chrome_browser.gypi |
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi |
| index 668b682e09387209177ff3e3d1ac273ec3621fd7..2d6dcc14dca65368b2a535c41c72305ecaa885a7 100644 |
| --- a/chrome/chrome_browser.gypi |
| +++ b/chrome/chrome_browser.gypi |
| @@ -1795,6 +1795,10 @@ |
| 'browser/service/service_process_control.cc', |
| 'browser/service/service_process_control_mac.mm', |
| 'browser/service/service_process_control.h', |
| + 'browser/local_discovery/service_discovery_client.cc', |
| + 'browser/local_discovery/service_discovery_client.h', |
| + 'browser/local_discovery/service_discovery_client_impl.cc', |
| + 'browser/local_discovery/service_discovery_client_impl.h', |
| 'browser/sessions/base_session_service.cc', |
| 'browser/sessions/base_session_service.h', |
| 'browser/sessions/persistent_tab_restore_service.cc', |
| @@ -3123,6 +3127,14 @@ |
| 'browser/media/webrtc_logging_handler_host.h', |
| ] |
| }], |
| + ['enable_service_discovery != 1', { |
| + 'sources!': [ |
| + 'browser/local_discovery/service_discovery_client.cc', |
|
Vitaly Buka (NO REVIEWS)
2013/06/15 00:22:30
Why do you need this? we have run time flag
Noam Samuel
2013/06/18 22:46:03
Changed to enable_mdns (since we depend on enable_
|
| + 'browser/local_discovery/service_discovery_client.h', |
| + 'browser/local_discovery/service_discovery_client_impl.cc', |
| + 'browser/local_discovery/service_discovery_client_impl.h', |
| + ] |
| + }], |
| ], |
| 'target_conditions': [ |
| # Need 'target_conditions' to override default filename_rules to include |