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

Unified Diff: build/toolchain/nacl_toolchain.gni

Issue 1418653002: Synchronize GN build configuration with Chrome (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Review feedback addressed Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/toolchain/nacl/BUILD.gn ('k') | examples/pdf_viewer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/nacl_toolchain.gni
diff --git a/build/toolchain/nacl_toolchain.gni b/build/toolchain/nacl_toolchain.gni
index a07620dbfcac4740beb5dc23abcb2efd17e7d610..c851885c0c43fd101762b9091d9208407d727b97 100644
--- a/build/toolchain/nacl_toolchain.gni
+++ b/build/toolchain/nacl_toolchain.gni
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/nacl/config.gni")
import("//build/toolchain/gcc_toolchain.gni")
# This template defines a NaCl toolchain.
@@ -42,10 +43,11 @@ template("nacl_toolchain") {
"ld",
"link_outputs",
"postlink",
+ "symbol_level",
"toolchain_cpu",
])
- # We do not suport component builds or sanitizers with the NaCl toolchains.
+ # We do not suport component builds with the NaCl toolchains.
is_component_build = false
rebuild_define = "NACL_TC_REV=" + invoker.toolchain_revision
« no previous file with comments | « build/toolchain/nacl/BUILD.gn ('k') | examples/pdf_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698