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

Side by Side Diff: ios/chrome/browser/ui/voice/BUILD.gn

Issue 2527383002: Split //ios/public/provider/chrome/browser/* targets. (Closed)
Patch Set: Rebase. Created 4 years 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
« no previous file with comments | « ios/chrome/browser/translate/BUILD.gn ('k') | ios/chrome/browser/voice/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 source_set("voice") { 5 source_set("voice") {
6 configs += [ "//build/config/compiler:enable_arc" ] 6 configs += [ "//build/config/compiler:enable_arc" ]
7 sources = [ 7 sources = [
8 "text_to_speech_player+subclassing.h",
8 "text_to_speech_player.h", 9 "text_to_speech_player.h",
9 "text_to_speech_player.mm", 10 "text_to_speech_player.mm",
10 "voice_search_notification_names.h", 11 "voice_search_notification_names.h",
11 "voice_search_notification_names.mm", 12 "voice_search_notification_names.mm",
12 ] 13 ]
13 14
14 deps = [ 15 deps = [
15 "//base", 16 "//base",
16 ] 17 ]
17 18
(...skipping 26 matching lines...) Expand all
44 visibility = [ ":unit_tests" ] 45 visibility = [ ":unit_tests" ]
45 testonly = true 46 testonly = true
46 sources = [ 47 sources = [
47 "//ios/chrome/test/data/voice/test_sound.m4a", 48 "//ios/chrome/test/data/voice/test_sound.m4a",
48 ] 49 ]
49 outputs = [ 50 outputs = [
50 "{{bundle_resources_dir}}/{{source_root_relative_dir}}/" + 51 "{{bundle_resources_dir}}/{{source_root_relative_dir}}/" +
51 "{{source_file_part}}", 52 "{{source_file_part}}",
52 ] 53 ]
53 } 54 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/translate/BUILD.gn ('k') | ios/chrome/browser/voice/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698