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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 20070002: Demo UI for device discovery and registration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added FILE_PATH_LITERAL macro to fix windows compile problem Created 7 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 | « chrome/browser/ui/webui/print_preview/print_preview_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 3b2553abc3a8c0c9c5d45e703b9bbdd83b97121a..e5511d97b5246ce4d047fe125e51e8782adaaf50 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -2134,10 +2134,6 @@
'browser/ui/webui/inspect_ui.h',
'browser/ui/webui/instant_ui.cc',
'browser/ui/webui/instant_ui.h',
- 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
- 'browser/ui/webui/local_discovery/local_discovery_ui.h',
- 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
- 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
'browser/ui/webui/media/webrtc_logs_ui.cc',
'browser/ui/webui/media/webrtc_logs_ui.h',
'browser/ui/webui/memory_internals/memory_internals_handler.cc',
@@ -3112,6 +3108,14 @@
'browser/ui/webui/media/webrtc_logs_ui.h',
],
}],
+ ['enable_mdns==1', {
+ 'sources': [
+ 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
+ 'browser/ui/webui/local_discovery/local_discovery_ui.h',
+ 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
+ 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
+ ],
+ }],
],
},
],
« no previous file with comments | « chrome/browser/ui/webui/print_preview/print_preview_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698