OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 'public/ssl_status.cc', | 83 'public/ssl_status.cc', |
84 'public/ssl_status.h', | 84 'public/ssl_status.h', |
85 'public/string_util.h', | 85 'public/string_util.h', |
86 'public/url_scheme_util.h', | 86 'public/url_scheme_util.h', |
87 'public/url_util.h', | 87 'public/url_util.h', |
88 'public/user_agent.h', | 88 'public/user_agent.h', |
89 'public/user_agent.mm', | 89 'public/user_agent.mm', |
90 'public/user_metrics.h', | 90 'public/user_metrics.h', |
91 'public/web_client.h', | 91 'public/web_client.h', |
92 'public/web_client.mm', | 92 'public/web_client.mm', |
| 93 'public/web_state/credential.h', |
93 'public/web_state/crw_native_content.h', | 94 'public/web_state/crw_native_content.h', |
94 'public/web_state/crw_native_content_provider.h', | 95 'public/web_state/crw_native_content_provider.h', |
95 'public/web_state/crw_web_controller_observer.h', | 96 'public/web_state/crw_web_controller_observer.h', |
96 'public/web_state/crw_web_delegate.h', | 97 'public/web_state/crw_web_delegate.h', |
97 'public/web_state/crw_web_user_interface_delegate.h' | 98 'public/web_state/crw_web_user_interface_delegate.h' |
98 'public/web_state/crw_web_view_proxy.h' | 99 'public/web_state/crw_web_view_proxy.h' |
99 'public/web_state/crw_web_view_scroll_view_proxy.h' | 100 'public/web_state/crw_web_view_scroll_view_proxy.h' |
100 'public/web_state/js/crw_js_base_manager.h', | 101 'public/web_state/js/crw_js_base_manager.h', |
101 'public/web_state/js/crw_js_injection_evaluator.h', | 102 'public/web_state/js/crw_js_injection_evaluator.h', |
102 'public/web_state/js/crw_js_injection_manager.h', | 103 'public/web_state/js/crw_js_injection_manager.h', |
103 'public/web_state/js/crw_js_injection_receiver.h', | 104 'public/web_state/js/crw_js_injection_receiver.h', |
104 'public/web_state/page_scroll_state.h', | 105 'public/web_state/page_scroll_state.h', |
105 'public/web_state/page_scroll_state.mm', | 106 'public/web_state/page_scroll_state.mm', |
106 'public/web_state/url_verification_constants.h', | 107 'public/web_state/url_verification_constants.h', |
107 'public/web_state/web_state_observer.h', | 108 'public/web_state/web_state_observer.h', |
108 'public/web_state/web_state_observer_bridge.h', | 109 'public/web_state/web_state_observer_bridge.h', |
109 'public/web_thread.h', | 110 'public/web_thread.h', |
110 'public/web_view_type.h', | 111 'public/web_view_type.h', |
111 'public/web_view_util.h', | 112 'public/web_view_util.h', |
112 'string_util.cc', | 113 'string_util.cc', |
113 'ui_web_view_util.h', | 114 'ui_web_view_util.h', |
114 'ui_web_view_util.mm', | 115 'ui_web_view_util.mm', |
115 'url_scheme_util.mm', | 116 'url_scheme_util.mm', |
116 'url_util.cc', | 117 'url_util.cc', |
117 'user_metrics.cc', | 118 'user_metrics.cc', |
118 'weak_nsobject_counter.h', | 119 'weak_nsobject_counter.h', |
119 'weak_nsobject_counter.mm', | 120 'weak_nsobject_counter.mm', |
120 'web_state/blocked_popup_info.h', | 121 'web_state/blocked_popup_info.h', |
121 'web_state/blocked_popup_info.mm', | 122 'web_state/blocked_popup_info.mm', |
| 123 'web_state/credential.cc', |
122 'web_state/crw_recurring_task_delegate.h', | 124 'web_state/crw_recurring_task_delegate.h', |
| 125 'web_state/js/credential_util.h', |
| 126 'web_state/js/credential_util.mm', |
123 'web_state/js/crw_js_early_script_manager.h', | 127 'web_state/js/crw_js_early_script_manager.h', |
124 'web_state/js/crw_js_early_script_manager.mm', | 128 'web_state/js/crw_js_early_script_manager.mm', |
125 'web_state/js/crw_js_injection_manager.mm', | 129 'web_state/js/crw_js_injection_manager.mm', |
126 'web_state/js/crw_js_injection_receiver.mm', | 130 'web_state/js/crw_js_injection_receiver.mm', |
| 131 'web_state/js/crw_js_invoke_parameter_queue.h', |
| 132 'web_state/js/crw_js_invoke_parameter_queue.mm', |
| 133 'web_state/js/crw_js_plugin_placeholder_manager.h', |
| 134 'web_state/js/crw_js_plugin_placeholder_manager.mm', |
| 135 'web_state/js/crw_js_window_id_manager.h', |
| 136 'web_state/js/crw_js_window_id_manager.mm', |
127 'web_state/js/page_script_util.h', | 137 'web_state/js/page_script_util.h', |
128 'web_state/js/page_script_util.mm', | 138 'web_state/js/page_script_util.mm', |
129 'web_state/ui/crw_context_menu_provider.h', | 139 'web_state/ui/crw_context_menu_provider.h', |
130 'web_state/ui/crw_context_menu_provider.mm', | 140 'web_state/ui/crw_context_menu_provider.mm', |
131 'web_state/ui/crw_debug_web_view.h', | 141 'web_state/ui/crw_debug_web_view.h', |
132 'web_state/ui/crw_debug_web_view.mm', | 142 'web_state/ui/crw_debug_web_view.mm', |
133 'web_state/ui/crw_simple_web_view_controller.h', | 143 'web_state/ui/crw_simple_web_view_controller.h', |
134 'web_state/ui/crw_static_file_web_view.h', | 144 'web_state/ui/crw_static_file_web_view.h', |
135 'web_state/ui/crw_static_file_web_view.mm', | 145 'web_state/ui/crw_static_file_web_view.mm', |
136 'web_state/web_state_observer.cc', | 146 'web_state/web_state_observer.cc', |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
310 'dependencies': [ | 320 'dependencies': [ |
311 '../../base/base.gyp:base' | 321 '../../base/base.gyp:base' |
312 ], | 322 ], |
313 'sources': [ | 323 'sources': [ |
314 'public/user_agent.h', | 324 'public/user_agent.h', |
315 'public/user_agent.mm', | 325 'public/user_agent.mm', |
316 ], | 326 ], |
317 }, | 327 }, |
318 ], | 328 ], |
319 } | 329 } |
OLD | NEW |