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

Unified Diff: build/all.gyp

Issue 719453005: Resolving build issue while disabling webrtc for android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated the patch Created 6 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 22b4a40b74a491dac39e254b819511e715d683f3..fba6507a4ca76fa4fb46b2c6cd2c9c0bffeb036a 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -844,7 +844,7 @@
'../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
],
'conditions': [
- ['"<(libpeer_target_type)"=="static_library"', {
+ ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"', {
'dependencies': [
'../components/devtools_bridge.gyp:devtools_bridge_tests_apk',
'../components/devtools_bridge.gyp:devtools_bridge_tests2_apk',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698