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

Side by Side Diff: content/content_shell.gypi

Issue 11308362: Add StoragePartition's ProtocolHandlers at URLRequestContext construction time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address awong's comments Created 7 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 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'shell/shell_main_delegate.cc', 100 'shell/shell_main_delegate.cc',
101 'shell/shell_main_delegate.h', 101 'shell/shell_main_delegate.h',
102 'shell/shell_message_filter.cc', 102 'shell/shell_message_filter.cc',
103 'shell/shell_message_filter.h', 103 'shell/shell_message_filter.h',
104 'shell/shell_messages.cc', 104 'shell/shell_messages.cc',
105 'shell/shell_messages.h', 105 'shell/shell_messages.h',
106 'shell/shell_network_delegate.cc', 106 'shell/shell_network_delegate.cc',
107 'shell/shell_network_delegate.h', 107 'shell/shell_network_delegate.h',
108 'shell/shell_render_process_observer.cc', 108 'shell/shell_render_process_observer.cc',
109 'shell/shell_render_process_observer.h', 109 'shell/shell_render_process_observer.h',
110 'shell/shell_resource_context.cc',
111 'shell/shell_resource_context.h',
112 'shell/shell_resource_dispatcher_host_delegate.cc', 110 'shell/shell_resource_dispatcher_host_delegate.cc',
113 'shell/shell_resource_dispatcher_host_delegate.h', 111 'shell/shell_resource_dispatcher_host_delegate.h',
114 'shell/shell_switches.cc', 112 'shell/shell_switches.cc',
115 'shell/shell_switches.h', 113 'shell/shell_switches.h',
116 'shell/shell_url_request_context_getter.cc', 114 'shell/shell_url_request_context_getter.cc',
117 'shell/shell_url_request_context_getter.h', 115 'shell/shell_url_request_context_getter.h',
118 'shell/shell_web_contents_view_delegate_creator.h', 116 'shell/shell_web_contents_view_delegate_creator.h',
119 'shell/shell_web_contents_view_delegate_gtk.cc', 117 'shell/shell_web_contents_view_delegate_gtk.cc',
120 'shell/shell_web_contents_view_delegate_mac.mm', 118 'shell/shell_web_contents_view_delegate_mac.mm',
121 'shell/shell_web_contents_view_delegate_win.cc', 119 'shell/shell_web_contents_view_delegate_win.cc',
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 'resource_dir': '../res', 648 'resource_dir': '../res',
651 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'], 649 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'],
652 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 650 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
653 }, 651 },
654 'includes': [ '../build/java_apk.gypi' ], 652 'includes': [ '../build/java_apk.gypi' ],
655 }, 653 },
656 ], 654 ],
657 }], # OS=="android" 655 }], # OS=="android"
658 ] 656 ]
659 } 657 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698