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

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

Issue 1139643006: Rename chrome/android/javatests to javatests_shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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 | chrome/android/javatests/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 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/module_args/v8.gni") 7 import("//build/module_args/v8.gni")
8 import("//chrome/version.gni") 8 import("//chrome/version.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//third_party/icu/config.gni") 10 import("//third_party/icu/config.gni")
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 ] 385 ]
386 apk_name = "ChromeSyncShell" 386 apk_name = "ChromeSyncShell"
387 android_manifest = chrome_sync_shell_manifest 387 android_manifest = chrome_sync_shell_manifest
388 native_libs = [ "libchrome_sync_shell.so" ] 388 native_libs = [ "libchrome_sync_shell.so" ]
389 asset_location = chrome_shell_assets_dir 389 asset_location = chrome_shell_assets_dir
390 } 390 }
391 391
392 # GYP: part of //chrome/chrome_tests.gypi:chrome_shell_test_apk 392 # GYP: part of //chrome/chrome_tests.gypi:chrome_shell_test_apk
393 android_library("chrome_javatests") { 393 android_library("chrome_javatests") {
394 testonly = true 394 testonly = true
395 DEPRECATED_java_in_dir = "javatests/src" 395 DEPRECATED_java_in_dir = "javatests_shell/src"
396 deps = [ 396 deps = [
397 ":chrome_java", 397 ":chrome_java",
398 ":chrome_java_resources", 398 ":chrome_java_resources",
399 ":chrome_shell_java", 399 ":chrome_shell_java",
400 ":chrome_shell_resources", 400 ":chrome_shell_resources",
401 ":chrome_shell_test_java", 401 ":chrome_shell_test_java",
402 "//base:base_java", 402 "//base:base_java",
403 "//base:base_java_test_support", 403 "//base:base_java_test_support",
404 "//chrome/test/android:chrome_java_test_support", 404 "//chrome/test/android:chrome_java_test_support",
405 "//components/bookmarks/common/android:bookmarks_java", 405 "//components/bookmarks/common/android:bookmarks_java",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 ] 536 ]
537 } 537 }
538 538
539 zip("chrome_version_srcjar") { 539 zip("chrome_version_srcjar") {
540 inputs = [ 540 inputs = [
541 chrome_version_java_file, 541 chrome_version_java_file,
542 ] 542 ]
543 output = "$target_gen_dir/$target_name.srcjar" 543 output = "$target_gen_dir/$target_name.srcjar"
544 base_dir = chrome_version_java_dir 544 base_dir = chrome_version_java_dir
545 } 545 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/javatests/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698