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

Unified Diff: jingle/BUILD.gn

Issue 462983002: GN: Make content_shell and webkit_unit_tests work in component build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
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
« content/renderer/render_thread_impl.h ('K') | « ipc/mojo/BUILD.gn ('k') | media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698