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

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

Issue 2300493002: Move glue code of blob channel to blimp_client_context_impl. (Closed)
Patch Set: Refactor the code a bit. 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 import("//blimp/client/core/config.gni") 10 import("//blimp/client/core/config.gni")
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 } 89 }
90 90
91 source_set("context") { 91 source_set("context") {
92 sources = [ 92 sources = [
93 "blimp_client_context_impl.cc", 93 "blimp_client_context_impl.cc",
94 "blimp_client_context_impl.h", 94 "blimp_client_context_impl.h",
95 ] 95 ]
96 96
97 public_deps = [ 97 public_deps = [
98 "//base", 98 "//base",
99 "//blimp/client/core/compositor:compositor",
99 "//blimp/client/core/contents", 100 "//blimp/client/core/contents",
100 "//blimp/client/core/session", 101 "//blimp/client/core/session",
101 "//blimp/client/public:public_headers", 102 "//blimp/client/public:public_headers",
103 "//skia",
102 "//url", 104 "//url",
103 ] 105 ]
104 106
105 if (is_android) { 107 if (is_android) {
106 sources += [ 108 sources += [
107 "android/blimp_client_context_impl_android.cc", 109 "android/blimp_client_context_impl_android.cc",
108 "android/blimp_client_context_impl_android.h", 110 "android/blimp_client_context_impl_android.h",
109 "android/blimp_jni_registrar.cc", 111 "android/blimp_jni_registrar.cc",
110 ] 112 ]
111 113
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 generate_jni("dummy_core_jni_headers") { 220 generate_jni("dummy_core_jni_headers") {
219 visibility = [ ":*" ] 221 visibility = [ ":*" ]
220 222
221 sources = [ 223 sources = [
222 "android/java/src/org/chromium/blimp/core/DummyBlimpClientContext.java", 224 "android/java/src/org/chromium/blimp/core/DummyBlimpClientContext.java",
223 ] 225 ]
224 226
225 jni_package = "blimp/client/core" 227 jni_package = "blimp/client/core"
226 } 228 }
227 } 229 }
OLDNEW
« no previous file with comments | « no previous file | blimp/client/core/blimp_client_context_impl.h » ('j') | blimp/client/core/blimp_client_context_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698