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

Side by Side Diff: remoting/android/BUILD.gn

Issue 2640783004: Cleanups in remoting gn files. (Closed)
Patch Set: . Created 3 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/client/BUILD.gn » ('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")
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "//remoting/client/jni/remoting_jni_onload.cc", 52 "//remoting/client/jni/remoting_jni_onload.cc",
53 "//remoting/client/jni/remoting_jni_registrar.cc", 53 "//remoting/client/jni/remoting_jni_registrar.cc",
54 "//remoting/client/jni/remoting_jni_registrar.h", 54 "//remoting/client/jni/remoting_jni_registrar.h",
55 ] 55 ]
56 libs = [ 56 libs = [
57 "android", 57 "android",
58 "OpenSLES", 58 "OpenSLES",
59 "EGL", 59 "EGL",
60 ] 60 ]
61 configs += [ "//remoting/build/config:enable_webrtc_remoting_client" ] 61 configs += [ "//remoting/build/config:enable_webrtc_remoting_client" ]
62 assert_no_deps = [ "//third_party/ffmpeg:*" ]
62 } 63 }
63 64
64 _raw_resources_base_dir = "$target_gen_dir/remoting_android_raw_resources/res" 65 _raw_resources_base_dir = "$target_gen_dir/remoting_android_raw_resources/res"
65 copy("remoting_android_raw_resources") { 66 copy("remoting_android_raw_resources") {
66 _credits_html = get_label_info("//remoting/webapp:credits", 67 _credits_html = get_label_info("//remoting/webapp:credits",
67 "target_gen_dir") + "/credits.html" 68 "target_gen_dir") + "/credits.html"
68 sources = [ 69 sources = [
69 "//remoting/webapp/base/html/credits_css.css", 70 "//remoting/webapp/base/html/credits_css.css",
70 "//remoting/webapp/base/html/main.css", 71 "//remoting/webapp/base/html/main.css",
71 "//remoting/webapp/base/js/credits_js.js", 72 "//remoting/webapp/base/js/credits_js.js",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "javatests/src/org/chromium/chromoting/TouchInputStrategyTest.java", 141 "javatests/src/org/chromium/chromoting/TouchInputStrategyTest.java",
141 "javatests/src/org/chromium/chromoting/test/util/MutableReference.java", 142 "javatests/src/org/chromium/chromoting/test/util/MutableReference.java",
142 ] 143 ]
143 deps = [ 144 deps = [
144 ":remoting_android_client_java", 145 ":remoting_android_client_java",
145 "//base:base_java", 146 "//base:base_java",
146 "//base:base_java_test_support", 147 "//base:base_java_test_support",
147 "//third_party/android_support_test_runner:runner_java", 148 "//third_party/android_support_test_runner:runner_java",
148 ] 149 ]
149 } 150 }
OLDNEW
« no previous file with comments | « remoting/BUILD.gn ('k') | remoting/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698