| Index: extensions/common/BUILD.gn
|
| diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
|
| index b0f40b508c666f4f9e165e6816dda58cd91e6150..13c2f2e83c8d6f48a9293be9eefe0457467c22c9 100644
|
| --- a/extensions/common/BUILD.gn
|
| +++ b/extensions/common/BUILD.gn
|
| @@ -22,6 +22,13 @@ if (enable_extensions) {
|
| sources = rebase_path(extensions_gypi_values.extensions_common_mojo_sources,
|
| ".",
|
| "//extensions")
|
| + if (enable_wifi_display) {
|
| + wifi_display_sources = rebase_path(
|
| + extensions_gypi_values.extensions_common_mojo_sources_wifi_display,
|
| + ".",
|
| + "//extensions")
|
| + sources += wifi_display_sources
|
| + }
|
| }
|
|
|
| # GYP version: extensions/extensions.gyp:extensions_common
|
|
|