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

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

Issue 2166563003: Split //blimp/client/core to relevant parts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-assignment-source
Patch Set: Created 4 years, 5 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/app/android/javatests/src/org/chromium/blimp/core/BlimpContentsTest.java » ('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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 srcjar_deps = [ "//blimp/client/core/session:java_enums_srcjar" ] 401 srcjar_deps = [ "//blimp/client/core/session:java_enums_srcjar" ]
402 } 402 }
403 403
404 android_library("blimp_test_java") { 404 android_library("blimp_test_java") {
405 testonly = true 405 testonly = true
406 406
407 deps = [ 407 deps = [
408 ":blimp_java", 408 ":blimp_java",
409 "//base:base_java", 409 "//base:base_java",
410 "//base:base_java_test_support", 410 "//base:base_java_test_support",
411 "//blimp/client/core:core_java", 411 "//blimp/client/core/contents:contents_java",
412 "//blimp/client/public:public_headers_java", 412 "//blimp/client/public:public_headers_java",
413 google_play_services_library, 413 google_play_services_library,
414 ] 414 ]
415 415
416 java_files = [ 416 java_files = [
417 "app/android/javatests/src/org/chromium/blimp/auth/MockTokenSource.java", 417 "app/android/javatests/src/org/chromium/blimp/auth/MockTokenSource.java",
418 "app/android/javatests/src/org/chromium/blimp/auth/RetryingTokenSourceTest .java", 418 "app/android/javatests/src/org/chromium/blimp/auth/RetryingTokenSourceTest .java",
419 "app/android/javatests/src/org/chromium/blimp/core/BlimpContentsTest.java" , 419 "app/android/javatests/src/org/chromium/blimp/core/contents/BlimpContentsT est.java",
420 "app/android/javatests/src/org/chromium/blimp/BlimpNativeInstrumentationTe stCase.java", 420 "app/android/javatests/src/org/chromium/blimp/BlimpNativeInstrumentationTe stCase.java",
421 ] 421 ]
422 } 422 }
423 423
424 shared_library("blimp_client_android") { 424 shared_library("blimp_client_android") {
425 deps = [ 425 deps = [
426 ":client", 426 ":client",
427 ":jni_headers", 427 ":jni_headers",
428 "//base", 428 "//base",
429 "//blimp/client:compositor", 429 "//blimp/client:compositor",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 instrumentation_test_apk("blimp_test_apk") { 485 instrumentation_test_apk("blimp_test_apk") {
486 apk_name = "BlimpTest" 486 apk_name = "BlimpTest"
487 apk_under_test = ":blimp_apk" 487 apk_under_test = ":blimp_apk"
488 android_manifest = blimp_test_apk_manifest 488 android_manifest = blimp_test_apk_manifest
489 android_manifest_dep = ":blimp_test_apk_manifest" 489 android_manifest_dep = ":blimp_test_apk_manifest"
490 deps = [ 490 deps = [
491 ":blimp_test_java", 491 ":blimp_test_java",
492 ] 492 ]
493 } 493 }
494 } 494 }
OLDNEW
« no previous file with comments | « no previous file | blimp/client/app/android/javatests/src/org/chromium/blimp/core/BlimpContentsTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698