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

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

Issue 1863073003: [Android] Fix sync shell isolate location in GN. (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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 598
599 # GYP: //chrome/android/chrome_apk.gyp:chrome_sync_shell_test_apk 599 # GYP: //chrome/android/chrome_apk.gyp:chrome_sync_shell_test_apk
600 instrumentation_test_apk("chrome_sync_shell_test_apk") { 600 instrumentation_test_apk("chrome_sync_shell_test_apk") {
601 apk_name = "ChromeSyncShellTest" 601 apk_name = "ChromeSyncShellTest"
602 apk_under_test = ":chrome_sync_shell_apk" 602 apk_under_test = ":chrome_sync_shell_apk"
603 android_manifest = chrome_sync_shell_test_apk_manifest 603 android_manifest = chrome_sync_shell_test_apk_manifest
604 deps = [ 604 deps = [
605 ":chrome_sync_shell_test_apk_java", 605 ":chrome_sync_shell_test_apk_java",
606 ":chrome_sync_shell_test_apk_manifest", 606 ":chrome_sync_shell_test_apk_manifest",
607 ] 607 ]
608 isolate_file = "../chrome_sync_shell_test_apk.isolate"
609 proguard_enabled = !is_debug 608 proguard_enabled = !is_debug
610 } 609 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698