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

Side by Side Diff: tools/android/md5sum/BUILD.gn

Issue 1854233002: Reland 2 of GN: Make breakpad_unittests & sandbox_linux_unittests use test() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test-minor-renames
Patch Set: Fix PIE errors, fix component mode. 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 | « tools/android/forwarder2/BUILD.gn ('k') | 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/symlink.gni") 6 import("//build/symlink.gni")
7 7
8 # GYP: //tools/android/md5sum/md5sum.gyp:md5sum 8 # GYP: //tools/android/md5sum/md5sum.gyp:md5sum
9 group("md5sum") { 9 group("md5sum") {
10 data_deps = [ 10 data_deps = [
(...skipping 20 matching lines...) Expand all
31 } 31 }
32 } 32 }
33 33
34 if (current_toolchain == default_toolchain) { 34 if (current_toolchain == default_toolchain) {
35 import("//build/config/android/rules.gni") 35 import("//build/config/android/rules.gni")
36 36
37 # GYP: //tools/android/md5sum/md5sum.gyp:md5sum_stripped_device_bin 37 # GYP: //tools/android/md5sum/md5sum.gyp:md5sum_stripped_device_bin
38 create_native_executable_dist("md5sum_prepare_dist") { 38 create_native_executable_dist("md5sum_prepare_dist") {
39 dist_dir = "$root_build_dir/md5sum_dist" 39 dist_dir = "$root_build_dir/md5sum_dist"
40 binary = "$root_build_dir/md5sum_bin" 40 binary = "$root_build_dir/md5sum_bin"
41 include_main_binary = true
42 deps = [ 41 deps = [
43 ":md5sum_bin", 42 ":md5sum_bin",
44 ] 43 ]
45 } 44 }
46 45
47 # GYP: //tools/android/md5sum/md5sum.gyp:md5sum_bin_host 46 # GYP: //tools/android/md5sum/md5sum.gyp:md5sum_bin_host
48 binary_symlink("md5sum_bin_host") { 47 binary_symlink("md5sum_bin_host") {
49 binary_label = ":md5sum_bin($host_toolchain)" 48 binary_label = ":md5sum_bin($host_toolchain)"
50 } 49 }
51 } 50 }
OLDNEW
« no previous file with comments | « tools/android/forwarder2/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698