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

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

Issue 1891573002: Added simple url fixer for blimp toolbar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Nits 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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 352
353 shared_library("blimp_client_android") { 353 shared_library("blimp_client_android") {
354 deps = [ 354 deps = [
355 ":blimp_client", 355 ":blimp_client",
356 ":feature", 356 ":feature",
357 ":jni_headers", 357 ":jni_headers",
358 "//base", 358 "//base",
359 "//blimp/common/proto", 359 "//blimp/common/proto",
360 "//blimp/net:blimp_net", 360 "//blimp/net:blimp_net",
361 "//components/safe_json/android:safe_json_jni_headers", 361 "//components/safe_json/android:safe_json_jni_headers",
362 "//components/url_formatter",
362 "//skia", 363 "//skia",
363 "//ui/base/ime:text_input_types", 364 "//ui/base/ime:text_input_types",
364 "//ui/gfx/geometry", 365 "//ui/gfx/geometry",
365 "//ui/gl", 366 "//ui/gl",
366 "//url:url", 367 "//url:url",
367 ] 368 ]
368 369
369 sources = [ 370 sources = [
370 "app/android/blimp_client_session_android.cc", 371 "app/android/blimp_client_session_android.cc",
371 "app/android/blimp_client_session_android.h", 372 "app/android/blimp_client_session_android.h",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 apk_name = "BlimpTest" 411 apk_name = "BlimpTest"
411 apk_under_test = ":blimp_apk" 412 apk_under_test = ":blimp_apk"
412 android_manifest = blimp_test_apk_manifest 413 android_manifest = blimp_test_apk_manifest
413 deps = [ 414 deps = [
414 ":blimp_test_apk_manifest", 415 ":blimp_test_apk_manifest",
415 ":blimp_test_java", 416 ":blimp_test_java",
416 google_play_services_resources, 417 google_play_services_resources,
417 ] 418 ]
418 } 419 }
419 } 420 }
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