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

Side by Side 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, 8 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 | « no previous file | no next file » | 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")
(...skipping 26 matching lines...) Expand all
37 "//remoting/client/jni/jni_client.cc", 37 "//remoting/client/jni/jni_client.cc",
38 "//remoting/client/jni/jni_client.h", 38 "//remoting/client/jni/jni_client.h",
39 "//remoting/client/jni/jni_frame_consumer.cc", 39 "//remoting/client/jni/jni_frame_consumer.cc",
40 "//remoting/client/jni/jni_frame_consumer.h", 40 "//remoting/client/jni/jni_frame_consumer.h",
41 "//remoting/client/jni/jni_touch_event_data.cc", 41 "//remoting/client/jni/jni_touch_event_data.cc",
42 "//remoting/client/jni/jni_touch_event_data.h", 42 "//remoting/client/jni/jni_touch_event_data.h",
43 "//remoting/client/jni/remoting_jni_onload.cc", 43 "//remoting/client/jni/remoting_jni_onload.cc",
44 "//remoting/client/jni/remoting_jni_registrar.cc", 44 "//remoting/client/jni/remoting_jni_registrar.cc",
45 "//remoting/client/jni/remoting_jni_registrar.h", 45 "//remoting/client/jni/remoting_jni_registrar.h",
46 ] 46 ]
47 configs += [ "//remoting:enable_webrtc_remoting_client" ]
47 } 48 }
48 49
49 _raw_resources_base_dir = "$target_gen_dir/remoting_android_raw_resources/res" 50 _raw_resources_base_dir = "$target_gen_dir/remoting_android_raw_resources/res"
50 copy("remoting_android_raw_resources") { 51 copy("remoting_android_raw_resources") {
51 _credits_html = get_label_info("//remoting/webapp:credits", 52 _credits_html = get_label_info("//remoting/webapp:credits",
52 "target_gen_dir") + "/credits.html" 53 "target_gen_dir") + "/credits.html"
53 sources = [ 54 sources = [
54 "//remoting/webapp/base/html/credits_css.css", 55 "//remoting/webapp/base/html/credits_css.css",
55 "//remoting/webapp/base/html/main.css", 56 "//remoting/webapp/base/html/main.css",
56 "//remoting/webapp/base/js/credits_js.js", 57 "//remoting/webapp/base/js/credits_js.js",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 android_apk("remoting_host_apk") { 161 android_apk("remoting_host_apk") {
161 apk_name = "ChromotingHost" 162 apk_name = "ChromotingHost"
162 android_manifest = "host/AndroidManifest.xml" 163 android_manifest = "host/AndroidManifest.xml"
163 java_files = [ "host/src/org/chromium/chromoting/host/MainActivity.java" ] 164 java_files = [ "host/src/org/chromium/chromoting/host/MainActivity.java" ]
164 deps = [ 165 deps = [
165 ":remoting_host_apk_resources", 166 ":remoting_host_apk_resources",
166 "//third_party/android_tools:android_support_v13_java", 167 "//third_party/android_tools:android_support_v13_java",
167 "//third_party/android_tools:android_support_v7_appcompat_java", 168 "//third_party/android_tools:android_support_v7_appcompat_java",
168 ] 169 ]
169 } 170 }
OLDNEW
« 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