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

Side by Side Diff: chrome/test/data/nacl/BUILD.gn

Issue 2957523002: build: Remove build system support for gold plugin, except under ChromeOS, take 2. (Closed)
Patch Set: New patch Created 3 years, 6 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 | « build/toolchain/toolchain.gni ('k') | tools/win/DebugVisualizers/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/compiler/compiler.gni")
5 import("//build/config/features.gni") 6 import("//build/config/features.gni")
6 import("//build/config/nacl/config.gni") 7 import("//build/config/nacl/config.gni")
7 import("//build/toolchain/toolchain.gni")
8 import("//ppapi/native_client/nacl_test_data.gni") 8 import("//ppapi/native_client/nacl_test_data.gni")
9 9
10 group("nacl") { 10 group("nacl") {
11 newlib = "//build/toolchain/nacl:clang_newlib_${target_cpu}" 11 newlib = "//build/toolchain/nacl:clang_newlib_${target_cpu}"
12 pnacl = "//build/toolchain/nacl:newlib_pnacl" 12 pnacl = "//build/toolchain/nacl:newlib_pnacl"
13 data_deps = [ 13 data_deps = [
14 ":exit_status_test($newlib)", 14 ":exit_status_test($newlib)",
15 ":exit_status_test($pnacl)", 15 ":exit_status_test($pnacl)",
16 ":extension_validation_cache($newlib)", 16 ":extension_validation_cache($newlib)",
17 ":irt_exception_test($newlib)", 17 ":irt_exception_test($newlib)",
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 "nonsfi/libc_free.nmf", 623 "nonsfi/libc_free.nmf",
624 ] 624 ]
625 outputs = [ 625 outputs = [
626 "${root_build_dir}/nacl_test_data/libc-free/{{source_file_part}}", 626 "${root_build_dir}/nacl_test_data/libc-free/{{source_file_part}}",
627 ] 627 ]
628 deps = [ 628 deps = [
629 ":nonsfi_libc_free_nexe", 629 ":nonsfi_libc_free_nexe",
630 ] 630 ]
631 } 631 }
632 } 632 }
OLDNEW
« no previous file with comments | « build/toolchain/toolchain.gni ('k') | tools/win/DebugVisualizers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698