tree: 6fa5a455a17011764b8133ee60afec7a7dedb628 [path history] [tgz]
  1. gfx/
  2. js_java_interaction/
  3. lifecycle/
  4. metrics/
  5. network_service/
  6. page_load_metrics/
  7. permission/
  8. renderer_host/
  9. safe_browsing/
  10. tracing/
  11. android_protocol_handler.cc
  12. android_protocol_handler.h
  13. aw_autofill_client.cc
  14. aw_autofill_client.h
  15. aw_browser_context.cc
  16. aw_browser_context.h
  17. aw_browser_context_unittest.cc
  18. aw_browser_main_parts.cc
  19. aw_browser_main_parts.h
  20. aw_browser_permission_request_delegate.h
  21. aw_browser_policy_connector.cc
  22. aw_browser_policy_connector.h
  23. aw_browser_process.cc
  24. aw_browser_process.h
  25. aw_browser_terminator.cc
  26. aw_browser_terminator.h
  27. aw_content_browser_client.cc
  28. aw_content_browser_client.h
  29. aw_content_browser_client_receiver_bindings.cc
  30. aw_content_browser_client_unittest.cc
  31. aw_contents.cc
  32. aw_contents.h
  33. aw_contents_client_bridge.cc
  34. aw_contents_client_bridge.h
  35. aw_contents_client_bridge_unittest.cc
  36. aw_contents_io_thread_client.cc
  37. aw_contents_io_thread_client.h
  38. aw_contents_statics.cc
  39. aw_cookie_access_policy.cc
  40. aw_cookie_access_policy.h
  41. aw_debug.cc
  42. aw_devtools_manager_delegate.cc
  43. aw_devtools_manager_delegate.h
  44. aw_devtools_server.cc
  45. aw_devtools_server.h
  46. aw_download_manager_delegate.cc
  47. aw_download_manager_delegate.h
  48. aw_feature_list.cc
  49. aw_feature_list_creator.cc
  50. aw_feature_list_creator.h
  51. aw_field_trials.cc
  52. aw_field_trials.h
  53. aw_form_database.cc
  54. aw_form_database_service.cc
  55. aw_form_database_service.h
  56. aw_form_database_service_unittest.cc
  57. aw_http_auth_handler.cc
  58. aw_http_auth_handler.h
  59. aw_javascript_dialog_manager.cc
  60. aw_javascript_dialog_manager.h
  61. aw_media_url_interceptor.cc
  62. aw_media_url_interceptor.h
  63. aw_media_url_interceptor_unittest.cc
  64. aw_metrics_service_client_delegate.cc
  65. aw_metrics_service_client_delegate.h
  66. aw_pac_processor.cc
  67. aw_pac_processor.h
  68. aw_pac_processor_unittest.cc
  69. aw_pdf_exporter.cc
  70. aw_pdf_exporter.h
  71. aw_permission_manager.cc
  72. aw_permission_manager.h
  73. aw_permission_manager_unittest.cc
  74. aw_print_manager.cc
  75. aw_print_manager.h
  76. aw_proxy_controller.cc
  77. aw_quota_manager_bridge.cc
  78. aw_quota_manager_bridge.h
  79. aw_quota_permission_context.cc
  80. aw_quota_permission_context.h
  81. aw_render_process.cc
  82. aw_render_process.h
  83. aw_render_process_gone_delegate.h
  84. aw_renderer_priority.h
  85. aw_resource_context.cc
  86. aw_resource_context.h
  87. aw_settings.cc
  88. aw_settings.h
  89. aw_speech_recognition_manager_delegate.cc
  90. aw_speech_recognition_manager_delegate.h
  91. aw_ssl_host_state_delegate.cc
  92. aw_ssl_host_state_delegate.h
  93. aw_variations_service_client.cc
  94. aw_variations_service_client.h
  95. aw_web_contents_delegate.cc
  96. aw_web_contents_delegate.h
  97. aw_web_contents_view_delegate.cc
  98. aw_web_contents_view_delegate.h
  99. aw_web_ui_controller_factory.cc
  100. aw_web_ui_controller_factory.h
  101. BUILD.gn
  102. cookie_manager.cc
  103. cookie_manager.h
  104. DEPS
  105. find_helper.cc
  106. find_helper.h
  107. icon_helper.cc
  108. icon_helper.h
  109. OWNERS
  110. popup_touch_handle_drawable.cc
  111. popup_touch_handle_drawable.h
  112. README.md
  113. scoped_add_feature_flags.cc
  114. scoped_add_feature_flags.h
  115. scoped_add_feature_flags_unittests.cc
  116. state_serializer.cc
  117. state_serializer.h
  118. state_serializer_unittest.cc
  119. variations_seed_loader.cc
  120. variations_seed_loader.h
android_webview/browser/README.md

//android_webview/browser/

This folder holds WebView's browser-specific native code.

Folder dependencies

Like with other content embedders, //android_webview/browser/ can depend on //android_webview/common/ but not //android_webview/renderer/. It can also depend on content layer (and lower layers) as other embedders would (ex. can depend on //content/public/browser/, //content/public/common/).