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

Side by Side Diff: android_webview/BUILD.gn

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: Fix build. 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') | 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("//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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 "//components/supervised_user_error_page", 560 "//components/supervised_user_error_page",
561 "//components/supervised_user_error_page:gin", 561 "//components/supervised_user_error_page:gin",
562 "//components/version_info", 562 "//components/version_info",
563 "//components/visitedlink/browser", 563 "//components/visitedlink/browser",
564 "//components/visitedlink/renderer", 564 "//components/visitedlink/renderer",
565 "//components/web_contents_delegate_android:web_contents_delegate_android", 565 "//components/web_contents_delegate_android:web_contents_delegate_android",
566 "//components/web_restrictions:browser", 566 "//components/web_restrictions:browser",
567 "//content", 567 "//content",
568 "//content/public/app:both", 568 "//content/public/app:both",
569 "//content/public/browser", 569 "//content/public/browser",
570 "//content/public/common:content_descriptor_keys",
570 "//content/public/common:service_names", 571 "//content/public/common:service_names",
571 "//crypto", 572 "//crypto",
572 "//gin", 573 "//gin",
573 "//gpu/command_buffer/client:gles2_c_lib", 574 "//gpu/command_buffer/client:gles2_c_lib",
574 "//gpu/command_buffer/client:gles2_implementation", 575 "//gpu/command_buffer/client:gles2_implementation",
575 "//gpu/command_buffer/common:gles2_utils", 576 "//gpu/command_buffer/common:gles2_utils",
576 "//gpu/command_buffer/service", 577 "//gpu/command_buffer/service",
577 "//gpu/ipc:gl_in_process_context", 578 "//gpu/ipc:gl_in_process_context",
578 "//gpu/skia_bindings", 579 "//gpu/skia_bindings",
579 "//media", 580 "//media",
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 system_webview_apk_tmpl("system_webview_apk") { 800 system_webview_apk_tmpl("system_webview_apk") {
800 android_manifest = system_webview_android_manifest 801 android_manifest = system_webview_android_manifest
801 android_manifest_dep = ":system_webview_manifest" 802 android_manifest_dep = ":system_webview_manifest"
802 deps = [ 803 deps = [
803 ":system_webview_resources", 804 ":system_webview_resources",
804 "//android_webview/glue", 805 "//android_webview/glue",
805 ] 806 ]
806 apk_name = "SystemWebView" 807 apk_name = "SystemWebView"
807 } 808 }
808 } 809 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/lib/main/aw_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698