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

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

Issue 2627093003: Reuse context menu in StaticHTMLViewController (Closed)
Patch Set: feedback Created 3 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
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("//ios/build/config.gni") 5 import("//ios/build/config.gni")
6 import("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 9
10 group("all_tests") { 10 group("all_tests") {
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "public/web_state/crw_web_view_proxy.h", 141 "public/web_state/crw_web_view_proxy.h",
142 "public/web_state/crw_web_view_scroll_view_proxy.h", 142 "public/web_state/crw_web_view_scroll_view_proxy.h",
143 "public/web_state/global_web_state_observer.h", 143 "public/web_state/global_web_state_observer.h",
144 "public/web_state/js/credential_util.h", 144 "public/web_state/js/credential_util.h",
145 "public/web_state/js/crw_js_injection_evaluator.h", 145 "public/web_state/js/crw_js_injection_evaluator.h",
146 "public/web_state/js/crw_js_injection_manager.h", 146 "public/web_state/js/crw_js_injection_manager.h",
147 "public/web_state/js/crw_js_injection_receiver.h", 147 "public/web_state/js/crw_js_injection_receiver.h",
148 "public/web_state/page_display_state.h", 148 "public/web_state/page_display_state.h",
149 "public/web_state/page_display_state.mm", 149 "public/web_state/page_display_state.mm",
150 "public/web_state/ui/crw_content_view.h", 150 "public/web_state/ui/crw_content_view.h",
151 "public/web_state/ui/crw_context_menu_delegate.h",
151 "public/web_state/ui/crw_generic_content_view.h", 152 "public/web_state/ui/crw_generic_content_view.h",
152 "public/web_state/ui/crw_native_content.h", 153 "public/web_state/ui/crw_native_content.h",
153 "public/web_state/ui/crw_native_content_provider.h", 154 "public/web_state/ui/crw_native_content_provider.h",
154 "public/web_state/ui/crw_web_delegate.h", 155 "public/web_state/ui/crw_web_delegate.h",
155 "public/web_state/ui/crw_web_view_content_view.h", 156 "public/web_state/ui/crw_web_view_content_view.h",
156 "public/web_state/url_verification_constants.h", 157 "public/web_state/url_verification_constants.h",
157 "public/web_state/web_state.h", 158 "public/web_state/web_state.h",
158 "public/web_state/web_state_delegate.h", 159 "public/web_state/web_state_delegate.h",
159 "public/web_state/web_state_delegate_bridge.h", 160 "public/web_state/web_state_delegate_bridge.h",
160 "public/web_state/web_state_observer.h", 161 "public/web_state/web_state_observer.h",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 "//ui/gfx/geometry", 263 "//ui/gfx/geometry",
263 "//ui/resources", 264 "//ui/resources",
264 "//url", 265 "//url",
265 ] 266 ]
266 267
267 public_deps = [ 268 public_deps = [
268 ":web_arc", 269 ":web_arc",
269 ] 270 ]
270 271
271 sources = [ 272 sources = [
273 "web_state/ui/crw_context_menu_controller.h",
274 "web_state/ui/crw_context_menu_controller.mm",
272 "web_state/ui/crw_web_controller.h", 275 "web_state/ui/crw_web_controller.h",
273 "web_state/ui/crw_web_controller.mm", 276 "web_state/ui/crw_web_controller.mm",
274 "web_state/ui/crw_web_controller_container_view.h", 277 "web_state/ui/crw_web_controller_container_view.h",
275 "web_state/ui/crw_web_controller_container_view.mm", 278 "web_state/ui/crw_web_controller_container_view.mm",
276 "web_state/ui/crw_web_view_content_view.mm", 279 "web_state/ui/crw_web_view_content_view.mm",
277 "web_state/ui/crw_wk_script_message_router.h", 280 "web_state/ui/crw_wk_script_message_router.h",
278 "web_state/ui/crw_wk_script_message_router.mm", 281 "web_state/ui/crw_wk_script_message_router.mm",
279 "web_state/ui/web_view_js_utils.h", 282 "web_state/ui/web_view_js_utils.h",
280 "web_state/ui/web_view_js_utils.mm", 283 "web_state/ui/web_view_js_utils.mm",
281 "web_state/ui/wk_back_forward_list_item_holder.h", 284 "web_state/ui/wk_back_forward_list_item_holder.h",
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 } 633 }
631 634
632 grit("resources") { 635 grit("resources") {
633 source = "ios_web_resources.grd" 636 source = "ios_web_resources.grd"
634 use_qualified_include = true 637 use_qualified_include = true
635 outputs = [ 638 outputs = [
636 "grit/ios_web_resources.h", 639 "grit/ios_web_resources.h",
637 "ios_web_resources.pak", 640 "ios_web_resources.pak",
638 ] 641 ]
639 } 642 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698