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

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

Issue 2877303002: Move speech related files from web -> modules/(speech|exported). (Closed)
Patch Set: Created 3 years, 7 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 | third_party/WebKit/Source/modules/exported/WebSpeechGrammar.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/exported/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/exported/BUILD.gn b/third_party/WebKit/Source/modules/exported/BUILD.gn
index b23096d5f4e6ce96e039a17dd7a25526a1c0a8bc..00f32b54c455e1226677efbf10535001a55fe750 100644
--- a/third_party/WebKit/Source/modules/exported/BUILD.gn
+++ b/third_party/WebKit/Source/modules/exported/BUILD.gn
@@ -9,6 +9,9 @@ blink_modules_sources("exported") {
"WebDOMFileSystem.cpp",
"WebDOMMediaStreamTrack.cpp",
"WebDatabase.cpp",
+ "WebSpeechGrammar.cpp",
+ "WebSpeechRecognitionHandle.cpp",
+ "WebSpeechRecognitionResult.cpp",
]
defines = [ "BLINK_MODULES_IMPLEMENTATION=1" ]
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/exported/WebSpeechGrammar.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698