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

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

Issue 2322843002: Propagate connection info to Blimp android UI. (Closed)
Patch Set: Merge conflicts. Created 4 years, 3 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
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 source_set("settings") { 10 source_set("settings") {
11 visibility = [ "//blimp/client/*" ] 11 visibility = [ "//blimp/client/*" ]
12 12
13 sources = [ 13 sources = [
14 "blimp_settings_delegate.h",
14 "settings_feature.cc", 15 "settings_feature.cc",
15 "settings_feature.h", 16 "settings_feature.h",
16 ] 17 ]
17 18
18 deps = [ 19 deps = [
19 "//blimp/common", 20 "//blimp/common",
20 "//net", 21 "//net",
21 ] 22 ]
22 23
23 public_deps = [ 24 public_deps = [
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 generate_jni("settings_jni_headers") { 63 generate_jni("settings_jni_headers") {
63 visibility = [ ":*" ] 64 visibility = [ ":*" ]
64 65
65 sources = [ 66 sources = [
66 "../android/java/src/org/chromium/blimp/core/settings/AboutBlimpPreference s.java", 67 "../android/java/src/org/chromium/blimp/core/settings/AboutBlimpPreference s.java",
67 ] 68 ]
68 69
69 jni_package = "blimp/client/core/settings" 70 jni_package = "blimp/client/core/settings"
70 } 71 }
71 } 72 }
OLDNEW
« no previous file with comments | « blimp/client/core/session/connection_status.cc ('k') | blimp/client/core/settings/android/blimp_settings_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698