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

Side by Side Diff: ios/chrome/BUILD.gn

Issue 2449593002: [ios] Adds support for parsing Text-to-Speech search results. (Closed)
Patch Set: Fix AVFoundation dependency. Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/ios/rules.gni") 5 import("//build/config/ios/rules.gni")
6 import("//ios/build/config.gni") 6 import("//ios/build/config.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 bundle_data("ios_chrome_unittests_bundle_data") { 9 bundle_data("ios_chrome_unittests_bundle_data") {
10 testonly = true 10 testonly = true
11 sources = [ 11 sources = [
12 "test/data/voice/test_sound.m4a",
12 "test/data/webdata/bookmarkimages/image.jpg", 13 "test/data/webdata/bookmarkimages/image.jpg",
13 "test/data/webdata/bookmarkimages/index.html", 14 "test/data/webdata/bookmarkimages/index.html",
14 "test/data/webp_transcode/test.jpg", 15 "test/data/webp_transcode/test.jpg",
15 "test/data/webp_transcode/test.webp", 16 "test/data/webp_transcode/test.webp",
16 "test/data/webp_transcode/test_alpha.png", 17 "test/data/webp_transcode/test_alpha.png",
17 "test/data/webp_transcode/test_alpha.webp", 18 "test/data/webp_transcode/test_alpha.webp",
18 "test/data/webp_transcode/test_small.tiff", 19 "test/data/webp_transcode/test_small.tiff",
19 "test/data/webp_transcode/test_small.webp", 20 "test/data/webp_transcode/test_small.webp",
20 ] 21 ]
21 outputs = [ 22 outputs = [
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "//components/sync:test_support_driver", 113 "//components/sync:test_support_driver",
113 "//components/syncable_prefs:test_support", 114 "//components/syncable_prefs:test_support",
114 "//components/update_client", 115 "//components/update_client",
115 "//components/variations", 116 "//components/variations",
116 "//components/version_info", 117 "//components/version_info",
117 "//ios/chrome/app", 118 "//ios/chrome/app",
118 "//ios/chrome/app/resources:packed_resources", 119 "//ios/chrome/app/resources:packed_resources",
119 "//ios/chrome/browser", 120 "//ios/chrome/browser",
120 "//ios/chrome/browser:test_support", 121 "//ios/chrome/browser:test_support",
121 "//ios/chrome/browser/signin:unit_tests", 122 "//ios/chrome/browser/signin:unit_tests",
123 "//ios/chrome/browser/ui/voice:tts_unit_tests",
124 "//ios/chrome/browser/voice:tts_unit_tests",
122 "//ios/chrome/common", 125 "//ios/chrome/common",
123 "//ios/chrome/test", 126 "//ios/chrome/test",
124 "//ios/chrome/test:run_all_unittests", 127 "//ios/chrome/test:run_all_unittests",
125 "//ios/net", 128 "//ios/net",
126 "//ios/public/provider/chrome/browser", 129 "//ios/public/provider/chrome/browser",
127 "//ios/public/provider/chrome/browser:test_support", 130 "//ios/public/provider/chrome/browser:test_support",
128 "//ios/testing:ocmock_support", 131 "//ios/testing:ocmock_support",
129 "//ios/web", 132 "//ios/web",
130 "//ios/web:test_support", 133 "//ios/web:test_support",
131 "//net:test_support", 134 "//net:test_support",
132 "//skia", 135 "//skia",
133 "//testing/gmock", 136 "//testing/gmock",
134 "//testing/gtest", 137 "//testing/gtest",
135 "//third_party/google_toolbox_for_mac", 138 "//third_party/google_toolbox_for_mac",
136 "//third_party/ocmock", 139 "//third_party/ocmock",
137 "//ui/base:base", 140 "//ui/base:base",
138 "//ui/gfx:test_support", 141 "//ui/gfx:test_support",
139 "//ui/strings:ui_strings", 142 "//ui/strings:ui_strings",
140 ] 143 ]
141 144
142 assert_no_deps = ios_assert_no_deps 145 assert_no_deps = ios_assert_no_deps
143 } 146 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/voice/BUILD.gn » ('j') | ios/chrome/browser/ui/voice/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698