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

Unified Diff: ios/chrome/BUILD.gn

Issue 2449593002: [ios] Adds support for parsing Text-to-Speech search results. (Closed)
Patch Set: Disabled Created 4 years, 2 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 | ios/chrome/browser/ui/voice/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/BUILD.gn
diff --git a/ios/chrome/BUILD.gn b/ios/chrome/BUILD.gn
index 0819a415dfd3620e798c144cee3cd4e7a723f02c..4fe23df4bfdc1f1975e503e627e7dc5d72d8a697 100644
--- a/ios/chrome/BUILD.gn
+++ b/ios/chrome/BUILD.gn
@@ -9,6 +9,7 @@ import("//testing/test.gni")
bundle_data("ios_chrome_unittests_bundle_data") {
testonly = true
sources = [
+ "test/data/voice/test_sound.m4a",
"test/data/webp_transcode/test.jpg",
"test/data/webp_transcode/test.webp",
"test/data/webp_transcode/test_alpha.png",
@@ -117,6 +118,8 @@ test("ios_chrome_unittests") {
"//ios/chrome/browser",
"//ios/chrome/browser:test_support",
"//ios/chrome/browser/signin:unit_tests",
+ "//ios/chrome/browser/ui/voice:unit_tests",
+ "//ios/chrome/browser/voice:unit_tests",
"//ios/chrome/common",
"//ios/chrome/test",
"//ios/chrome/test:run_all_unittests",
« no previous file with comments | « no previous file | ios/chrome/browser/ui/voice/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698