Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Unified Diff: BUILD.gn

Issue 2374413002: Move core/fdrm/crypto/include to core/fdrm/crypto (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | core/fdrm/crypto/fx_crypt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « no previous file | core/fdrm/crypto/fx_crypt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698