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

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

Issue 1869783005: [Blimp Client] Fixes up URL before sending it to Engine. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/DEPS » ('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 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 10 matching lines...) Expand all
21 "session/assignment_source.cc", 21 "session/assignment_source.cc",
22 "session/assignment_source.h", 22 "session/assignment_source.h",
23 "session/blimp_client_session.cc", 23 "session/blimp_client_session.cc",
24 "session/blimp_client_session.h", 24 "session/blimp_client_session.h",
25 ] 25 ]
26 26
27 defines = [ "BLIMP_CLIENT_IMPLEMENTATION=1" ] 27 defines = [ "BLIMP_CLIENT_IMPLEMENTATION=1" ]
28 28
29 public_deps = [ 29 public_deps = [
30 "//components/safe_json", 30 "//components/safe_json",
31 "//components/url_formatter",
31 "//ui/events", 32 "//ui/events",
32 ] 33 ]
33 34
34 deps = [ 35 deps = [
35 ":feature", 36 ":feature",
36 "//base", 37 "//base",
37 "//blimp/common/proto", 38 "//blimp/common/proto",
38 "//blimp/net:blimp_net", 39 "//blimp/net:blimp_net",
39 "//cc", 40 "//cc",
40 "//gpu/skia_bindings", 41 "//gpu/skia_bindings",
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 apk_name = "BlimpTest" 408 apk_name = "BlimpTest"
408 apk_under_test = ":blimp_apk" 409 apk_under_test = ":blimp_apk"
409 android_manifest = blimp_test_apk_manifest 410 android_manifest = blimp_test_apk_manifest
410 deps = [ 411 deps = [
411 ":blimp_test_apk_manifest", 412 ":blimp_test_apk_manifest",
412 ":blimp_test_java", 413 ":blimp_test_java",
413 google_play_services_resources, 414 google_play_services_resources,
414 ] 415 ]
415 } 416 }
416 } 417 }
OLDNEW
« no previous file with comments | « no previous file | blimp/client/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698