Index: base/json/BUILD.gn |
diff --git a/base/json/BUILD.gn b/base/json/BUILD.gn |
index 70830c15e55d583b71bd25de188855edee898914..8901cbb894a67578e6c861ff976275d3b491a2e9 100644 |
--- a/base/json/BUILD.gn |
+++ b/base/json/BUILD.gn |
@@ -2,6 +2,8 @@ |
# 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") |
Dirk Pranke
2015/12/04 00:22:41
why is this import needed?
Petr Hosek
2015/12/04 05:57:46
This is needed for is_nacl and is_nacl_nonsfi.
|
+ |
source_set("json") { |
sources = [ |
"json_file_value_serializer.cc", |
@@ -20,13 +22,6 @@ source_set("json") { |
"string_escape.h", |
] |
- if (is_nacl) { |
- sources -= [ |
- "json_file_value_serializer.cc", |
- "json_file_value_serializer.h", |
- ] |
- } |
- |
configs += [ "//base:base_implementation" ] |
deps = [ |