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

Side by Side Diff: content/content_browser.gypi

Issue 9419033: Move creation of BrowserContext objects that live in content to content, instead of depending on th… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fix memory leaks in tests Created 8 years, 10 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'browser/accessibility/browser_accessibility_win.cc', 143 'browser/accessibility/browser_accessibility_win.cc',
144 'browser/accessibility/browser_accessibility_win.h', 144 'browser/accessibility/browser_accessibility_win.h',
145 'browser/appcache/appcache_dispatcher_host.cc', 145 'browser/appcache/appcache_dispatcher_host.cc',
146 'browser/appcache/appcache_dispatcher_host.h', 146 'browser/appcache/appcache_dispatcher_host.h',
147 'browser/appcache/appcache_frontend_proxy.cc', 147 'browser/appcache/appcache_frontend_proxy.cc',
148 'browser/appcache/appcache_frontend_proxy.h', 148 'browser/appcache/appcache_frontend_proxy.h',
149 'browser/appcache/chrome_appcache_service.cc', 149 'browser/appcache/chrome_appcache_service.cc',
150 'browser/appcache/chrome_appcache_service.h', 150 'browser/appcache/chrome_appcache_service.h',
151 'browser/browser_child_process_host_impl.cc', 151 'browser/browser_child_process_host_impl.cc',
152 'browser/browser_child_process_host_impl.h', 152 'browser/browser_child_process_host_impl.h',
153 'browser/browser_context.cc',
153 'browser/browser_main.cc', 154 'browser/browser_main.cc',
154 'browser/browser_main.h', 155 'browser/browser_main.h',
155 'browser/browser_main_loop.cc', 156 'browser/browser_main_loop.cc',
156 'browser/browser_main_loop.h', 157 'browser/browser_main_loop.h',
157 'browser/browser_main_runner.cc', 158 'browser/browser_main_runner.cc',
158 'browser/browser_process_sub_thread.cc', 159 'browser/browser_process_sub_thread.cc',
159 'browser/browser_process_sub_thread.h', 160 'browser/browser_process_sub_thread.h',
160 'browser/browser_thread_impl.cc', 161 'browser/browser_thread_impl.cc',
161 'browser/browser_thread_impl.h', 162 'browser/browser_thread_impl.h',
162 'browser/browser_url_handler.cc', 163 'browser/browser_url_handler.cc',
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 'ENABLE_JAVA_BRIDGE', 850 'ENABLE_JAVA_BRIDGE',
850 ], 851 ],
851 }, { 852 }, {
852 'sources/': [ 853 'sources/': [
853 ['exclude', '^browser/renderer_host/java/'], 854 ['exclude', '^browser/renderer_host/java/'],
854 ], 855 ],
855 }], 856 }],
856 ], 857 ],
857 } 858 }
858 859
OLDNEW
« no previous file with comments | « content/browser/tab_contents/navigation_controller_impl.cc ('k') | content/public/browser/browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698