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

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

Issue 2791603002: Revert of Let ImeAdapterAndroid have the same lifecycle as its Java peer (Closed)
Patch Set: 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 1764 matching lines...) Expand 10 before | Expand all | Expand 10 after
1775 "android/content_view_core_impl_observer.h", 1775 "android/content_view_core_impl_observer.h",
1776 "android/content_view_render_view.cc", 1776 "android/content_view_render_view.cc",
1777 "android/content_view_render_view.h", 1777 "android/content_view_render_view.h",
1778 "android/content_view_statics.cc", 1778 "android/content_view_statics.cc",
1779 "android/content_view_statics.h", 1779 "android/content_view_statics.h",
1780 "android/context_selection_client.cc", 1780 "android/context_selection_client.cc",
1781 "android/context_selection_client.h", 1781 "android/context_selection_client.h",
1782 "android/date_time_chooser_android.cc", 1782 "android/date_time_chooser_android.cc",
1783 "android/date_time_chooser_android.h", 1783 "android/date_time_chooser_android.h",
1784 "android/gesture_event_type.h", 1784 "android/gesture_event_type.h",
1785 "android/ime_adapter_android.cc",
1786 "android/ime_adapter_android.h",
1787 "android/interstitial_page_delegate_android.cc", 1785 "android/interstitial_page_delegate_android.cc",
1788 "android/interstitial_page_delegate_android.h", 1786 "android/interstitial_page_delegate_android.h",
1789 "android/java/gin_java_bound_object.cc", 1787 "android/java/gin_java_bound_object.cc",
1790 "android/java/gin_java_bound_object.h", 1788 "android/java/gin_java_bound_object.h",
1791 "android/java/gin_java_bound_object_delegate.cc", 1789 "android/java/gin_java_bound_object_delegate.cc",
1792 "android/java/gin_java_bound_object_delegate.h", 1790 "android/java/gin_java_bound_object_delegate.h",
1793 "android/java/gin_java_bridge_dispatcher_host.cc", 1791 "android/java/gin_java_bridge_dispatcher_host.cc",
1794 "android/java/gin_java_bridge_dispatcher_host.h", 1792 "android/java/gin_java_bridge_dispatcher_host.h",
1795 "android/java/gin_java_bridge_message_filter.cc", 1793 "android/java/gin_java_bridge_message_filter.cc",
1796 "android/java/gin_java_bridge_message_filter.h", 1794 "android/java/gin_java_bridge_message_filter.h",
(...skipping 20 matching lines...) Expand all
1817 "android/tracing_controller_android.cc", 1815 "android/tracing_controller_android.cc",
1818 "android/tracing_controller_android.h", 1816 "android/tracing_controller_android.h",
1819 "android/web_contents_observer_proxy.cc", 1817 "android/web_contents_observer_proxy.cc",
1820 "android/web_contents_observer_proxy.h", 1818 "android/web_contents_observer_proxy.h",
1821 "frame_host/render_frame_host_android.cc", 1819 "frame_host/render_frame_host_android.cc",
1822 "frame_host/render_frame_host_android.h", 1820 "frame_host/render_frame_host_android.h",
1823 "media/capture/screen_capture_device_android.cc", 1821 "media/capture/screen_capture_device_android.cc",
1824 "media/capture/screen_capture_device_android.h", 1822 "media/capture/screen_capture_device_android.h",
1825 "renderer_host/compositor_impl_android.cc", 1823 "renderer_host/compositor_impl_android.cc",
1826 "renderer_host/compositor_impl_android.h", 1824 "renderer_host/compositor_impl_android.h",
1825 "renderer_host/ime_adapter_android.cc",
1826 "renderer_host/ime_adapter_android.h",
1827 "renderer_host/input/synthetic_gesture_target_android.cc", 1827 "renderer_host/input/synthetic_gesture_target_android.cc",
1828 "renderer_host/input/synthetic_gesture_target_android.h", 1828 "renderer_host/input/synthetic_gesture_target_android.h",
1829 "renderer_host/native_web_keyboard_event_android.cc", 1829 "renderer_host/native_web_keyboard_event_android.cc",
1830 "renderer_host/render_widget_host_view_android.cc", 1830 "renderer_host/render_widget_host_view_android.cc",
1831 "renderer_host/render_widget_host_view_android.h", 1831 "renderer_host/render_widget_host_view_android.h",
1832 "screen_orientation/screen_orientation_delegate_android.cc", 1832 "screen_orientation/screen_orientation_delegate_android.cc",
1833 "screen_orientation/screen_orientation_delegate_android.h", 1833 "screen_orientation/screen_orientation_delegate_android.h",
1834 "web_contents/web_contents_android.cc", 1834 "web_contents/web_contents_android.cc",
1835 "web_contents/web_contents_android.h", 1835 "web_contents/web_contents_android.h",
1836 "web_contents/web_contents_view_android.cc", 1836 "web_contents/web_contents_view_android.cc",
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
2052 if (!is_component_build) { 2052 if (!is_component_build) {
2053 public_deps = [ 2053 public_deps = [
2054 ":browser", 2054 ":browser",
2055 ] 2055 ]
2056 } else { 2056 } else {
2057 public_deps = [ 2057 public_deps = [
2058 "//third_party/leveldatabase", 2058 "//third_party/leveldatabase",
2059 ] 2059 ]
2060 } 2060 }
2061 } 2061 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698