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

Side by Side Diff: android_webview/BUILD.gn

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: Addressed @boliu and @jam's comments. 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 | android_webview/lib/main/aw_main_delegate.cc » ('j') | base/android/apk_assets.cc » ('J')
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("//android_webview/system_webview_apk_tmpl.gni") 5 import("//android_webview/system_webview_apk_tmpl.gni")
6 import("//android_webview/webview_repack_locales.gni") 6 import("//android_webview/webview_repack_locales.gni")
7 import("//build/config/android/config.gni") 7 import("//build/config/android/config.gni")
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 import("//build/config/locales.gni") 9 import("//build/config/locales.gni")
10 import("//components/spellcheck/spellcheck_build_features.gni") 10 import("//components/spellcheck/spellcheck_build_features.gni")
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 "//components/supervised_user_error_page", 554 "//components/supervised_user_error_page",
555 "//components/supervised_user_error_page:gin", 555 "//components/supervised_user_error_page:gin",
556 "//components/version_info", 556 "//components/version_info",
557 "//components/visitedlink/browser", 557 "//components/visitedlink/browser",
558 "//components/visitedlink/renderer", 558 "//components/visitedlink/renderer",
559 "//components/web_contents_delegate_android:web_contents_delegate_android", 559 "//components/web_contents_delegate_android:web_contents_delegate_android",
560 "//components/web_restrictions:browser", 560 "//components/web_restrictions:browser",
561 "//content", 561 "//content",
562 "//content/public/app:both", 562 "//content/public/app:both",
563 "//content/public/browser", 563 "//content/public/browser",
564 "//content/public/common:content_descriptor_keys",
564 "//content/public/common:service_names", 565 "//content/public/common:service_names",
565 "//crypto", 566 "//crypto",
566 "//gin", 567 "//gin",
567 "//gpu/command_buffer/client:gles2_c_lib", 568 "//gpu/command_buffer/client:gles2_c_lib",
568 "//gpu/command_buffer/client:gles2_implementation", 569 "//gpu/command_buffer/client:gles2_implementation",
569 "//gpu/command_buffer/common:gles2_utils", 570 "//gpu/command_buffer/common:gles2_utils",
570 "//gpu/command_buffer/service", 571 "//gpu/command_buffer/service",
571 "//gpu/ipc:gl_in_process_context", 572 "//gpu/ipc:gl_in_process_context",
572 "//gpu/skia_bindings", 573 "//gpu/skia_bindings",
573 "//media", 574 "//media",
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 system_webview_apk_tmpl("system_webview_apk") { 796 system_webview_apk_tmpl("system_webview_apk") {
796 android_manifest = system_webview_android_manifest 797 android_manifest = system_webview_android_manifest
797 android_manifest_dep = ":system_webview_manifest" 798 android_manifest_dep = ":system_webview_manifest"
798 deps = [ 799 deps = [
799 ":system_webview_resources", 800 ":system_webview_resources",
800 "//android_webview/glue", 801 "//android_webview/glue",
801 ] 802 ]
802 apk_name = "SystemWebView" 803 apk_name = "SystemWebView"
803 } 804 }
804 } 805 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/lib/main/aw_main_delegate.cc » ('j') | base/android/apk_assets.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698