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

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

Issue 824263004: Move the test template to //testing/test.gni (part 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/module_args/v8.gni") 7 import("//build/module_args/v8.gni")
8 import("//chrome/version.gni") 8 import("//chrome/version.gni")
9 import("//testing/rules.gni")
9 import("//third_party/icu/config.gni") 10 import("//third_party/icu/config.gni")
10 import("channel.gni") 11 import("channel.gni")
11 12
12 # GYP: //chrome/chrome.gyp:chrome_java (resources part) 13 # GYP: //chrome/chrome.gyp:chrome_java (resources part)
13 android_resources("chrome_java_resources") { 14 android_resources("chrome_java_resources") {
14 resource_dirs = [ "java/res" ] 15 resource_dirs = [ "java/res" ]
15 deps = [ 16 deps = [
16 ":chrome_strings_grd", 17 ":chrome_strings_grd",
17 "//content/public/android:content_java_resources", 18 "//content/public/android:content_java_resources",
18 "//chrome/app:java_strings_grd", 19 "//chrome/app:java_strings_grd",
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 ] 512 ]
512 } 513 }
513 514
514 zip("chrome_version_srcjar") { 515 zip("chrome_version_srcjar") {
515 inputs = [ 516 inputs = [
516 chrome_version_java_file, 517 chrome_version_java_file,
517 ] 518 ]
518 output = "$target_gen_dir/$target_name.srcjar" 519 output = "$target_gen_dir/$target_name.srcjar"
519 base_dir = chrome_version_java_dir 520 base_dir = chrome_version_java_dir
520 } 521 }
OLDNEW
« no previous file with comments | « cc/blink/BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | testing/rules.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698