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

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

Issue 1429193002: Add interfaces for most major Blimp net components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Import multiplexer changes from 1434533005 Created 5 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 shared_library("blimp_client") { 10 shared_library("blimp_client") {
11 sources = [ 11 sources = [
12 "compositor/blimp_compositor.cc", 12 "compositor/blimp_compositor.cc",
13 "compositor/blimp_compositor.h", 13 "compositor/blimp_compositor.h",
14 "compositor/blimp_context_provider.cc", 14 "compositor/blimp_context_provider.cc",
15 "compositor/blimp_context_provider.h", 15 "compositor/blimp_context_provider.h",
16 "compositor/blimp_output_surface.cc", 16 "compositor/blimp_output_surface.cc",
17 "compositor/blimp_output_surface.h", 17 "compositor/blimp_output_surface.h",
18 "compositor/test/dummy_layer_driver.cc", 18 "compositor/test/dummy_layer_driver.cc",
19 "compositor/test/dummy_layer_driver.h", 19 "compositor/test/dummy_layer_driver.h",
20 "net/client_connection_manager.cc",
21 "net/client_connection_manager.h",
20 ] 22 ]
21 23
22 deps = [ 24 deps = [
23 "//base", 25 "//base",
24 "//blimp/common:blimp_common", 26 "//blimp/common:blimp_common",
25 "//cc", 27 "//cc",
26 "//gpu/command_buffer/client:gl_in_process_context", 28 "//gpu/command_buffer/client:gl_in_process_context",
27 "//gpu/command_buffer/common:gles2_utils", 29 "//gpu/command_buffer/common:gles2_utils",
28 "//gpu/skia_bindings", 30 "//gpu/skia_bindings",
29 "//ui/gfx/geometry", 31 "//ui/gfx/geometry",
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 apk_name = "BlimpTest" 195 apk_name = "BlimpTest"
194 apk_under_test = ":blimp_apk" 196 apk_under_test = ":blimp_apk"
195 android_manifest = blimp_test_apk_manifest 197 android_manifest = blimp_test_apk_manifest
196 deps = [ 198 deps = [
197 ":blimp_test_apk_manifest", 199 ":blimp_test_apk_manifest",
198 ":blimp_test_java", 200 ":blimp_test_java",
199 google_play_services_resources, 201 google_play_services_resources,
200 ] 202 ]
201 } 203 }
202 } 204 }
OLDNEW
« no previous file with comments | « no previous file | blimp/client/net/client_connection_manager.h » ('j') | blimp/client/net/client_connection_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698