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

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

Issue 2747683002: Merge CWVWebsiteDataStore into CWVWebViewConfiguration. (Closed)
Patch Set: Apply review comments, rebase and merge. Created 3 years, 9 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 | « ios/web_view/BUILD.gn ('k') | ios/web_view/internal/cwv.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 "cwv.mm", 12 "cwv.mm",
13 "cwv_html_element.mm", 13 "cwv_html_element.mm",
14 "cwv_html_element_internal.h", 14 "cwv_html_element_internal.h",
15 "cwv_web_view.mm", 15 "cwv_web_view.mm",
16 "cwv_web_view_configuration.mm", 16 "cwv_web_view_configuration.mm",
17 "cwv_website_data_store.mm", 17 "cwv_web_view_configuration_internal.h",
18 "cwv_website_data_store_internal.h",
19 "pref_names.cc", 18 "pref_names.cc",
20 "pref_names.h", 19 "pref_names.h",
21 "web_view_browser_state.h", 20 "web_view_browser_state.h",
22 "web_view_browser_state.mm", 21 "web_view_browser_state.mm",
23 "web_view_java_script_dialog_presenter.h", 22 "web_view_java_script_dialog_presenter.h",
24 "web_view_java_script_dialog_presenter.mm", 23 "web_view_java_script_dialog_presenter.mm",
25 "web_view_network_delegate.cc", 24 "web_view_network_delegate.cc",
26 "web_view_network_delegate.h", 25 "web_view_network_delegate.h",
27 "web_view_url_request_context_getter.h", 26 "web_view_url_request_context_getter.h",
28 "web_view_url_request_context_getter.mm", 27 "web_view_url_request_context_getter.mm",
(...skipping 22 matching lines...) Expand all
51 "//net", 50 "//net",
52 "//net:extras", 51 "//net:extras",
53 "//ui/base", 52 "//ui/base",
54 "//url", 53 "//url",
55 ] 54 ]
56 55
57 allow_circular_includes_from = [ "//ios/web_view/internal/translate" ] 56 allow_circular_includes_from = [ "//ios/web_view/internal/translate" ]
58 57
59 configs += [ "//build/config/compiler:enable_arc" ] 58 configs += [ "//build/config/compiler:enable_arc" ]
60 } 59 }
OLDNEW
« no previous file with comments | « ios/web_view/BUILD.gn ('k') | ios/web_view/internal/cwv.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698