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

Side by Side Diff: ppapi/native_client/BUILD.gn

Issue 1312813003: add nacl_toolchain to //build and flip to using it in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@build_changes
Patch Set: merge to #346439 Created 5 years, 3 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 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/features.gni") 5 import("//build/config/features.gni")
6 6
7 if (is_nacl) { 7 if (is_nacl) {
8 group("ppapi_lib") { 8 group("ppapi_lib") {
9 deps = [ 9 deps = [
10 "//native_client/src/untrusted/pthread", 10 "//native_client/src/untrusted/pthread",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "${root_build_dir}/{{source_name_part}}_${suffix}.nexe", 53 "${root_build_dir}/{{source_name_part}}_${suffix}.nexe",
54 ] 54 ]
55 deps = [ 55 deps = [
56 ":nacl_irt", 56 ":nacl_irt",
57 ] 57 ]
58 } 58 }
59 } 59 }
60 60
61 group("irt") { 61 group("irt") {
62 deps = [ 62 deps = [
63 ":nacl_irt_copy(//native_client/build/toolchain/nacl:irt_${target_cpu})", 63 ":nacl_irt_copy(//build/toolchain/nacl:irt_${target_cpu})",
64 ] 64 ]
65 } 65 }
OLDNEW
« no previous file with comments | « components/nacl/BUILD.gn ('k') | ppapi/native_client/src/untrusted/pnacl_support_extension/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698