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

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: Separate overriden methods in profile_impl.h 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 2016 matching lines...) Expand 10 before | Expand all | Expand 10 after
2027 'browser/shell_integration_linux.cc', 2027 'browser/shell_integration_linux.cc',
2028 'browser/shell_integration_mac.mm', 2028 'browser/shell_integration_mac.mm',
2029 'browser/shell_integration_win.cc', 2029 'browser/shell_integration_win.cc',
2030 'browser/sidebar/sidebar_container.cc', 2030 'browser/sidebar/sidebar_container.cc',
2031 'browser/sidebar/sidebar_container.h', 2031 'browser/sidebar/sidebar_container.h',
2032 'browser/sidebar/sidebar_manager.cc', 2032 'browser/sidebar/sidebar_manager.cc',
2033 'browser/sidebar/sidebar_manager.h', 2033 'browser/sidebar/sidebar_manager.h',
2034 'browser/simple_message_box.h', 2034 'browser/simple_message_box.h',
2035 'browser/speech/chrome_speech_input_manager.cc', 2035 'browser/speech/chrome_speech_input_manager.cc',
2036 'browser/speech/chrome_speech_input_manager.h', 2036 'browser/speech/chrome_speech_input_manager.h',
2037 'browser/speech/chrome_speech_input_preferences.cc',
2038 'browser/speech/chrome_speech_input_preferences.h',
2037 'browser/speech/speech_input_bubble.cc', 2039 'browser/speech/speech_input_bubble.cc',
2038 'browser/speech/speech_input_bubble.h', 2040 'browser/speech/speech_input_bubble.h',
2039 'browser/speech/speech_input_bubble_controller.cc', 2041 'browser/speech/speech_input_bubble_controller.cc',
2040 'browser/speech/speech_input_bubble_controller.h', 2042 'browser/speech/speech_input_bubble_controller.h',
2041 'browser/speech/speech_input_bubble_gtk.cc', 2043 'browser/speech/speech_input_bubble_gtk.cc',
2042 'browser/speech/speech_input_bubble_mac.mm', 2044 'browser/speech/speech_input_bubble_mac.mm',
2043 'browser/speech/speech_input_bubble_views.cc', 2045 'browser/speech/speech_input_bubble_views.cc',
2044 'browser/spellchecker/spellcheck_host.cc', 2046 'browser/spellchecker/spellcheck_host.cc',
2045 'browser/spellchecker/spellcheck_host.h', 2047 'browser/spellchecker/spellcheck_host.h',
2046 'browser/spellchecker/spellcheck_host_impl.cc', 2048 'browser/spellchecker/spellcheck_host_impl.cc',
(...skipping 3025 matching lines...) Expand 10 before | Expand all | Expand 10 after
5072 # weak imports in dependents, who still must #include 5074 # weak imports in dependents, who still must #include
5073 # closure_blocks_leopard_compat.h to get weak imports. 5075 # closure_blocks_leopard_compat.h to get weak imports.
5074 'type': 'none', 5076 'type': 'none',
5075 }], 5077 }],
5076 ], 5078 ],
5077 }, 5079 },
5078 ], 5080 ],
5079 }], 5081 }],
5080 ], 5082 ],
5081 } 5083 }
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/render_view_context_menu.cc ('k') | chrome/test/base/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698