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

Unified Diff: chrome/chrome_common.gypi

Issue 250793011: Revert of Move service_discovery_client_impl.* into chrome/common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « chrome/chrome.gyp ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 4e5447daf152ecc063efe42b47de6b61e4c2e9d8..4d95f87f8f2a3f1d6444f23b83ad00b2a727a00a 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -240,6 +240,8 @@
'common/instant_types.h',
'common/localized_error.cc',
'common/localized_error.h',
+ 'common/local_discovery/service_discovery_client.cc',
+ 'common/local_discovery/service_discovery_client.h',
'common/logging_chrome.cc',
'common/logging_chrome.h',
'common/mac/app_mode_common.h',
@@ -424,18 +426,6 @@
'<(DEPTH)/printing/printing.gyp:printing',
],
}],
- ['enable_service_discovery==1', {
- 'sources' : [
- 'common/local_discovery/service_discovery_client.cc',
- 'common/local_discovery/service_discovery_client.h',
- ]
- }],
- ['enable_mdns==1', {
- 'sources' : [
- 'common/local_discovery/service_discovery_client_impl.cc',
- 'common/local_discovery/service_discovery_client_impl.h',
- ]
- }],
['OS=="android"', {
'sources/': [
['exclude', '^common/chrome_version_info_posix.cc'],
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698