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

Side by Side Diff: android_webview/BUILD.gn

Issue 2888623004: [WebView] Merge AwContentsClientBridgeBase into AwContentsClientBridge (Closed)
Patch Set: Created 3 years, 7 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/browser/aw_content_browser_client.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 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 "browser/aw_browser_terminator.cc", 439 "browser/aw_browser_terminator.cc",
440 "browser/aw_browser_terminator.h", 440 "browser/aw_browser_terminator.h",
441 "browser/aw_content_browser_client.cc", 441 "browser/aw_content_browser_client.cc",
442 "browser/aw_content_browser_client.h", 442 "browser/aw_content_browser_client.h",
443 "browser/aw_contents.cc", 443 "browser/aw_contents.cc",
444 "browser/aw_contents.h", 444 "browser/aw_contents.h",
445 "browser/aw_contents_background_thread_client.cc", 445 "browser/aw_contents_background_thread_client.cc",
446 "browser/aw_contents_background_thread_client.h", 446 "browser/aw_contents_background_thread_client.h",
447 "browser/aw_contents_client_bridge.cc", 447 "browser/aw_contents_client_bridge.cc",
448 "browser/aw_contents_client_bridge.h", 448 "browser/aw_contents_client_bridge.h",
449 "browser/aw_contents_client_bridge_base.cc",
450 "browser/aw_contents_client_bridge_base.h",
451 "browser/aw_contents_io_thread_client.h", 449 "browser/aw_contents_io_thread_client.h",
452 "browser/aw_contents_io_thread_client_impl.cc", 450 "browser/aw_contents_io_thread_client_impl.cc",
453 "browser/aw_contents_io_thread_client_impl.h", 451 "browser/aw_contents_io_thread_client_impl.h",
454 "browser/aw_contents_lifecycle_notifier.cc", 452 "browser/aw_contents_lifecycle_notifier.cc",
455 "browser/aw_contents_lifecycle_notifier.h", 453 "browser/aw_contents_lifecycle_notifier.h",
456 "browser/aw_contents_statics.cc", 454 "browser/aw_contents_statics.cc",
457 "browser/aw_contents_statics.h", 455 "browser/aw_contents_statics.h",
458 "browser/aw_cookie_access_policy.cc", 456 "browser/aw_cookie_access_policy.cc",
459 "browser/aw_cookie_access_policy.h", 457 "browser/aw_cookie_access_policy.h",
460 "browser/aw_debug.cc", 458 "browser/aw_debug.cc",
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 system_webview_apk_tmpl("system_webview_apk") { 963 system_webview_apk_tmpl("system_webview_apk") {
966 android_manifest = system_webview_android_manifest 964 android_manifest = system_webview_android_manifest
967 android_manifest_dep = ":system_webview_manifest" 965 android_manifest_dep = ":system_webview_manifest"
968 deps = [ 966 deps = [
969 ":system_webview_resources", 967 ":system_webview_resources",
970 "//android_webview/glue", 968 "//android_webview/glue",
971 ] 969 ]
972 apk_name = "SystemWebView" 970 apk_name = "SystemWebView"
973 } 971 }
974 } 972 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/aw_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698