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

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: Slight refactor to fix a bug on mac + rebase 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 2076 matching lines...) Expand 10 before | Expand all | Expand 10 after
2087 'browser/speech/extension_api/tts_extension_api_platform.h', 2087 'browser/speech/extension_api/tts_extension_api_platform.h',
2088 'browser/speech/extension_api/tts_extension_api_win.cc', 2088 'browser/speech/extension_api/tts_extension_api_win.cc',
2089 'browser/speech/speech_input_extension_manager.cc', 2089 'browser/speech/speech_input_extension_manager.cc',
2090 'browser/speech/speech_input_extension_manager.h', 2090 'browser/speech/speech_input_extension_manager.h',
2091 'browser/speech/speech_recognition_bubble.cc', 2091 'browser/speech/speech_recognition_bubble.cc',
2092 'browser/speech/speech_recognition_bubble.h', 2092 'browser/speech/speech_recognition_bubble.h',
2093 'browser/speech/speech_recognition_bubble_controller.cc', 2093 'browser/speech/speech_recognition_bubble_controller.cc',
2094 'browser/speech/speech_recognition_bubble_controller.h', 2094 'browser/speech/speech_recognition_bubble_controller.h',
2095 'browser/speech/speech_recognition_tray_icon_controller.cc', 2095 'browser/speech/speech_recognition_tray_icon_controller.cc',
2096 'browser/speech/speech_recognition_tray_icon_controller.h', 2096 'browser/speech/speech_recognition_tray_icon_controller.h',
2097 'browser/speech/tab_watcher.cc',
2098 'browser/speech/tab_watcher.h',
2097 'browser/spellchecker/spellcheck_factory.cc', 2099 'browser/spellchecker/spellcheck_factory.cc',
2098 'browser/spellchecker/spellcheck_factory.h', 2100 'browser/spellchecker/spellcheck_factory.h',
2099 'browser/spellchecker/spellcheck_host.cc', 2101 'browser/spellchecker/spellcheck_host.cc',
2100 'browser/spellchecker/spellcheck_host.h', 2102 'browser/spellchecker/spellcheck_host.h',
2101 'browser/spellchecker/spellcheck_host_impl.cc', 2103 'browser/spellchecker/spellcheck_host_impl.cc',
2102 'browser/spellchecker/spellcheck_host_impl.h', 2104 'browser/spellchecker/spellcheck_host_impl.h',
2103 'browser/spellchecker/spellcheck_host_metrics.cc', 2105 'browser/spellchecker/spellcheck_host_metrics.cc',
2104 'browser/spellchecker/spellcheck_host_metrics.h', 2106 'browser/spellchecker/spellcheck_host_metrics.h',
2105 'browser/spellchecker/spellcheck_message_filter.cc', 2107 'browser/spellchecker/spellcheck_message_filter.cc',
2106 'browser/spellchecker/spellcheck_message_filter.h', 2108 'browser/spellchecker/spellcheck_message_filter.h',
(...skipping 3215 matching lines...) Expand 10 before | Expand all | Expand 10 after
5322 'browser/metrics/proto/study.proto', 5324 'browser/metrics/proto/study.proto',
5323 ], 5325 ],
5324 'variables': { 5326 'variables': {
5325 'proto_in_dir': 'browser/metrics/proto', 5327 'proto_in_dir': 'browser/metrics/proto',
5326 'proto_out_dir': 'chrome/browser/metrics/proto', 5328 'proto_out_dir': 'chrome/browser/metrics/proto',
5327 }, 5329 },
5328 'includes': [ '../build/protoc.gypi' ] 5330 'includes': [ '../build/protoc.gypi' ]
5329 }, 5331 },
5330 ], 5332 ],
5331 } 5333 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698