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

Unified Diff: extensions/extensions.gyp

Issue 1698473004: [chrome.displaySource] Use WDS for Wi-Fi Display implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from Antony + rebase + GN build fix Created 4 years, 10 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 | « extensions/common/BUILD.gn ('k') | extensions/extensions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 0dda3f7992c570c2e4d4f335bedf5ecdbc3ab585..82e7d6a65c376401f6b5677b69ddb0527eb4e674 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -217,8 +217,11 @@
'msvs_disabled_warnings': [ 4267, ],
'conditions': [
['enable_wifi_display==1', {
+ 'dependencies': [
+ '../third_party/wds/wds.gyp:libwds',
+ ],
'sources': [
- '<@(extensions_render_sources_wifi_display)',
+ '<@(extensions_renderer_sources_wifi_display)',
],
}],
],
« no previous file with comments | « extensions/common/BUILD.gn ('k') | extensions/extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698