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

Side by Side Diff: content/content_browser.gypi

Issue 10377170: Browser Plugin: browser process side changes (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Updated to not expose GetPendingRenderViewHost Created 8 years, 7 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 # 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 'dependencies': [ 6 'dependencies': [
7 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'browser/appcache/chrome_appcache_service.cc', 198 'browser/appcache/chrome_appcache_service.cc',
199 'browser/appcache/chrome_appcache_service.h', 199 'browser/appcache/chrome_appcache_service.h',
200 'browser/browser_child_process_host_impl.cc', 200 'browser/browser_child_process_host_impl.cc',
201 'browser/browser_child_process_host_impl.h', 201 'browser/browser_child_process_host_impl.h',
202 'browser/browser_context.cc', 202 'browser/browser_context.cc',
203 'browser/browser_main.cc', 203 'browser/browser_main.cc',
204 'browser/browser_main.h', 204 'browser/browser_main.h',
205 'browser/browser_main_loop.cc', 205 'browser/browser_main_loop.cc',
206 'browser/browser_main_loop.h', 206 'browser/browser_main_loop.h',
207 'browser/browser_main_runner.cc', 207 'browser/browser_main_runner.cc',
208 'browser/browser_plugin/browser_plugin_host.cc',
209 'browser/browser_plugin/browser_plugin_host.h',
208 'browser/browser_process_sub_thread.cc', 210 'browser/browser_process_sub_thread.cc',
209 'browser/browser_process_sub_thread.h', 211 'browser/browser_process_sub_thread.h',
210 'browser/browser_thread_impl.cc', 212 'browser/browser_thread_impl.cc',
211 'browser/browser_thread_impl.h', 213 'browser/browser_thread_impl.h',
212 'browser/browser_url_handler_impl.cc', 214 'browser/browser_url_handler_impl.cc',
213 'browser/browser_url_handler_impl.h', 215 'browser/browser_url_handler_impl.h',
214 'browser/browsing_instance.cc', 216 'browser/browsing_instance.cc',
215 'browser/browsing_instance.h', 217 'browser/browsing_instance.h',
216 'browser/cert_store_impl.cc', 218 'browser/cert_store_impl.cc',
217 'browser/cert_store_impl.h', 219 'browser/cert_store_impl.h',
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 ], 945 ],
944 }], 946 }],
945 ['input_speech==0', { 947 ['input_speech==0', {
946 'sources/': [ 948 'sources/': [
947 ['exclude', '^browser/speech/'], 949 ['exclude', '^browser/speech/'],
948 ], 950 ],
949 }], 951 }],
950 ], 952 ],
951 } 953 }
952 954
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698