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

Side by Side Diff: content/content_browser.gypi

Issue 9688019: Add a Content API around BrowserURLHandler. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix gypis Created 8 years, 9 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
« no previous file with comments | « content/browser/tab_contents/test_tab_contents.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 22 matching lines...) Expand all
33 'public/browser/browser_child_process_host_delegate.cc', 33 'public/browser/browser_child_process_host_delegate.cc',
34 'public/browser/browser_child_process_host_delegate.h', 34 'public/browser/browser_child_process_host_delegate.h',
35 'public/browser/browser_child_process_host_iterator.cc', 35 'public/browser/browser_child_process_host_iterator.cc',
36 'public/browser/browser_child_process_host_iterator.h', 36 'public/browser/browser_child_process_host_iterator.h',
37 'public/browser/browser_context.h', 37 'public/browser/browser_context.h',
38 'public/browser/browser_main_parts.h', 38 'public/browser/browser_main_parts.h',
39 'public/browser/browser_main_runner.h', 39 'public/browser/browser_main_runner.h',
40 'public/browser/browser_message_filter.cc', 40 'public/browser/browser_message_filter.cc',
41 'public/browser/browser_message_filter.h', 41 'public/browser/browser_message_filter.h',
42 'public/browser/browser_shutdown.h', 42 'public/browser/browser_shutdown.h',
43 'public/browser/browser_url_handler.h',
43 'public/browser/browser_thread.h', 44 'public/browser/browser_thread.h',
44 'public/browser/browser_thread_delegate.h', 45 'public/browser/browser_thread_delegate.h',
45 'public/browser/child_process_data.h', 46 'public/browser/child_process_data.h',
46 'public/browser/child_process_security_policy.h', 47 'public/browser/child_process_security_policy.h',
47 'public/browser/content_browser_client.h', 48 'public/browser/content_browser_client.h',
48 'public/browser/content_ipc_logging.h', 49 'public/browser/content_ipc_logging.h',
49 'public/browser/devtools_agent_host_registry.h', 50 'public/browser/devtools_agent_host_registry.h',
50 'public/browser/devtools_client_host.h', 51 'public/browser/devtools_client_host.h',
51 'public/browser/download_danger_type.h', 52 'public/browser/download_danger_type.h',
52 'public/browser/download_id.h', 53 'public/browser/download_id.h',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'browser/browser_context.cc', 176 'browser/browser_context.cc',
176 'browser/browser_main.cc', 177 'browser/browser_main.cc',
177 'browser/browser_main.h', 178 'browser/browser_main.h',
178 'browser/browser_main_loop.cc', 179 'browser/browser_main_loop.cc',
179 'browser/browser_main_loop.h', 180 'browser/browser_main_loop.h',
180 'browser/browser_main_runner.cc', 181 'browser/browser_main_runner.cc',
181 'browser/browser_process_sub_thread.cc', 182 'browser/browser_process_sub_thread.cc',
182 'browser/browser_process_sub_thread.h', 183 'browser/browser_process_sub_thread.h',
183 'browser/browser_thread_impl.cc', 184 'browser/browser_thread_impl.cc',
184 'browser/browser_thread_impl.h', 185 'browser/browser_thread_impl.h',
185 'browser/browser_url_handler.cc', 186 'browser/browser_url_handler_impl.cc',
186 'browser/browser_url_handler.h', 187 'browser/browser_url_handler_impl.h',
187 'browser/browsing_instance.cc', 188 'browser/browsing_instance.cc',
188 'browser/browsing_instance.h', 189 'browser/browsing_instance.h',
189 'browser/cert_store.cc', 190 'browser/cert_store.cc',
190 'browser/cert_store.h', 191 'browser/cert_store.h',
191 'browser/child_process_launcher.cc', 192 'browser/child_process_launcher.cc',
192 'browser/child_process_launcher.h', 193 'browser/child_process_launcher.h',
193 'browser/child_process_security_policy_impl.cc', 194 'browser/child_process_security_policy_impl.cc',
194 'browser/child_process_security_policy_impl.h', 195 'browser/child_process_security_policy_impl.h',
195 'browser/content_ipc_logging.cc', 196 'browser/content_ipc_logging.cc',
196 'browser/cross_site_request_manager.cc', 197 'browser/cross_site_request_manager.cc',
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 ], 889 ],
889 }], 890 }],
890 ['input_speech==0', { 891 ['input_speech==0', {
891 'sources/': [ 892 'sources/': [
892 ['exclude', '^browser/speech/'], 893 ['exclude', '^browser/speech/'],
893 ], 894 ],
894 }], 895 }],
895 ], 896 ],
896 } 897 }
897 898
OLDNEW
« no previous file with comments | « content/browser/tab_contents/test_tab_contents.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698