Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 778e03829c534c8fdbb9c10721628b64a3c8f53b..dccd79d532ad2104a0c53b4f97b65813374918b1 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -222,9 +222,9 @@ visibility = [ |
static_library("fdrm") { |
sources = [ |
"core/fdrm/crypto/fx_crypt.cpp", |
+ "core/fdrm/crypto/fx_crypt.h", |
"core/fdrm/crypto/fx_crypt_aes.cpp", |
"core/fdrm/crypto/fx_crypt_sha.cpp", |
- "core/fdrm/crypto/include/fx_crypt.h", |
] |
configs += [ ":pdfium_core_config" ] |
deps = [ |