summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-06-19 15:26:47 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-19 22:27:23 +0000
commit53e14ad309ecde58d21f261f9a8297a98f7ae4f5 (patch)
treed2660c36afb55704c12c7fc40bd9689d01f00bd4 /build
parenta2efe03e01d70caf20f5722841c04a8c23588004 (diff)
downloadchromium_src-53e14ad309ecde58d21f261f9a8297a98f7ae4f5.zip
chromium_src-53e14ad309ecde58d21f261f9a8297a98f7ae4f5.tar.gz
chromium_src-53e14ad309ecde58d21f261f9a8297a98f7ae4f5.tar.bz2
Add a nacl module args file.
This is being added to the nacl directory and the Chrome one needs to match. TBR=bradnelson@chromium.org Review URL: https://codereview.chromium.org/1198633002 Cr-Commit-Position: refs/heads/master@{#335364}
Diffstat (limited to 'build')
-rw-r--r--build/module_args/nacl.gni6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/module_args/nacl.gni b/build/module_args/nacl.gni
new file mode 100644
index 0000000..61e0768
--- /dev/null
+++ b/build/module_args/nacl.gni
@@ -0,0 +1,6 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# Override nacl's build directory.
+nacl_shared_build_dir = "//build"