| Index: jingle/BUILD.gn
|
| diff --git a/jingle/BUILD.gn b/jingle/BUILD.gn
|
| index 5b8e96cc569def16f0f0e63628f657dbc7618ff8..f64a764a17ad35b930b038cff14fd8db40963e54 100644
|
| --- a/jingle/BUILD.gn
|
| +++ b/jingle/BUILD.gn
|
| @@ -4,12 +4,12 @@
|
|
|
| import("//build/config/features.gni")
|
|
|
| -jingle_includes = exec_script("//build/gypi_to_gn.py",
|
| - [ rebase_path("jingle.gypi") ],
|
| - "scope",
|
| - [ "jingle.gypi" ])
|
| -
|
| if (enable_webrtc || !is_android) {
|
| + jingle_includes = exec_script("//build/gypi_to_gn.py",
|
| + [ rebase_path("jingle.gypi") ],
|
| + "scope",
|
| + [ "jingle.gypi" ])
|
| +
|
| # GYP version: jingle/jingle.gyp:jingle_glue
|
| static_library("jingle_glue") {
|
| sources = jingle_includes.jingle_glue_sources
|
|
|