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

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

Issue 2349073002: Blimp Settings framework on the c++ side (Closed)
Patch Set: nits and sync to head Created 4 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 | « blimp/client/app/session/blimp_client_session.cc ('k') | blimp/client/core/DEPS » ('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 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 import("//blimp/client/core/config.gni") 10 import("//blimp/client/core/config.gni")
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 testonly = true 59 testonly = true
60 60
61 deps = [ 61 deps = [
62 "//blimp/client/core/compositor:unit_tests", 62 "//blimp/client/core/compositor:unit_tests",
63 "//blimp/client/core/contents:unit_tests", 63 "//blimp/client/core/contents:unit_tests",
64 "//blimp/client/core/context:unit_tests", 64 "//blimp/client/core/context:unit_tests",
65 "//blimp/client/core/feedback:unit_tests", 65 "//blimp/client/core/feedback:unit_tests",
66 "//blimp/client/core/geolocation:unit_tests", 66 "//blimp/client/core/geolocation:unit_tests",
67 "//blimp/client/core/render_widget:unit_tests", 67 "//blimp/client/core/render_widget:unit_tests",
68 "//blimp/client/core/session:unit_tests", 68 "//blimp/client/core/session:unit_tests",
69 "//blimp/client/core/settings:unit_tests",
69 ] 70 ]
70 } 71 }
71 72
72 if (is_android) { 73 if (is_android) {
73 # This target is here to let //chrome depend on 74 # This target is here to let //chrome depend on
74 # //blimp/client/public:public_java and automatically get the correct 75 # //blimp/client/public:public_java and automatically get the correct
75 # implementation of //blimp/client/core depending on whether 76 # implementation of //blimp/client/core depending on whether
76 # enable_blimp_client is set or not. 77 # enable_blimp_client is set or not.
77 java_group("core_shim_java") { 78 java_group("core_shim_java") {
78 visibility = [ "//blimp/client/public/*" ] 79 visibility = [ "//blimp/client/public/*" ]
(...skipping 27 matching lines...) Expand all
106 } 107 }
107 108
108 java_group("dummy_core_java") { 109 java_group("dummy_core_java") {
109 visibility = [ ":*" ] 110 visibility = [ ":*" ]
110 111
111 deps = [ 112 deps = [
112 "//blimp/client/core/context:dummy_context_java", 113 "//blimp/client/core/context:dummy_context_java",
113 ] 114 ]
114 } 115 }
115 } 116 }
OLDNEW
« no previous file with comments | « blimp/client/app/session/blimp_client_session.cc ('k') | blimp/client/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698