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

Side by Side Diff: src/trusted/validator/driver/BUILD.gn

Issue 1947953002: Add default Windows manifest to four .gn executables (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 4 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 | « src/trusted/service_runtime/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 (c) 2014 The Native ClientAuthors. All rights reserved. 1 # Copyright (c) 2014 The Native ClientAuthors. 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 # Autogenerated from src/trusted/validator/driver/build.scons. 5 # Autogenerated from src/trusted/validator/driver/build.scons.
6 6
7 static_library("elf_load") { 7 static_library("elf_load") {
8 sources = [ 8 sources = [
9 "elf_load.cc", 9 "elf_load.cc",
10 ] 10 ]
11 11
12 deps = [ 12 deps = [
13 "//build/config/nacl:nacl_base", 13 "//build/config/nacl:nacl_base",
14 "//native_client/src/shared/platform:platform", 14 "//native_client/src/shared/platform:platform",
15 ] 15 ]
16 } 16 }
17 executable("ncval_new") { 17 executable("ncval_new") {
18 sources = [ 18 sources = [
19 "ncval.cc", 19 "ncval.cc",
20 ] 20 ]
21 21
22 deps = [ 22 deps = [
23 "//build/config/nacl:nacl_base", 23 "//build/config/nacl:nacl_base",
24 "//build/win:default_exe_manifest",
24 ":elf_load", 25 ":elf_load",
25 "//native_client/src/shared/platform:platform", 26 "//native_client/src/shared/platform:platform",
26 "//native_client/src/trusted/cpu_features:cpu_features", 27 "//native_client/src/trusted/cpu_features:cpu_features",
27 "//native_client/src/trusted/validator_arm:arm_validator_core", 28 "//native_client/src/trusted/validator_arm:arm_validator_core",
28 "//native_client/src/trusted/validator_arm:arm_validator_reporters", 29 "//native_client/src/trusted/validator_arm:arm_validator_reporters",
29 "//native_client/src/trusted/validator_ragel:rdfa_validator", 30 "//native_client/src/trusted/validator_ragel:rdfa_validator",
30 ] 31 ]
31 } 32 }
OLDNEW
« no previous file with comments | « src/trusted/service_runtime/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698