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

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

Issue 2847743003: Eliminate InterfaceRegistry (Closed)
Patch Set: . Created 3 years, 7 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
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | ios/web/DEPS » ('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("//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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 "public/web_state/ui/crw_native_content.h", 154 "public/web_state/ui/crw_native_content.h",
155 "public/web_state/ui/crw_native_content_provider.h", 155 "public/web_state/ui/crw_native_content_provider.h",
156 "public/web_state/ui/crw_web_delegate.h", 156 "public/web_state/ui/crw_web_delegate.h",
157 "public/web_state/ui/crw_web_view_content_view.h", 157 "public/web_state/ui/crw_web_view_content_view.h",
158 "public/web_state/ui/crw_web_view_proxy.h", 158 "public/web_state/ui/crw_web_view_proxy.h",
159 "public/web_state/ui/crw_web_view_scroll_view_proxy.h", 159 "public/web_state/ui/crw_web_view_scroll_view_proxy.h",
160 "public/web_state/url_verification_constants.h", 160 "public/web_state/url_verification_constants.h",
161 "public/web_state/web_state.h", 161 "public/web_state/web_state.h",
162 "public/web_state/web_state_delegate.h", 162 "public/web_state/web_state_delegate.h",
163 "public/web_state/web_state_delegate_bridge.h", 163 "public/web_state/web_state_delegate_bridge.h",
164 "public/web_state/web_state_interface_provider.cc",
165 "public/web_state/web_state_interface_provider.h",
164 "public/web_state/web_state_observer.h", 166 "public/web_state/web_state_observer.h",
165 "public/web_state/web_state_observer_bridge.h", 167 "public/web_state/web_state_observer_bridge.h",
166 "public/web_state/web_state_policy_decider.h", 168 "public/web_state/web_state_policy_decider.h",
167 "public/web_state/web_state_user_data.h", 169 "public/web_state/web_state_user_data.h",
168 "public/web_thread.h", 170 "public/web_thread.h",
169 "public/web_thread_delegate.h", 171 "public/web_thread_delegate.h",
170 "public/web_ui_ios_data_source.h", 172 "public/web_ui_ios_data_source.h",
171 "public/web_view_creation_util.h", 173 "public/web_view_creation_util.h",
172 "public/webui/web_ui_ios.h", 174 "public/webui/web_ui_ios.h",
173 "public/webui/web_ui_ios_controller.cc", 175 "public/webui/web_ui_ios_controller.cc",
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 "ios_web_resources.pak", 721 "ios_web_resources.pak",
720 ] 722 ]
721 grit_flags = [ 723 grit_flags = [
722 "-E", 724 "-E",
723 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), 725 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir),
724 ] 726 ]
725 deps = [ 727 deps = [
726 "//mojo/public/js:bindings", 728 "//mojo/public/js:bindings",
727 ] 729 ]
728 } 730 }
OLDNEW
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | ios/web/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698