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

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

Issue 1551583003: Implementation and fixes for Blimp client/engine E2E communication. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dtrainor-linux-cl1528243002
Patch Set: Created 4 years, 11 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/linux/blimp_main.cc » ('j') | blimp/client/linux/blimp_main.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 component("blimp_client") { 10 component("blimp_client") {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "linux/blimp_display_manager.cc", 91 "linux/blimp_display_manager.cc",
92 "linux/blimp_display_manager.h", 92 "linux/blimp_display_manager.h",
93 "linux/blimp_main.cc", 93 "linux/blimp_main.cc",
94 "session/blimp_client_session_linux.cc", 94 "session/blimp_client_session_linux.cc",
95 "session/blimp_client_session_linux.h", 95 "session/blimp_client_session_linux.h",
96 ] 96 ]
97 97
98 deps = [ 98 deps = [
99 ":blimp_client", 99 ":blimp_client",
100 "//base", 100 "//base",
101 "//blimp/net:blimp_net",
102 "//net",
101 "//ui/events/platform/x11", 103 "//ui/events/platform/x11",
102 "//ui/platform_window/x11", 104 "//ui/platform_window/x11",
103 ] 105 ]
104 106
105 public_configs = [ "//build/config/linux:x11" ] 107 public_configs = [ "//build/config/linux:x11" ]
106 public_deps = [ 108 public_deps = [
107 "//ui/events/platform/x11", 109 "//ui/events/platform/x11",
108 ] 110 ]
109 } 111 }
110 } 112 }
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 apk_name = "BlimpTest" 294 apk_name = "BlimpTest"
293 apk_under_test = ":blimp_apk" 295 apk_under_test = ":blimp_apk"
294 android_manifest = blimp_test_apk_manifest 296 android_manifest = blimp_test_apk_manifest
295 deps = [ 297 deps = [
296 ":blimp_test_apk_manifest", 298 ":blimp_test_apk_manifest",
297 ":blimp_test_java", 299 ":blimp_test_java",
298 google_play_services_resources, 300 google_play_services_resources,
299 ] 301 ]
300 } 302 }
301 } 303 }
OLDNEW
« no previous file with comments | « no previous file | blimp/client/linux/blimp_main.cc » ('j') | blimp/client/linux/blimp_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698