OLD | NEW |
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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 'shell/shell_login_dialog.cc', | 109 'shell/shell_login_dialog.cc', |
110 'shell/shell_login_dialog.h', | 110 'shell/shell_login_dialog.h', |
111 'shell/shell_main_delegate.cc', | 111 'shell/shell_main_delegate.cc', |
112 'shell/shell_main_delegate.h', | 112 'shell/shell_main_delegate.h', |
113 'shell/shell_message_filter.cc', | 113 'shell/shell_message_filter.cc', |
114 'shell/shell_message_filter.h', | 114 'shell/shell_message_filter.h', |
115 'shell/shell_messages.cc', | 115 'shell/shell_messages.cc', |
116 'shell/shell_messages.h', | 116 'shell/shell_messages.h', |
117 'shell/shell_network_delegate.cc', | 117 'shell/shell_network_delegate.cc', |
118 'shell/shell_network_delegate.h', | 118 'shell/shell_network_delegate.h', |
| 119 'shell/shell_quota_permission_context.cc', |
| 120 'shell/shell_quota_permission_context.h', |
119 'shell/shell_render_process_observer.cc', | 121 'shell/shell_render_process_observer.cc', |
120 'shell/shell_render_process_observer.h', | 122 'shell/shell_render_process_observer.h', |
121 'shell/shell_resource_dispatcher_host_delegate.cc', | 123 'shell/shell_resource_dispatcher_host_delegate.cc', |
122 'shell/shell_resource_dispatcher_host_delegate.h', | 124 'shell/shell_resource_dispatcher_host_delegate.h', |
123 'shell/shell_switches.cc', | 125 'shell/shell_switches.cc', |
124 'shell/shell_switches.h', | 126 'shell/shell_switches.h', |
125 'shell/shell_test_configuration.cc', | 127 'shell/shell_test_configuration.cc', |
126 'shell/shell_test_configuration.h', | 128 'shell/shell_test_configuration.h', |
127 'shell/shell_url_request_context_getter.cc', | 129 'shell/shell_url_request_context_getter.cc', |
128 'shell/shell_url_request_context_getter.h', | 130 'shell/shell_url_request_context_getter.h', |
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
679 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi
ew.so'], | 681 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi
ew.so'], |
680 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 682 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
681 'asset_location': '<(ant_build_out)/content_shell/assets', | 683 'asset_location': '<(ant_build_out)/content_shell/assets', |
682 }, | 684 }, |
683 'includes': [ '../build/java_apk.gypi' ], | 685 'includes': [ '../build/java_apk.gypi' ], |
684 }, | 686 }, |
685 ], | 687 ], |
686 }], # OS=="android" | 688 }], # OS=="android" |
687 ] | 689 ] |
688 } | 690 } |
OLD | NEW |