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

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: Rebase 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
« no previous file with comments | « cc/blink/BUILD.gn ('k') | chrome/test/BUILD.gn » ('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("//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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 ] 510 ]
510 } 511 }
511 512
512 zip("chrome_version_srcjar") { 513 zip("chrome_version_srcjar") {
513 inputs = [ 514 inputs = [
514 chrome_version_java_file, 515 chrome_version_java_file,
515 ] 516 ]
516 output = "$target_gen_dir/$target_name.srcjar" 517 output = "$target_gen_dir/$target_name.srcjar"
517 base_dir = chrome_version_java_dir 518 base_dir = chrome_version_java_dir
518 } 519 }
OLDNEW
« no previous file with comments | « cc/blink/BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698