summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-12 18:54:31 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-12 18:54:31 +0000
commitd145e4b923ae99f67b734924885738437248aa85 (patch)
tree523c8bd30a4385c7f13fcf6ddffcb25ab5057255 /BUILD.gn
parent76833a60164e77bd54c6f4d1cc62a79ded8edb90 (diff)
downloadpdfium-d145e4b923ae99f67b734924885738437248aa85.tar.xz
Move core/fdrm/crypto/* to core/fdrm/.
core/fdrm/ currently only contains the crypto directory. Change-Id: I68f4a38e7098f8a3bdc19764bc1ec78c28a386c9 Reviewed-on: https://pdfium-review.googlesource.com/c/43945 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
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",