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

Side by Side Diff: ios/web/BUILD.gn

Issue 1456983002: Move JS-related password manager code upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Indent fixed, capitalisation fixed, typo fixed Created 5 years, 1 month 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
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | ios/web/ios_web.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 import("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 7
8 config("config") { 8 config("config") {
9 visibility = [ ":web" ] 9 visibility = [ ":web" ]
10 10
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 "public/web_client.mm", 152 "public/web_client.mm",
153 "public/web_controller_factory.h", 153 "public/web_controller_factory.h",
154 "public/web_controller_factory.mm", 154 "public/web_controller_factory.mm",
155 "public/web_kit_constants.h", 155 "public/web_kit_constants.h",
156 "public/web_state/credential.h", 156 "public/web_state/credential.h",
157 "public/web_state/crw_web_controller_observer.h", 157 "public/web_state/crw_web_controller_observer.h",
158 "public/web_state/crw_web_user_interface_delegate.h", 158 "public/web_state/crw_web_user_interface_delegate.h",
159 "public/web_state/crw_web_view_proxy.h", 159 "public/web_state/crw_web_view_proxy.h",
160 "public/web_state/crw_web_view_scroll_view_proxy.h", 160 "public/web_state/crw_web_view_scroll_view_proxy.h",
161 "public/web_state/global_web_state_observer.h", 161 "public/web_state/global_web_state_observer.h",
162 "public/web_state/js/credential_util.h",
162 "public/web_state/js/crw_js_injection_evaluator.h", 163 "public/web_state/js/crw_js_injection_evaluator.h",
163 "public/web_state/js/crw_js_injection_manager.h", 164 "public/web_state/js/crw_js_injection_manager.h",
164 "public/web_state/js/crw_js_injection_receiver.h", 165 "public/web_state/js/crw_js_injection_receiver.h",
165 "public/web_state/page_display_state.h", 166 "public/web_state/page_display_state.h",
166 "public/web_state/page_display_state.mm", 167 "public/web_state/page_display_state.mm",
167 "public/web_state/ui/crw_content_view.h", 168 "public/web_state/ui/crw_content_view.h",
168 "public/web_state/ui/crw_generic_content_view.h", 169 "public/web_state/ui/crw_generic_content_view.h",
169 "public/web_state/ui/crw_native_content.h", 170 "public/web_state/ui/crw_native_content.h",
170 "public/web_state/ui/crw_native_content_provider.h", 171 "public/web_state/ui/crw_native_content_provider.h",
171 "public/web_state/ui/crw_web_delegate.h", 172 "public/web_state/ui/crw_web_delegate.h",
(...skipping 25 matching lines...) Expand all
197 "web_state/crw_recurring_task_delegate.h", 198 "web_state/crw_recurring_task_delegate.h",
198 "web_state/crw_web_view_proxy_impl.h", 199 "web_state/crw_web_view_proxy_impl.h",
199 "web_state/crw_web_view_proxy_impl.mm", 200 "web_state/crw_web_view_proxy_impl.mm",
200 "web_state/crw_web_view_scroll_view_proxy.mm", 201 "web_state/crw_web_view_scroll_view_proxy.mm",
201 "web_state/error_translation_util.h", 202 "web_state/error_translation_util.h",
202 "web_state/error_translation_util.mm", 203 "web_state/error_translation_util.mm",
203 "web_state/frame_info.h", 204 "web_state/frame_info.h",
204 "web_state/global_web_state_event_tracker.cc", 205 "web_state/global_web_state_event_tracker.cc",
205 "web_state/global_web_state_event_tracker.h", 206 "web_state/global_web_state_event_tracker.h",
206 "web_state/global_web_state_observer.cc", 207 "web_state/global_web_state_observer.cc",
207 "web_state/js/credential_util.h",
208 "web_state/js/credential_util.mm", 208 "web_state/js/credential_util.mm",
209 "web_state/js/crw_js_early_script_manager.h", 209 "web_state/js/crw_js_early_script_manager.h",
210 "web_state/js/crw_js_early_script_manager.mm", 210 "web_state/js/crw_js_early_script_manager.mm",
211 "web_state/js/crw_js_injection_manager.mm", 211 "web_state/js/crw_js_injection_manager.mm",
212 "web_state/js/crw_js_injection_receiver.mm", 212 "web_state/js/crw_js_injection_receiver.mm",
213 "web_state/js/crw_js_invoke_parameter_queue.h", 213 "web_state/js/crw_js_invoke_parameter_queue.h",
214 "web_state/js/crw_js_invoke_parameter_queue.mm", 214 "web_state/js/crw_js_invoke_parameter_queue.mm",
215 "web_state/js/crw_js_plugin_placeholder_manager.h", 215 "web_state/js/crw_js_plugin_placeholder_manager.h",
216 "web_state/js/crw_js_plugin_placeholder_manager.mm", 216 "web_state/js/crw_js_plugin_placeholder_manager.mm",
217 "web_state/js/crw_js_window_id_manager.h", 217 "web_state/js/crw_js_window_id_manager.h",
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 ":web_bundle_ui", 489 ":web_bundle_ui",
490 ":web_bundle_wk", 490 ":web_bundle_wk",
491 ] 491 ]
492 492
493 sources = [ 493 sources = [
494 "web_state/js/resources/plugin_placeholder.js", 494 "web_state/js/resources/plugin_placeholder.js",
495 "web_state/js/resources/window_id.js", 495 "web_state/js/resources/window_id.js",
496 "webui/resources/web_ui.js", 496 "webui/resources/web_ui.js",
497 ] 497 ]
498 } 498 }
OLDNEW
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | ios/web/ios_web.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698