summaryrefslogtreecommitdiffstats
path: root/remoting/BUILD.gn
diff options
context:
space:
mode:
authorpkotwicz <pkotwicz@chromium.org>2015-12-08 17:51:19 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-09 01:52:55 +0000
commit713dadbbef06f0e49ce6e59f47ac5ae5c35be507 (patch)
treed29ac2ae8c9cf5ff65d8fbc7a10f274262749b8a /remoting/BUILD.gn
parent7786af81a48f90ce29183be0cd993d07de1abc21 (diff)
downloadchromium_src-713dadbbef06f0e49ce6e59f47ac5ae5c35be507.zip
chromium_src-713dadbbef06f0e49ce6e59f47ac5ae5c35be507.tar.gz
chromium_src-713dadbbef06f0e49ce6e59f47ac5ae5c35be507.tar.bz2
Port Chromoting.apk and ChromotingTest.apk build rules to GN
BUG=544298 Review URL: https://codereview.chromium.org/1473713005 Cr-Commit-Position: refs/heads/master@{#363891}
Diffstat (limited to 'remoting/BUILD.gn')
-rw-r--r--remoting/BUILD.gn6
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 815f8b6..2dbbecf 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -41,10 +41,10 @@ group("remoting_all") {
]
}
- if (is_android) {
+ if (is_android && !is_component_build) {
deps += [
- #"//remoting:remoting_apk",
- #"//remoting:remoting_test_apk",
+ "//remoting/android:remoting_apk",
+ "//remoting/android:remoting_test_apk",
]
}