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

Side by Side Diff: android_webview/BUILD.gn

Issue 1890203002: Implement Web Restrictions in WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix final nits Created 4 years, 4 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 | android_webview/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("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 import("//build/config/locales.gni") 7 import("//build/config/locales.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 import("system_webview_apk_tmpl.gni") 9 import("system_webview_apk_tmpl.gni")
10 import("webview_repack_locales.gni") 10 import("webview_repack_locales.gni")
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 } 115 }
116 116
117 repack("repack_100_percent") { 117 repack("repack_100_percent") {
118 sources = [ 118 sources = [
119 "$root_gen_dir/blink/public/resources/blink_image_resources_100_percent.pak" , 119 "$root_gen_dir/blink/public/resources/blink_image_resources_100_percent.pak" ,
120 "$root_gen_dir/content/app/resources/content_resources_100_percent.pak", 120 "$root_gen_dir/content/app/resources/content_resources_100_percent.pak",
121 "$root_gen_dir/ui/resources/ui_resources_100_percent.pak", 121 "$root_gen_dir/ui/resources/ui_resources_100_percent.pak",
122 ] 122 ]
123 deps = [ 123 deps = [
124 "//content/app/resources", 124 "//content/app/resources",
125 "//net:net_resources",
126 "//third_party/WebKit/public:image_resources", 125 "//third_party/WebKit/public:image_resources",
127 "//ui/resources", 126 "//ui/resources",
128 ] 127 ]
129 output = "$target_gen_dir/chrome_100_percent.pak" 128 output = "$target_gen_dir/chrome_100_percent.pak"
130 } 129 }
131 130
132 webview_license_path = "$target_gen_dir/webview_licenses.notice" 131 webview_license_path = "$target_gen_dir/webview_licenses.notice"
133 132
134 android_assets("pak_file_assets") { 133 android_assets("pak_file_assets") {
135 sources = [ 134 sources = [
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 "//components/metrics", 584 "//components/metrics",
586 "//components/metrics:gpu", 585 "//components/metrics:gpu",
587 "//components/metrics:net", 586 "//components/metrics:net",
588 "//components/metrics:profiler", 587 "//components/metrics:profiler",
589 "//components/metrics:ui", 588 "//components/metrics:ui",
590 "//components/navigation_interception", 589 "//components/navigation_interception",
591 "//components/prefs", 590 "//components/prefs",
592 "//components/printing/browser", 591 "//components/printing/browser",
593 "//components/printing/common", 592 "//components/printing/common",
594 "//components/printing/renderer", 593 "//components/printing/renderer",
594 "//components/supervised_user_error_page",
595 "//components/supervised_user_error_page:gin",
595 "//components/version_info", 596 "//components/version_info",
596 "//components/visitedlink/browser", 597 "//components/visitedlink/browser",
597 "//components/visitedlink/renderer", 598 "//components/visitedlink/renderer",
598 "//components/web_contents_delegate_android:web_contents_delegate_android", 599 "//components/web_contents_delegate_android:web_contents_delegate_android",
600 "//components/web_restrictions:browser",
599 "//content", 601 "//content",
600 "//content/public/app:both", 602 "//content/public/app:both",
601 "//content/public/browser", 603 "//content/public/browser",
602 "//gin", 604 "//gin",
603 "//gpu/command_buffer/client:gl_in_process_context", 605 "//gpu/command_buffer/client:gl_in_process_context",
604 "//gpu/command_buffer/client:gles2_c_lib", 606 "//gpu/command_buffer/client:gles2_c_lib",
605 "//gpu/command_buffer/client:gles2_implementation", 607 "//gpu/command_buffer/client:gles2_implementation",
606 "//gpu/command_buffer/common:gles2_utils", 608 "//gpu/command_buffer/common:gles2_utils",
607 "//gpu/command_buffer/service", 609 "//gpu/command_buffer/service",
608 "//gpu/skia_bindings", 610 "//gpu/skia_bindings",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 "java/src/org/chromium/android_webview/permission/AwPermissionRequest.java", 698 "java/src/org/chromium/android_webview/permission/AwPermissionRequest.java",
697 "java/src/org/chromium/android_webview/policy/AwPolicyProvider.java", 699 "java/src/org/chromium/android_webview/policy/AwPolicyProvider.java",
698 ] 700 ]
699 deps = [ 701 deps = [
700 ":resources", 702 ":resources",
701 ":strings_grd", 703 ":strings_grd",
702 "//base:base_java", 704 "//base:base_java",
703 "//components/external_video_surface:java", 705 "//components/external_video_surface:java",
704 "//components/navigation_interception/android:navigation_interception_java", 706 "//components/navigation_interception/android:navigation_interception_java",
705 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 707 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
708 "//components/web_restrictions:web_restrictions_java",
706 "//content/public/android:content_java", 709 "//content/public/android:content_java",
707 "//device/geolocation:geolocation_java", 710 "//device/geolocation:geolocation_java",
708 "//net/android:net_java", 711 "//net/android:net_java",
709 "//third_party/android_tools:android_support_annotations_java", 712 "//third_party/android_tools:android_support_annotations_java",
710 "//ui/android:ui_java", 713 "//ui/android:ui_java",
711 ] 714 ]
712 715
713 if (enable_configuration_policy) { 716 if (enable_configuration_policy) {
714 deps += [ "//components/policy/android:policy_java" ] 717 deps += [ "//components/policy/android:policy_java" ]
715 } 718 }
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 android_manifest = get_target_outputs(":system_webview_manifest") 775 android_manifest = get_target_outputs(":system_webview_manifest")
773 android_manifest = android_manifest[1] 776 android_manifest = android_manifest[1]
774 android_manifest_dep = ":system_webview_manifest" 777 android_manifest_dep = ":system_webview_manifest"
775 deps = [ 778 deps = [
776 ":system_webview_resources", 779 ":system_webview_resources",
777 "//android_webview/glue", 780 "//android_webview/glue",
778 ] 781 ]
779 apk_name = "SystemWebView" 782 apk_name = "SystemWebView"
780 } 783 }
781 } 784 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698