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

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

Issue 2349073002: Blimp Settings framework on the c++ side (Closed)
Patch Set: Settings doesn't own its observer anymore. SettingsFeature subclass SettingsObserver Created 4 years, 2 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 | blimp/client/core/DEPS » ('j') | blimp/client/core/blimp_client_context_impl.cc » ('J')
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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 ] 78 ]
79 79
80 deps = [ 80 deps = [
81 ":context", 81 ":context",
82 "//blimp/client/core/compositor:unit_tests", 82 "//blimp/client/core/compositor:unit_tests",
83 "//blimp/client/core/contents:unit_tests", 83 "//blimp/client/core/contents:unit_tests",
84 "//blimp/client/core/feedback:unit_tests", 84 "//blimp/client/core/feedback:unit_tests",
85 "//blimp/client/core/geolocation:unit_tests", 85 "//blimp/client/core/geolocation:unit_tests",
86 "//blimp/client/core/render_widget:unit_tests", 86 "//blimp/client/core/render_widget:unit_tests",
87 "//blimp/client/core/session:unit_tests", 87 "//blimp/client/core/session:unit_tests",
88 "//blimp/client/core/settings:unit_tests",
88 "//blimp/client/public:public_headers", 89 "//blimp/client/public:public_headers",
89 "//blimp/client/test", 90 "//blimp/client/test",
90 "//testing/gmock", 91 "//testing/gmock",
91 "//testing/gtest", 92 "//testing/gtest",
92 ] 93 ]
93 } 94 }
94 95
95 source_set("context") { 96 source_set("context") {
96 sources = [ 97 sources = [
97 "blimp_client_context_impl.cc", 98 "blimp_client_context_impl.cc",
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 generate_jni("dummy_core_jni_headers") { 238 generate_jni("dummy_core_jni_headers") {
238 visibility = [ ":*" ] 239 visibility = [ ":*" ]
239 240
240 sources = [ 241 sources = [
241 "android/java/src/org/chromium/blimp/core/DummyBlimpClientContext.java", 242 "android/java/src/org/chromium/blimp/core/DummyBlimpClientContext.java",
242 ] 243 ]
243 244
244 jni_package = "blimp/client/core" 245 jni_package = "blimp/client/core"
245 } 246 }
246 } 247 }
OLDNEW
« no previous file with comments | « no previous file | blimp/client/core/DEPS » ('j') | blimp/client/core/blimp_client_context_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698