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

Side by Side Diff: blimp/client/BUILD.gn

Issue 1430623004: blimp: Add support for input handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | blimp/client/DEPS » ('j') | blimp/client/android/blimp_input_manager.h » ('J')
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 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/android/rules.gni") 7 import("//build/config/android/rules.gni")
8 } 8 }
9 9
10 shared_library("blimp_client") { 10 shared_library("blimp_client") {
(...skipping 10 matching lines...) Expand all
21 "compositor/test/dummy_layer_driver.h", 21 "compositor/test/dummy_layer_driver.h",
22 ] 22 ]
23 23
24 deps = [ 24 deps = [
25 "//base", 25 "//base",
26 "//blimp/common:blimp_common", 26 "//blimp/common:blimp_common",
27 "//cc", 27 "//cc",
28 "//gpu/command_buffer/client:gl_in_process_context", 28 "//gpu/command_buffer/client:gl_in_process_context",
29 "//gpu/command_buffer/common:gles2_utils", 29 "//gpu/command_buffer/common:gles2_utils",
30 "//gpu/skia_bindings", 30 "//gpu/skia_bindings",
31 "//ui/events",
32 "//ui/events/blink",
31 "//ui/gfx/geometry", 33 "//ui/gfx/geometry",
32 "//ui/gl", 34 "//ui/gl",
33 ] 35 ]
34 36
35 if (is_android) { 37 if (is_android) {
36 sources += [ 38 sources += [
37 "android/blimp_jni_registrar.cc", 39 "android/blimp_jni_registrar.cc",
38 "android/blimp_jni_registrar.h", 40 "android/blimp_jni_registrar.h",
39 "android/blimp_library_loader.cc", 41 "android/blimp_library_loader.cc",
40 "android/blimp_library_loader.h", 42 "android/blimp_library_loader.h",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 apk_name = "BlimpTest" 197 apk_name = "BlimpTest"
196 apk_under_test = ":blimp_apk" 198 apk_under_test = ":blimp_apk"
197 android_manifest = blimp_test_apk_manifest 199 android_manifest = blimp_test_apk_manifest
198 deps = [ 200 deps = [
199 ":blimp_test_apk_manifest", 201 ":blimp_test_apk_manifest",
200 ":blimp_test_java", 202 ":blimp_test_java",
201 google_play_services_resources, 203 google_play_services_resources,
202 ] 204 ]
203 } 205 }
204 } 206 }
OLDNEW
« no previous file with comments | « no previous file | blimp/client/DEPS » ('j') | blimp/client/android/blimp_input_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698