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

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: 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
« 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 } 92 }
93 93
94 source_set("context") { 94 source_set("context") {
95 sources = [ 95 sources = [
96 "blimp_client_context_impl.cc", 96 "blimp_client_context_impl.cc",
97 "blimp_client_context_impl.h", 97 "blimp_client_context_impl.h",
98 ] 98 ]
99 99
100 public_deps = [ 100 public_deps = [
101 "//base", 101 "//base",
102 "//blimp/client/core/compositor:compositor",
102 "//blimp/client/core/contents", 103 "//blimp/client/core/contents",
103 "//blimp/client/core/session", 104 "//blimp/client/core/session",
104 "//blimp/client/public:public_headers", 105 "//blimp/client/public:public_headers",
105 "//device/geolocation:device_geolocation", 106 "//device/geolocation:device_geolocation",
106 "//url", 107 "//url",
107 ] 108 ]
108 109
109 deps = [ 110 deps = [
110 ":switches", 111 ":switches",
111 "//blimp/client/core/geolocation", 112 "//blimp/client/core/geolocation",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 generate_jni("dummy_core_jni_headers") { 233 generate_jni("dummy_core_jni_headers") {
233 visibility = [ ":*" ] 234 visibility = [ ":*" ]
234 235
235 sources = [ 236 sources = [
236 "android/java/src/org/chromium/blimp/core/DummyBlimpClientContext.java", 237 "android/java/src/org/chromium/blimp/core/DummyBlimpClientContext.java",
237 ] 238 ]
238 239
239 jni_package = "blimp/client/core" 240 jni_package = "blimp/client/core"
240 } 241 }
241 } 242 }
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