diff options
author | brettw <brettw@chromium.org> | 2015-06-19 15:26:47 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-19 22:27:23 +0000 |
commit | 53e14ad309ecde58d21f261f9a8297a98f7ae4f5 (patch) | |
tree | d2660c36afb55704c12c7fc40bd9689d01f00bd4 /build | |
parent | a2efe03e01d70caf20f5722841c04a8c23588004 (diff) | |
download | chromium_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.gni | 6 |
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" |