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

Side by Side Diff: android_webview/BUILD.gn

Issue 2651743006: Implement Crash Handle API (Closed)
Patch Set: Created 3 years, 11 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_browser_terminator.h » ('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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 "browser/aw_permission_manager.cc", 343 "browser/aw_permission_manager.cc",
344 "browser/aw_permission_manager.h", 344 "browser/aw_permission_manager.h",
345 "browser/aw_print_manager.cc", 345 "browser/aw_print_manager.cc",
346 "browser/aw_print_manager.h", 346 "browser/aw_print_manager.h",
347 "browser/aw_printing_message_filter.cc", 347 "browser/aw_printing_message_filter.cc",
348 "browser/aw_printing_message_filter.h", 348 "browser/aw_printing_message_filter.h",
349 "browser/aw_quota_manager_bridge.cc", 349 "browser/aw_quota_manager_bridge.cc",
350 "browser/aw_quota_manager_bridge.h", 350 "browser/aw_quota_manager_bridge.h",
351 "browser/aw_quota_permission_context.cc", 351 "browser/aw_quota_permission_context.cc",
352 "browser/aw_quota_permission_context.h", 352 "browser/aw_quota_permission_context.h",
353 "browser/aw_render_process_gone_delegate.h",
353 "browser/aw_render_thread_context_provider.cc", 354 "browser/aw_render_thread_context_provider.cc",
354 "browser/aw_render_thread_context_provider.h", 355 "browser/aw_render_thread_context_provider.h",
355 "browser/aw_resource_context.cc", 356 "browser/aw_resource_context.cc",
356 "browser/aw_resource_context.h", 357 "browser/aw_resource_context.h",
357 "browser/aw_resource_throttle.cc", 358 "browser/aw_resource_throttle.cc",
358 "browser/aw_resource_throttle.h", 359 "browser/aw_resource_throttle.h",
359 "browser/aw_result_codes.h", 360 "browser/aw_result_codes.h",
360 "browser/aw_safe_browsing_ui_manager.cc", 361 "browser/aw_safe_browsing_ui_manager.cc",
361 "browser/aw_safe_browsing_ui_manager.h", 362 "browser/aw_safe_browsing_ui_manager.h",
362 "browser/aw_ssl_host_state_delegate.cc", 363 "browser/aw_ssl_host_state_delegate.cc",
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 system_webview_apk_tmpl("system_webview_apk") { 736 system_webview_apk_tmpl("system_webview_apk") {
736 android_manifest = system_webview_android_manifest 737 android_manifest = system_webview_android_manifest
737 android_manifest_dep = ":system_webview_manifest" 738 android_manifest_dep = ":system_webview_manifest"
738 deps = [ 739 deps = [
739 ":system_webview_resources", 740 ":system_webview_resources",
740 "//android_webview/glue", 741 "//android_webview/glue",
741 ] 742 ]
742 apk_name = "SystemWebView" 743 apk_name = "SystemWebView"
743 } 744 }
744 } 745 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/aw_browser_terminator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698