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

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

Issue 2032963002: WIP - OpenGL Native Renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into gl Created 4 years, 4 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 | remoting/android/java/res/menu/toggle_opengl_list_item.xml » ('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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "//remoting/client/jni/jni_touch_event_data.cc", 54 "//remoting/client/jni/jni_touch_event_data.cc",
55 "//remoting/client/jni/jni_touch_event_data.h", 55 "//remoting/client/jni/jni_touch_event_data.h",
56 "//remoting/client/jni/jni_video_renderer.cc", 56 "//remoting/client/jni/jni_video_renderer.cc",
57 "//remoting/client/jni/jni_video_renderer.h", 57 "//remoting/client/jni/jni_video_renderer.h",
58 "//remoting/client/jni/remoting_jni_onload.cc", 58 "//remoting/client/jni/remoting_jni_onload.cc",
59 "//remoting/client/jni/remoting_jni_registrar.cc", 59 "//remoting/client/jni/remoting_jni_registrar.cc",
60 "//remoting/client/jni/remoting_jni_registrar.h", 60 "//remoting/client/jni/remoting_jni_registrar.h",
61 ] 61 ]
62 libs = [ 62 libs = [
63 "OpenSLES", 63 "OpenSLES",
64 "GLESv2",
64 "EGL", 65 "EGL",
65 ] 66 ]
66 configs += [ "//remoting:enable_webrtc_remoting_client" ] 67 configs += [ "//remoting:enable_webrtc_remoting_client" ]
67 } 68 }
68 69
69 _raw_resources_base_dir = "$target_gen_dir/remoting_android_raw_resources/res" 70 _raw_resources_base_dir = "$target_gen_dir/remoting_android_raw_resources/res"
70 copy("remoting_android_raw_resources") { 71 copy("remoting_android_raw_resources") {
71 _credits_html = get_label_info("//remoting/webapp:credits", 72 _credits_html = get_label_info("//remoting/webapp:credits",
72 "target_gen_dir") + "/credits.html" 73 "target_gen_dir") + "/credits.html"
73 sources = [ 74 sources = [
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 java_files += 214 java_files +=
214 [ "java/src/org/chromium/chromoting/base/OAuthTokenFetcher.java" ] 215 [ "java/src/org/chromium/chromoting/base/OAuthTokenFetcher.java" ]
215 deps = [ 216 deps = [
216 ":remoting_host_apk_resources", 217 ":remoting_host_apk_resources",
217 "//base:base_java", 218 "//base:base_java",
218 "//net/android:net_java", 219 "//net/android:net_java",
219 "//third_party/android_tools:android_support_v7_appcompat_java", 220 "//third_party/android_tools:android_support_v7_appcompat_java",
220 google_play_services_library, 221 google_play_services_library,
221 ] 222 ]
222 } 223 }
OLDNEW
« no previous file with comments | « no previous file | remoting/android/java/res/menu/toggle_opengl_list_item.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698