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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 12589005: Implement web speech synthesis. (Closed) Base URL: http://git.chromium.org/chromium/src.git@webtts
Patch Set: Fix android build Created 7 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/speech/tts_message_filter.cc ('k') | chrome/chrome_common.gypi » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1795 matching lines...) Expand 10 before | Expand all | Expand 10 after
1806 'browser/speech/speech_recognition_bubble_controller.h', 1806 'browser/speech/speech_recognition_bubble_controller.h',
1807 'browser/speech/tts_chromeos.cc', 1807 'browser/speech/tts_chromeos.cc',
1808 'browser/speech/tts_controller.cc', 1808 'browser/speech/tts_controller.cc',
1809 'browser/speech/tts_controller.h', 1809 'browser/speech/tts_controller.h',
1810 'browser/speech/tts_extension_loader_chromeos.cc', 1810 'browser/speech/tts_extension_loader_chromeos.cc',
1811 'browser/speech/tts_extension_loader_chromeos.h', 1811 'browser/speech/tts_extension_loader_chromeos.h',
1812 'browser/speech/tts_linux.cc', 1812 'browser/speech/tts_linux.cc',
1813 'browser/speech/tts_mac.mm', 1813 'browser/speech/tts_mac.mm',
1814 'browser/speech/tts_platform.cc', 1814 'browser/speech/tts_platform.cc',
1815 'browser/speech/tts_platform.h', 1815 'browser/speech/tts_platform.h',
1816 'browser/speech/tts_message_filter.cc',
1817 'browser/speech/tts_message_filter.h',
1816 'browser/speech/tts_win.cc', 1818 'browser/speech/tts_win.cc',
1817 'browser/spellchecker/spellcheck_custom_dictionary.cc', 1819 'browser/spellchecker/spellcheck_custom_dictionary.cc',
1818 'browser/spellchecker/spellcheck_custom_dictionary.h', 1820 'browser/spellchecker/spellcheck_custom_dictionary.h',
1819 'browser/spellchecker/spellcheck_dictionary.h', 1821 'browser/spellchecker/spellcheck_dictionary.h',
1820 'browser/spellchecker/spellcheck_factory.cc', 1822 'browser/spellchecker/spellcheck_factory.cc',
1821 'browser/spellchecker/spellcheck_factory.h', 1823 'browser/spellchecker/spellcheck_factory.h',
1822 'browser/spellchecker/spellcheck_host_metrics.cc', 1824 'browser/spellchecker/spellcheck_host_metrics.cc',
1823 'browser/spellchecker/spellcheck_host_metrics.h', 1825 'browser/spellchecker/spellcheck_host_metrics.h',
1824 'browser/spellchecker/spellcheck_hunspell_dictionary.cc', 1826 'browser/spellchecker/spellcheck_hunspell_dictionary.cc',
1825 'browser/spellchecker/spellcheck_hunspell_dictionary.h', 1827 'browser/spellchecker/spellcheck_hunspell_dictionary.h',
(...skipping 1285 matching lines...) Expand 10 before | Expand all | Expand 10 after
3111 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3113 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3112 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3114 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3113 }, 3115 },
3114 'includes': [ '../build/android/java_cpp_template.gypi' ], 3116 'includes': [ '../build/android/java_cpp_template.gypi' ],
3115 }, 3117 },
3116 ], 3118 ],
3117 }, 3119 },
3118 ], 3120 ],
3119 ], 3121 ],
3120 } 3122 }
OLDNEW
« no previous file with comments | « chrome/browser/speech/tts_message_filter.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698