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

Side by Side Diff: remoting/android/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 unified diff | Download patch
« no previous file with comments | « remoting/BUILD.gn ('k') | remoting/android/remoting_apk_tmpl.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 import("//remoting/android/client_java_tmpl.gni") 7 import("//remoting/android/client_java_tmpl.gni")
8 import("//remoting/android/remoting_apk_tmpl.gni") 8 import("//remoting/android/remoting_apk_tmpl.gni")
9 import("//remoting/remoting_options.gni") 9 import("//remoting/remoting_options.gni")
10 import("//remoting/tools/build/remoting_localize.gni") 10 import("//remoting/tools/build/remoting_localize.gni")
11 11
12 assert(!is_component_build, "Remoting requires static library build.")
13
14 generate_jni("jni_headers") { 12 generate_jni("jni_headers") {
15 sources = [ 13 sources = [
16 "java/src/org/chromium/chromoting/jni/Client.java", 14 "java/src/org/chromium/chromoting/jni/Client.java",
17 "java/src/org/chromium/chromoting/jni/JniInterface.java", 15 "java/src/org/chromium/chromoting/jni/JniInterface.java",
18 "java/src/org/chromium/chromoting/jni/TouchEventData.java", 16 "java/src/org/chromium/chromoting/jni/TouchEventData.java",
19 ] 17 ]
20 jni_package = "remoting" 18 jni_package = "remoting"
21 } 19 }
22 20
23 shared_library("remoting_client_jni") { 21 shared_library("remoting_client_jni") {
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 apk_name = "ChromotingTest" 133 apk_name = "ChromotingTest"
136 apk_under_test = ":remoting_apk" 134 apk_under_test = ":remoting_apk"
137 DEPRECATED_java_in_dir = "javatests/src" 135 DEPRECATED_java_in_dir = "javatests/src"
138 deps = [ 136 deps = [
139 ":remoting_android_client_java", 137 ":remoting_android_client_java",
140 ":remoting_test_apk_manifest", 138 ":remoting_test_apk_manifest",
141 "//base:base_java", 139 "//base:base_java",
142 "//base:base_java_test_support", 140 "//base:base_java_test_support",
143 ] 141 ]
144 } 142 }
OLDNEW
« no previous file with comments | « remoting/BUILD.gn ('k') | remoting/android/remoting_apk_tmpl.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698