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

Unified Diff: remoting/android/BUILD.gn

Issue 1848083003: Add enable_webrtc_remoting_client config in remoting_client_jni. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« 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: remoting/android/BUILD.gn
diff --git a/remoting/android/BUILD.gn b/remoting/android/BUILD.gn
index 1031f7a599eff96de47c4bce82a88c750dae1d7a..2d31646da04809cadb7d231adddf08d2c7051c6b 100644
--- a/remoting/android/BUILD.gn
+++ b/remoting/android/BUILD.gn
@@ -44,6 +44,7 @@ shared_library("remoting_client_jni") {
"//remoting/client/jni/remoting_jni_registrar.cc",
"//remoting/client/jni/remoting_jni_registrar.h",
]
+ configs += [ "//remoting:enable_webrtc_remoting_client" ]
}
_raw_resources_base_dir = "$target_gen_dir/remoting_android_raw_resources/res"
« 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