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

Side by Side Diff: android_webview/BUILD.gn

Issue 2332473002: Use new BoringSSL scopers in //crypto (Closed)
Patch Set: typo Created 4 years, 3 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 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("//tools/resources/generate_resource_whitelist.gni") 9 import("//tools/resources/generate_resource_whitelist.gni")
10 import("system_webview_apk_tmpl.gni") 10 import("system_webview_apk_tmpl.gni")
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 "//components/supervised_user_error_page", 648 "//components/supervised_user_error_page",
649 "//components/supervised_user_error_page:gin", 649 "//components/supervised_user_error_page:gin",
650 "//components/version_info", 650 "//components/version_info",
651 "//components/visitedlink/browser", 651 "//components/visitedlink/browser",
652 "//components/visitedlink/renderer", 652 "//components/visitedlink/renderer",
653 "//components/web_contents_delegate_android:web_contents_delegate_android", 653 "//components/web_contents_delegate_android:web_contents_delegate_android",
654 "//components/web_restrictions:browser", 654 "//components/web_restrictions:browser",
655 "//content", 655 "//content",
656 "//content/public/app:both", 656 "//content/public/app:both",
657 "//content/public/browser", 657 "//content/public/browser",
658 "//crypto",
michaelbai 2016/09/26 21:33:30 sorry, don't understand this change, why it is not
davidben 2016/09/26 21:42:00 A number of files in android_webview depend on cry
658 "//gin", 659 "//gin",
659 "//gpu/command_buffer/client:gl_in_process_context", 660 "//gpu/command_buffer/client:gl_in_process_context",
660 "//gpu/command_buffer/client:gles2_c_lib", 661 "//gpu/command_buffer/client:gles2_c_lib",
661 "//gpu/command_buffer/client:gles2_implementation", 662 "//gpu/command_buffer/client:gles2_implementation",
662 "//gpu/command_buffer/common:gles2_utils", 663 "//gpu/command_buffer/common:gles2_utils",
663 "//gpu/command_buffer/service", 664 "//gpu/command_buffer/service",
664 "//gpu/skia_bindings", 665 "//gpu/skia_bindings",
665 "//media", 666 "//media",
666 "//media/midi", 667 "//media/midi",
667 "//net:extras", 668 "//net:extras",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 system_webview_apk_tmpl("system_webview_apk") { 841 system_webview_apk_tmpl("system_webview_apk") {
841 android_manifest = system_webview_android_manifest 842 android_manifest = system_webview_android_manifest
842 android_manifest_dep = ":system_webview_manifest" 843 android_manifest_dep = ":system_webview_manifest"
843 deps = [ 844 deps = [
844 ":system_webview_resources", 845 ":system_webview_resources",
845 "//android_webview/glue", 846 "//android_webview/glue",
846 ] 847 ]
847 apk_name = "SystemWebView" 848 apk_name = "SystemWebView"
848 } 849 }
849 } 850 }
OLDNEW
« no previous file with comments | « no previous file | components/update_client/request_sender_unittest.cc » ('j') | crypto/ec_private_key.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698