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

Side by Side Diff: ios/web_view/internal/BUILD.gn

Issue 2675633002: Let CRIWVWebView inherit UIView instead of NSObject. (Closed)
Patch Set: Fix format. Created 3 years, 10 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 | « no previous file | ios/web_view/internal/criwv.mm » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 source_set("internal") { 5 source_set("internal") {
6 visibility = [ 6 visibility = [
7 "//ios/web_view", 7 "//ios/web_view",
8 "//ios/web_view/internal/*", 8 "//ios/web_view/internal/*",
9 ] 9 ]
10 10
11 sources = [ 11 sources = [
12 "criwv.mm", 12 "criwv.mm",
13 "criwv_browser_state.h", 13 "criwv_browser_state.h",
14 "criwv_browser_state.mm", 14 "criwv_browser_state.mm",
15 "criwv_network_delegate.cc", 15 "criwv_network_delegate.cc",
16 "criwv_network_delegate.h", 16 "criwv_network_delegate.h",
17 "criwv_url_request_context_getter.h", 17 "criwv_url_request_context_getter.h",
18 "criwv_url_request_context_getter.mm", 18 "criwv_url_request_context_getter.mm",
19 "criwv_web_client.h", 19 "criwv_web_client.h",
20 "criwv_web_client.mm", 20 "criwv_web_client.mm",
21 "criwv_web_main_delegate.h", 21 "criwv_web_main_delegate.h",
22 "criwv_web_main_delegate.mm", 22 "criwv_web_main_delegate.mm",
23 "criwv_web_main_parts.h", 23 "criwv_web_main_parts.h",
24 "criwv_web_main_parts.mm", 24 "criwv_web_main_parts.mm",
25 "criwv_web_view_impl.h", 25 "criwv_web_view.mm",
26 "criwv_web_view_impl.mm", 26 "criwv_web_view_internal.h",
27 "pref_names.cc", 27 "pref_names.cc",
28 "pref_names.h", 28 "pref_names.h",
29 ] 29 ]
30 deps = [ 30 deps = [
31 "//base", 31 "//base",
32 "//components/pref_registry", 32 "//components/pref_registry",
33 "//components/prefs", 33 "//components/prefs",
34 "//components/translate/core/browser", 34 "//components/translate/core/browser",
35 "//components/translate/core/common", 35 "//components/translate/core/common",
36 "//ios/net", 36 "//ios/net",
37 "//ios/web", 37 "//ios/web",
38 "//ios/web:user_agent", 38 "//ios/web:user_agent",
39 "//ios/web/public/app", 39 "//ios/web/public/app",
40 "//ios/web_view/internal/translate", 40 "//ios/web_view/internal/translate",
41 "//ios/web_view/public", 41 "//ios/web_view/public",
42 "//net", 42 "//net",
43 "//net:extras", 43 "//net:extras",
44 "//ui/base", 44 "//ui/base",
45 "//url", 45 "//url",
46 ] 46 ]
47 allow_circular_includes_from = [ "//ios/web_view/internal/translate" ] 47 allow_circular_includes_from = [ "//ios/web_view/internal/translate" ]
48 } 48 }
OLDNEW
« no previous file with comments | « no previous file | ios/web_view/internal/criwv.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698