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

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: jochen review Created 8 years, 5 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 2095 matching lines...) Expand 10 before | Expand all | Expand 10 after
2106 'browser/speech/extension_api/tts_extension_api_platform.h', 2106 'browser/speech/extension_api/tts_extension_api_platform.h',
2107 'browser/speech/extension_api/tts_extension_api_win.cc', 2107 'browser/speech/extension_api/tts_extension_api_win.cc',
2108 'browser/speech/speech_input_extension_manager.cc', 2108 'browser/speech/speech_input_extension_manager.cc',
2109 'browser/speech/speech_input_extension_manager.h', 2109 'browser/speech/speech_input_extension_manager.h',
2110 'browser/speech/speech_recognition_bubble.cc', 2110 'browser/speech/speech_recognition_bubble.cc',
2111 'browser/speech/speech_recognition_bubble.h', 2111 'browser/speech/speech_recognition_bubble.h',
2112 'browser/speech/speech_recognition_bubble_controller.cc', 2112 'browser/speech/speech_recognition_bubble_controller.cc',
2113 'browser/speech/speech_recognition_bubble_controller.h', 2113 'browser/speech/speech_recognition_bubble_controller.h',
2114 'browser/speech/speech_recognition_tray_icon_controller.cc', 2114 'browser/speech/speech_recognition_tray_icon_controller.cc',
2115 'browser/speech/speech_recognition_tray_icon_controller.h', 2115 'browser/speech/speech_recognition_tray_icon_controller.h',
2116 'browser/speech/tab_watcher.cc',
2117 'browser/speech/tab_watcher.h',
2116 'browser/spellchecker/spellcheck_factory.cc', 2118 'browser/spellchecker/spellcheck_factory.cc',
2117 'browser/spellchecker/spellcheck_factory.h', 2119 'browser/spellchecker/spellcheck_factory.h',
2118 'browser/spellchecker/spellcheck_host.cc', 2120 'browser/spellchecker/spellcheck_host.cc',
2119 'browser/spellchecker/spellcheck_host.h', 2121 'browser/spellchecker/spellcheck_host.h',
2120 'browser/spellchecker/spellcheck_host_impl.cc', 2122 'browser/spellchecker/spellcheck_host_impl.cc',
2121 'browser/spellchecker/spellcheck_host_impl.h', 2123 'browser/spellchecker/spellcheck_host_impl.h',
2122 'browser/spellchecker/spellcheck_host_metrics.cc', 2124 'browser/spellchecker/spellcheck_host_metrics.cc',
2123 'browser/spellchecker/spellcheck_host_metrics.h', 2125 'browser/spellchecker/spellcheck_host_metrics.h',
2124 'browser/spellchecker/spellcheck_message_filter.cc', 2126 'browser/spellchecker/spellcheck_message_filter.cc',
2125 'browser/spellchecker/spellcheck_message_filter.h', 2127 'browser/spellchecker/spellcheck_message_filter.h',
(...skipping 3234 matching lines...) Expand 10 before | Expand all | Expand 10 after
5360 'browser/metrics/proto/study.proto', 5362 'browser/metrics/proto/study.proto',
5361 ], 5363 ],
5362 'variables': { 5364 'variables': {
5363 'proto_in_dir': 'browser/metrics/proto', 5365 'proto_in_dir': 'browser/metrics/proto',
5364 'proto_out_dir': 'chrome/browser/metrics/proto', 5366 'proto_out_dir': 'chrome/browser/metrics/proto',
5365 }, 5367 },
5366 'includes': [ '../build/protoc.gypi' ] 5368 'includes': [ '../build/protoc.gypi' ]
5367 }, 5369 },
5368 ], 5370 ],
5369 } 5371 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698