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

Side by Side Diff: content/browser/BUILD.gn

Issue 2827263006: Revert "Refactor ContentViewClient (6/6)" (Closed)
Patch Set: Revert "Let ImeAdapterAndroid have the same lifecycle as its Java peer" Created 3 years, 8 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 1780 matching lines...) Expand 10 before | Expand all | Expand 10 after
1791 "android/content_view_core_impl_observer.h", 1791 "android/content_view_core_impl_observer.h",
1792 "android/content_view_render_view.cc", 1792 "android/content_view_render_view.cc",
1793 "android/content_view_render_view.h", 1793 "android/content_view_render_view.h",
1794 "android/content_view_statics.cc", 1794 "android/content_view_statics.cc",
1795 "android/content_view_statics.h", 1795 "android/content_view_statics.h",
1796 "android/context_selection_client.cc", 1796 "android/context_selection_client.cc",
1797 "android/context_selection_client.h", 1797 "android/context_selection_client.h",
1798 "android/date_time_chooser_android.cc", 1798 "android/date_time_chooser_android.cc",
1799 "android/date_time_chooser_android.h", 1799 "android/date_time_chooser_android.h",
1800 "android/gesture_event_type.h", 1800 "android/gesture_event_type.h",
1801 "android/ime_adapter_android.cc",
1802 "android/ime_adapter_android.h",
1803 "android/interstitial_page_delegate_android.cc", 1801 "android/interstitial_page_delegate_android.cc",
1804 "android/interstitial_page_delegate_android.h", 1802 "android/interstitial_page_delegate_android.h",
1805 "android/java/gin_java_bound_object.cc", 1803 "android/java/gin_java_bound_object.cc",
1806 "android/java/gin_java_bound_object.h", 1804 "android/java/gin_java_bound_object.h",
1807 "android/java/gin_java_bound_object_delegate.cc", 1805 "android/java/gin_java_bound_object_delegate.cc",
1808 "android/java/gin_java_bound_object_delegate.h", 1806 "android/java/gin_java_bound_object_delegate.h",
1809 "android/java/gin_java_bridge_dispatcher_host.cc", 1807 "android/java/gin_java_bridge_dispatcher_host.cc",
1810 "android/java/gin_java_bridge_dispatcher_host.h", 1808 "android/java/gin_java_bridge_dispatcher_host.h",
1811 "android/java/gin_java_bridge_message_filter.cc", 1809 "android/java/gin_java_bridge_message_filter.cc",
1812 "android/java/gin_java_bridge_message_filter.h", 1810 "android/java/gin_java_bridge_message_filter.h",
(...skipping 20 matching lines...) Expand all
1833 "android/tracing_controller_android.cc", 1831 "android/tracing_controller_android.cc",
1834 "android/tracing_controller_android.h", 1832 "android/tracing_controller_android.h",
1835 "android/web_contents_observer_proxy.cc", 1833 "android/web_contents_observer_proxy.cc",
1836 "android/web_contents_observer_proxy.h", 1834 "android/web_contents_observer_proxy.h",
1837 "frame_host/render_frame_host_android.cc", 1835 "frame_host/render_frame_host_android.cc",
1838 "frame_host/render_frame_host_android.h", 1836 "frame_host/render_frame_host_android.h",
1839 "media/capture/screen_capture_device_android.cc", 1837 "media/capture/screen_capture_device_android.cc",
1840 "media/capture/screen_capture_device_android.h", 1838 "media/capture/screen_capture_device_android.h",
1841 "renderer_host/compositor_impl_android.cc", 1839 "renderer_host/compositor_impl_android.cc",
1842 "renderer_host/compositor_impl_android.h", 1840 "renderer_host/compositor_impl_android.h",
1841 "renderer_host/ime_adapter_android.cc",
1842 "renderer_host/ime_adapter_android.h",
1843 "renderer_host/input/synthetic_gesture_target_android.cc", 1843 "renderer_host/input/synthetic_gesture_target_android.cc",
1844 "renderer_host/input/synthetic_gesture_target_android.h", 1844 "renderer_host/input/synthetic_gesture_target_android.h",
1845 "renderer_host/native_web_keyboard_event_android.cc", 1845 "renderer_host/native_web_keyboard_event_android.cc",
1846 "renderer_host/render_widget_host_view_android.cc", 1846 "renderer_host/render_widget_host_view_android.cc",
1847 "renderer_host/render_widget_host_view_android.h", 1847 "renderer_host/render_widget_host_view_android.h",
1848 "screen_orientation/screen_orientation_delegate_android.cc", 1848 "screen_orientation/screen_orientation_delegate_android.cc",
1849 "screen_orientation/screen_orientation_delegate_android.h", 1849 "screen_orientation/screen_orientation_delegate_android.h",
1850 "web_contents/web_contents_android.cc", 1850 "web_contents/web_contents_android.cc",
1851 "web_contents/web_contents_android.h", 1851 "web_contents/web_contents_android.h",
1852 "web_contents/web_contents_view_android.cc", 1852 "web_contents/web_contents_view_android.cc",
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
2063 if (!is_component_build) { 2063 if (!is_component_build) {
2064 public_deps = [ 2064 public_deps = [
2065 ":browser", 2065 ":browser",
2066 ] 2066 ]
2067 } else { 2067 } else {
2068 public_deps = [ 2068 public_deps = [
2069 "//third_party/leveldatabase", 2069 "//third_party/leveldatabase",
2070 ] 2070 ]
2071 } 2071 }
2072 } 2072 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698