Index: build/config/nacl/config.gni |
diff --git a/build/config/nacl/config.gni b/build/config/nacl/config.gni |
new file mode 100644 |
index 0000000000000000000000000000000000000000..887c853a3d25eeda9fa83411ab2853b5f591aef9 |
--- /dev/null |
+++ b/build/config/nacl/config.gni |
@@ -0,0 +1,10 @@ |
+# 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. |
+ |
+declare_args() { |
+ # Native Client supports both Newlib and Glibc C libraries where Newlib |
+ # is assumed to be the default one; use this to determine whether Glibc |
+ # is being used instead. |
+ is_nacl_glibc = false |
+} |