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

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

Issue 2255533002: Add TabControlFeature to BlimpClientContextImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync to head 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 | blimp/client/core/blimp_client_context_impl.h » ('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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 65
66 source_set("unit_tests") { 66 source_set("unit_tests") {
67 testonly = true 67 testonly = true
68 68
69 sources = [ 69 sources = [
70 "blimp_client_context_impl_unittest.cc", 70 "blimp_client_context_impl_unittest.cc",
71 ] 71 ]
72 72
73 deps = [ 73 deps = [
74 ":context", 74 ":context",
75 "//blimp/client:feature",
75 "//blimp/client/core/compositor:unit_tests", 76 "//blimp/client/core/compositor:unit_tests",
76 "//blimp/client/core/contents:unit_tests", 77 "//blimp/client/core/contents:unit_tests",
77 "//blimp/client/core/session:unit_tests", 78 "//blimp/client/core/session:unit_tests",
78 "//blimp/client/public:public_headers", 79 "//blimp/client/public:public_headers",
79 "//blimp/client/test", 80 "//blimp/client/test",
80 "//testing/gmock", 81 "//testing/gmock",
81 "//testing/gtest", 82 "//testing/gtest",
82 ] 83 ]
83 } 84 }
84 85
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 generate_jni("dummy_core_jni_headers") { 214 generate_jni("dummy_core_jni_headers") {
214 visibility = [ ":*" ] 215 visibility = [ ":*" ]
215 216
216 sources = [ 217 sources = [
217 "android/java/src/org/chromium/blimp/core/DummyBlimpClientContext.java", 218 "android/java/src/org/chromium/blimp/core/DummyBlimpClientContext.java",
218 ] 219 ]
219 220
220 jni_package = "blimp/client/core" 221 jni_package = "blimp/client/core"
221 } 222 }
222 } 223 }
OLDNEW
« no previous file with comments | « no previous file | blimp/client/core/blimp_client_context_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698