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

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: sync (r175140) Created 7 years, 11 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'shell/shell_login_dialog.cc', 93 'shell/shell_login_dialog.cc',
94 'shell/shell_login_dialog.h', 94 'shell/shell_login_dialog.h',
95 'shell/shell_main_delegate.cc', 95 'shell/shell_main_delegate.cc',
96 'shell/shell_main_delegate.h', 96 'shell/shell_main_delegate.h',
97 'shell/shell_messages.cc', 97 'shell/shell_messages.cc',
98 'shell/shell_messages.h', 98 'shell/shell_messages.h',
99 'shell/shell_network_delegate.cc', 99 'shell/shell_network_delegate.cc',
100 'shell/shell_network_delegate.h', 100 'shell/shell_network_delegate.h',
101 'shell/shell_render_process_observer.cc', 101 'shell/shell_render_process_observer.cc',
102 'shell/shell_render_process_observer.h', 102 'shell/shell_render_process_observer.h',
103 'shell/shell_resource_context.cc',
104 'shell/shell_resource_context.h',
105 'shell/shell_resource_dispatcher_host_delegate.cc', 103 'shell/shell_resource_dispatcher_host_delegate.cc',
106 'shell/shell_resource_dispatcher_host_delegate.h', 104 'shell/shell_resource_dispatcher_host_delegate.h',
107 'shell/shell_stacking_client_ash.cc', 105 'shell/shell_stacking_client_ash.cc',
108 'shell/shell_stacking_client_ash.h', 106 'shell/shell_stacking_client_ash.h',
109 'shell/shell_switches.cc', 107 'shell/shell_switches.cc',
110 'shell/shell_switches.h', 108 'shell/shell_switches.h',
111 'shell/shell_url_request_context_getter.cc', 109 'shell/shell_url_request_context_getter.cc',
112 'shell/shell_url_request_context_getter.h', 110 'shell/shell_url_request_context_getter.h',
113 'shell/shell_web_contents_view_delegate_creator.h', 111 'shell/shell_web_contents_view_delegate_creator.h',
114 'shell/shell_web_contents_view_delegate_gtk.cc', 112 'shell/shell_web_contents_view_delegate_gtk.cc',
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 'resource_dir': '../res', 645 'resource_dir': '../res',
648 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'], 646 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'],
649 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 647 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
650 }, 648 },
651 'includes': [ '../build/java_apk.gypi' ], 649 'includes': [ '../build/java_apk.gypi' ],
652 }, 650 },
653 ], 651 ],
654 }], # OS=="android" 652 }], # OS=="android"
655 ] 653 ]
656 } 654 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698