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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 'shell/shell_main_delegate.cc', | 104 'shell/shell_main_delegate.cc', |
105 'shell/shell_main_delegate.h', | 105 'shell/shell_main_delegate.h', |
106 'shell/shell_message_filter.cc', | 106 'shell/shell_message_filter.cc', |
107 'shell/shell_message_filter.h', | 107 'shell/shell_message_filter.h', |
108 'shell/shell_messages.cc', | 108 'shell/shell_messages.cc', |
109 'shell/shell_messages.h', | 109 'shell/shell_messages.h', |
110 'shell/shell_network_delegate.cc', | 110 'shell/shell_network_delegate.cc', |
111 'shell/shell_network_delegate.h', | 111 'shell/shell_network_delegate.h', |
112 'shell/shell_render_process_observer.cc', | 112 'shell/shell_render_process_observer.cc', |
113 'shell/shell_render_process_observer.h', | 113 'shell/shell_render_process_observer.h', |
114 'shell/shell_resource_context.cc', | |
115 'shell/shell_resource_context.h', | |
116 'shell/shell_resource_dispatcher_host_delegate.cc', | 114 'shell/shell_resource_dispatcher_host_delegate.cc', |
117 'shell/shell_resource_dispatcher_host_delegate.h', | 115 'shell/shell_resource_dispatcher_host_delegate.h', |
118 'shell/shell_switches.cc', | 116 'shell/shell_switches.cc', |
119 'shell/shell_switches.h', | 117 'shell/shell_switches.h', |
120 'shell/shell_url_request_context_getter.cc', | 118 'shell/shell_url_request_context_getter.cc', |
121 'shell/shell_url_request_context_getter.h', | 119 'shell/shell_url_request_context_getter.h', |
122 'shell/shell_web_contents_view_delegate_creator.h', | 120 'shell/shell_web_contents_view_delegate_creator.h', |
123 'shell/shell_web_contents_view_delegate_gtk.cc', | 121 'shell/shell_web_contents_view_delegate_gtk.cc', |
124 'shell/shell_web_contents_view_delegate_mac.mm', | 122 'shell/shell_web_contents_view_delegate_mac.mm', |
125 'shell/shell_web_contents_view_delegate_win.cc', | 123 'shell/shell_web_contents_view_delegate_win.cc', |
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
667 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi
ew.so'], | 665 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi
ew.so'], |
668 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 666 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
669 'asset_location': '<(ant_build_out)/content_shell/assets', | 667 'asset_location': '<(ant_build_out)/content_shell/assets', |
670 }, | 668 }, |
671 'includes': [ '../build/java_apk.gypi' ], | 669 'includes': [ '../build/java_apk.gypi' ], |
672 }, | 670 }, |
673 ], | 671 ], |
674 }], # OS=="android" | 672 }], # OS=="android" |
675 ] | 673 ] |
676 } | 674 } |
OLD | NEW |