summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn10
1 files changed, 5 insertions, 5 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 068d41249c..87c384900d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -192,10 +192,10 @@ visibility = [
jumbo_source_set("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/fx_crypt.cpp",
+ "core/fdrm/fx_crypt.h",
+ "core/fdrm/fx_crypt_aes.cpp",
+ "core/fdrm/fx_crypt_sha.cpp",
]
configs += [ ":pdfium_core_config" ]
deps = [
@@ -1057,7 +1057,7 @@ jumbo_source_set("fxge") {
test("pdfium_unittests") {
testonly = true
sources = [
- "core/fdrm/crypto/fx_crypt_unittest.cpp",
+ "core/fdrm/fx_crypt_unittest.cpp",
"core/fpdfapi/edit/cpdf_pagecontentgenerator_unittest.cpp",
"core/fpdfapi/font/cpdf_cmapparser_unittest.cpp",
"core/fpdfapi/font/cpdf_tounicodemap_unittest.cpp",