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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7989001: Remove use of default request context and fix use of speech censor flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 2 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 2008 matching lines...) Expand 10 before | Expand all | Expand 10 after
2019 'browser/shell_integration_linux.cc', 2019 'browser/shell_integration_linux.cc',
2020 'browser/shell_integration_mac.mm', 2020 'browser/shell_integration_mac.mm',
2021 'browser/shell_integration_win.cc', 2021 'browser/shell_integration_win.cc',
2022 'browser/sidebar/sidebar_container.cc', 2022 'browser/sidebar/sidebar_container.cc',
2023 'browser/sidebar/sidebar_container.h', 2023 'browser/sidebar/sidebar_container.h',
2024 'browser/sidebar/sidebar_manager.cc', 2024 'browser/sidebar/sidebar_manager.cc',
2025 'browser/sidebar/sidebar_manager.h', 2025 'browser/sidebar/sidebar_manager.h',
2026 'browser/simple_message_box.h', 2026 'browser/simple_message_box.h',
2027 'browser/speech/chrome_speech_input_manager.cc', 2027 'browser/speech/chrome_speech_input_manager.cc',
2028 'browser/speech/chrome_speech_input_manager.h', 2028 'browser/speech/chrome_speech_input_manager.h',
2029 'browser/speech/chrome_speech_input_preferences.cc',
2030 'browser/speech/chrome_speech_input_preferences.h',
2029 'browser/speech/speech_input_bubble.cc', 2031 'browser/speech/speech_input_bubble.cc',
2030 'browser/speech/speech_input_bubble.h', 2032 'browser/speech/speech_input_bubble.h',
2031 'browser/speech/speech_input_bubble_controller.cc', 2033 'browser/speech/speech_input_bubble_controller.cc',
2032 'browser/speech/speech_input_bubble_controller.h', 2034 'browser/speech/speech_input_bubble_controller.h',
2033 'browser/speech/speech_input_bubble_gtk.cc', 2035 'browser/speech/speech_input_bubble_gtk.cc',
2034 'browser/speech/speech_input_bubble_mac.mm', 2036 'browser/speech/speech_input_bubble_mac.mm',
2035 'browser/speech/speech_input_bubble_views.cc', 2037 'browser/speech/speech_input_bubble_views.cc',
2036 'browser/spellchecker/spellcheck_host.cc', 2038 'browser/spellchecker/spellcheck_host.cc',
2037 'browser/spellchecker/spellcheck_host.h', 2039 'browser/spellchecker/spellcheck_host.h',
2038 'browser/spellchecker/spellcheck_host_impl.cc', 2040 'browser/spellchecker/spellcheck_host_impl.cc',
(...skipping 3032 matching lines...) Expand 10 before | Expand all | Expand 10 after
5071 # weak imports in dependents, who still must #include 5073 # weak imports in dependents, who still must #include
5072 # closure_blocks_leopard_compat.h to get weak imports. 5074 # closure_blocks_leopard_compat.h to get weak imports.
5073 'type': 'none', 5075 'type': 'none',
5074 }], 5076 }],
5075 ], 5077 ],
5076 }, 5078 },
5077 ], 5079 ],
5078 }], 5080 }],
5079 ], 5081 ],
5080 } 5082 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698