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

Unified Diff: remoting/BUILD.gn

Issue 1582423003: Fix remoting_apk compile when is_component_build = true (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remoting-3
Patch Set: Created 4 years, 11 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 | remoting/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 2dbbecf7026add4e53ac0c931116f16c6d7de6b2..155af303c8846551f8eecc852a4de2ceb1cc68e2 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -41,7 +41,7 @@ group("remoting_all") {
]
}
- if (is_android && !is_component_build) {
+ if (is_android) {
deps += [
"//remoting/android:remoting_apk",
"//remoting/android:remoting_test_apk",
« no previous file with comments | « no previous file | remoting/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698