Index: chrome/common/BUILD.gn |
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
index afce07b7b0ba7378a3c256a772b914413dafa682..15935295163f96cb59038e2eb99e9aa988d10a7c 100644 |
--- a/chrome/common/BUILD.gn |
+++ b/chrome/common/BUILD.gn |
@@ -131,16 +131,6 @@ static_library("common") { |
".", "//chrome") |
} |
- if (enable_nacl) { |
- deps += [ |
- #'<(DEPTH)/components/nacl.gyp:nacl_common', TODO(GYP) |
- ] |
- sources += [ |
- "extensions/manifest_handlers/nacl_modules_handler.cc", |
- "extensions/manifest_handlers/nacl_modules_handler.h", |
- ] |
- } |
- |
# Printing. |
if (printing_mode == 0) { |
sources -= [ |