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

Side by Side Diff: chrome/android/BUILD.gn

Issue 2173563003: Blimp settings UI integration for Chrome, everything still lives in Blimp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add v7 support jar in Blimp build.gn, to make trybot happy. 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 import("//build_overrides/v8.gni") 7 import("//build_overrides/v8.gni")
8 import("//chrome/android/chrome_public_apk_tmpl.gni") 8 import("//chrome/android/chrome_public_apk_tmpl.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//chrome/version.gni") 10 import("//chrome/version.gni")
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 # GYP: //chrome/android/chrome_apk.gyp:chrome_test_java 345 # GYP: //chrome/android/chrome_apk.gyp:chrome_test_java
346 android_library("chrome_test_java") { 346 android_library("chrome_test_java") {
347 testonly = true 347 testonly = true
348 348
349 # From java_sources.gni. 349 # From java_sources.gni.
350 java_files = chrome_test_java_sources 350 java_files = chrome_test_java_sources
351 351
352 deps = [ 352 deps = [
353 "//base:base_java", 353 "//base:base_java",
354 "//base:base_java_test_support", 354 "//base:base_java_test_support",
355 "//blimp/client/public:public_java",
355 "//chrome/android:chrome_java", 356 "//chrome/android:chrome_java",
356 "//chrome/android/webapk/libs/common:common_java", 357 "//chrome/android/webapk/libs/common:common_java",
357 "//chrome/test/android:chrome_java_test_support", 358 "//chrome/test/android:chrome_java_test_support",
358 "//components/bookmarks/common/android:bookmarks_java", 359 "//components/bookmarks/common/android:bookmarks_java",
359 "//components/dom_distiller/android:dom_distiller_core_java", 360 "//components/dom_distiller/android:dom_distiller_core_java",
360 "//components/gcm_driver/android:gcm_driver_java", 361 "//components/gcm_driver/android:gcm_driver_java",
361 "//components/invalidation/impl:java", 362 "//components/invalidation/impl:java",
362 "//components/invalidation/impl:javatests", 363 "//components/invalidation/impl:javatests",
363 "//components/location/android:location_java", 364 "//components/location/android:location_java",
364 "//components/navigation_interception/android:navigation_interception_java", 365 "//components/navigation_interception/android:navigation_interception_java",
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 apk_name = "ChromeSyncShellTest" 602 apk_name = "ChromeSyncShellTest"
602 apk_under_test = ":chrome_sync_shell_apk" 603 apk_under_test = ":chrome_sync_shell_apk"
603 android_manifest = chrome_sync_shell_test_apk_manifest 604 android_manifest = chrome_sync_shell_test_apk_manifest
604 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 605 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
605 deps = [ 606 deps = [
606 ":chrome_sync_shell_test_apk_java", 607 ":chrome_sync_shell_test_apk_java",
607 ] 608 ]
608 proguard_enabled = !is_java_debug 609 proguard_enabled = !is_java_debug
609 } 610 }
610 } 611 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698