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

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

Issue 2764773002: Add CWVUserContentController which enables injecting JavaScripts. (Closed)
Patch Set: Add license. 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
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 import("//build/config/ios/ios_sdk.gni") 5 import("//build/config/ios/ios_sdk.gni")
6 import("//build/config/ios/rules.gni") 6 import("//build/config/ios/rules.gni")
7 import("//tools/grit/repack.gni") 7 import("//tools/grit/repack.gni")
8 8
9 config("config") { 9 config("config") {
10 include_dirs = [ 10 include_dirs = [
(...skipping 12 matching lines...) Expand all
23 23
24 public_headers = [ 24 public_headers = [
25 "public/criwv_translate_manager.h", 25 "public/criwv_translate_manager.h",
26 "public/cwv.h", 26 "public/cwv.h",
27 "public/cwv_delegate.h", 27 "public/cwv_delegate.h",
28 "public/cwv_html_element.h", 28 "public/cwv_html_element.h",
29 "public/cwv_navigation_action.h", 29 "public/cwv_navigation_action.h",
30 "public/cwv_navigation_delegate.h", 30 "public/cwv_navigation_delegate.h",
31 "public/cwv_translate_delegate.h", 31 "public/cwv_translate_delegate.h",
32 "public/cwv_ui_delegate.h", 32 "public/cwv_ui_delegate.h",
33 "public/cwv_user_content_controller.h",
34 "public/cwv_user_script.h",
33 "public/cwv_web_view.h", 35 "public/cwv_web_view.h",
34 "public/cwv_web_view_configuration.h", 36 "public/cwv_web_view_configuration.h",
35 ] 37 ]
36 38
37 deps = [ 39 deps = [
38 ":packed_resources", 40 ":packed_resources",
39 "//base", 41 "//base",
40 "//components/infobars/core", 42 "//components/infobars/core",
41 "//components/keyed_service/core", 43 "//components/keyed_service/core",
42 "//components/keyed_service/ios", 44 "//components/keyed_service/ios",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 public_deps = [ 87 public_deps = [
86 ":repack_resources", 88 ":repack_resources",
87 ] 89 ]
88 sources = [ 90 sources = [
89 "$target_gen_dir/web_view_resources.pak", 91 "$target_gen_dir/web_view_resources.pak",
90 ] 92 ]
91 outputs = [ 93 outputs = [
92 "{{bundle_resources_dir}}/{{source_file_part}}", 94 "{{bundle_resources_dir}}/{{source_file_part}}",
93 ] 95 ]
94 } 96 }
OLDNEW
« no previous file with comments | « no previous file | ios/web_view/internal/BUILD.gn » ('j') | ios/web_view/internal/cwv_user_content_controller.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698