Index: extensions/common/BUILD.gn |
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn |
index 7c1b57b05197e154213848e1f767fb3bdc4a9a4d..d44e87c521c3bdef124eb552d68d11bf83383c23 100644 |
--- a/extensions/common/BUILD.gn |
+++ b/extensions/common/BUILD.gn |
@@ -224,6 +224,16 @@ source_set("common") { |
] |
} |
+ if (enable_nacl) { |
+ deps += [ |
+ #'<(DEPTH)/components/nacl.gyp:nacl_common', TODO(GYP) |
+ ] |
+ 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. |