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

Unified Diff: third_party/WebKit/Source/modules/encoding/BUILD.gn

Issue 2324803006: Move more sources from modules.gypi to subdirectories. (Closed)
Patch Set: gn check 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
Index: third_party/WebKit/Source/modules/encoding/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/srcobject/BUILD.gn b/third_party/WebKit/Source/modules/encoding/BUILD.gn
similarity index 59%
copy from third_party/WebKit/Source/modules/srcobject/BUILD.gn
copy to third_party/WebKit/Source/modules/encoding/BUILD.gn
index f97e4b0d66d01539e7937b035892a645a9b1020c..842636f2ef675e1abe96bdc2c696f9be74d2c774 100644
--- a/third_party/WebKit/Source/modules/srcobject/BUILD.gn
+++ b/third_party/WebKit/Source/modules/encoding/BUILD.gn
@@ -4,9 +4,13 @@
import("//third_party/WebKit/Source/modules/modules.gni")
-blink_modules_sources("srcobject") {
+blink_modules_sources("encoding") {
sources = [
- "HTMLMediaElementSrcObject.cpp",
- "HTMLMediaElementSrcObject.h",
+ "Encoding.cpp",
+ "Encoding.h",
+ "TextDecoder.cpp",
+ "TextDecoder.h",
+ "TextEncoder.cpp",
+ "TextEncoder.h",
]
}
« no previous file with comments | « third_party/WebKit/Source/modules/donottrack/BUILD.gn ('k') | third_party/WebKit/Source/modules/encryptedmedia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698