diff options
Diffstat (limited to 'jingle/BUILD.gn')
-rw-r--r-- | jingle/BUILD.gn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/jingle/BUILD.gn b/jingle/BUILD.gn index 5b8e96c..f64a764 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 |