Index: extensions/common/BUILD.gn |
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn |
index 7c1b57b05197e154213848e1f767fb3bdc4a9a4d..be874e42f6c5bbeedfc66379d313f2260f26c78d 100644 |
--- a/extensions/common/BUILD.gn |
+++ b/extensions/common/BUILD.gn |
@@ -224,6 +224,13 @@ source_set("common") { |
] |
} |
+ if (enable_nacl) { |
+ sources += [ |
+ "manifest_handlers/nacl_modules_handler.cc", |
+ "manifest_handlers/nacl_modules_handler.h", |
+ ] |
+ } |
+ |
if (is_win) { |
cflags = [ |
"/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |