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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10663018: Changing tab closure handling logic in speech recognition code and cleaning bubble controller. (Spe… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2054 matching lines...) Expand 10 before | Expand all | Expand 10 after
2065 'browser/speech/extension_api/tts_extension_api_platform.h', 2065 'browser/speech/extension_api/tts_extension_api_platform.h',
2066 'browser/speech/extension_api/tts_extension_api_win.cc', 2066 'browser/speech/extension_api/tts_extension_api_win.cc',
2067 'browser/speech/speech_input_extension_manager.cc', 2067 'browser/speech/speech_input_extension_manager.cc',
2068 'browser/speech/speech_input_extension_manager.h', 2068 'browser/speech/speech_input_extension_manager.h',
2069 'browser/speech/speech_recognition_bubble.cc', 2069 'browser/speech/speech_recognition_bubble.cc',
2070 'browser/speech/speech_recognition_bubble.h', 2070 'browser/speech/speech_recognition_bubble.h',
2071 'browser/speech/speech_recognition_bubble_controller.cc', 2071 'browser/speech/speech_recognition_bubble_controller.cc',
2072 'browser/speech/speech_recognition_bubble_controller.h', 2072 'browser/speech/speech_recognition_bubble_controller.h',
2073 'browser/speech/speech_recognition_tray_icon_controller.cc', 2073 'browser/speech/speech_recognition_tray_icon_controller.cc',
2074 'browser/speech/speech_recognition_tray_icon_controller.h', 2074 'browser/speech/speech_recognition_tray_icon_controller.h',
2075 'browser/speech/tab_watcher.cc',
2076 'browser/speech/tab_watcher.h',
2075 'browser/spellchecker/spellcheck_factory.cc', 2077 'browser/spellchecker/spellcheck_factory.cc',
2076 'browser/spellchecker/spellcheck_factory.h', 2078 'browser/spellchecker/spellcheck_factory.h',
2077 'browser/spellchecker/spellcheck_host.cc', 2079 'browser/spellchecker/spellcheck_host.cc',
2078 'browser/spellchecker/spellcheck_host.h', 2080 'browser/spellchecker/spellcheck_host.h',
2079 'browser/spellchecker/spellcheck_host_impl.cc', 2081 'browser/spellchecker/spellcheck_host_impl.cc',
2080 'browser/spellchecker/spellcheck_host_impl.h', 2082 'browser/spellchecker/spellcheck_host_impl.h',
2081 'browser/spellchecker/spellcheck_host_metrics.cc', 2083 'browser/spellchecker/spellcheck_host_metrics.cc',
2082 'browser/spellchecker/spellcheck_host_metrics.h', 2084 'browser/spellchecker/spellcheck_host_metrics.h',
2083 'browser/spellchecker/spellcheck_message_filter.cc', 2085 'browser/spellchecker/spellcheck_message_filter.cc',
2084 'browser/spellchecker/spellcheck_message_filter.h', 2086 'browser/spellchecker/spellcheck_message_filter.h',
(...skipping 3188 matching lines...) Expand 10 before | Expand all | Expand 10 after
5273 'browser/metrics/proto/study.proto', 5275 'browser/metrics/proto/study.proto',
5274 ], 5276 ],
5275 'variables': { 5277 'variables': {
5276 'proto_in_dir': 'browser/metrics/proto', 5278 'proto_in_dir': 'browser/metrics/proto',
5277 'proto_out_dir': 'chrome/browser/metrics/proto', 5279 'proto_out_dir': 'chrome/browser/metrics/proto',
5278 }, 5280 },
5279 'includes': [ '../build/protoc.gypi' ] 5281 'includes': [ '../build/protoc.gypi' ]
5280 }, 5282 },
5281 ], 5283 ],
5282 } 5284 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698