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

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

Issue 2752113005: Let ImeAdapterAndroid have the same lifecycle as its Java peer (Closed)
Patch Set: fix tests 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 1769 matching lines...) Expand 10 before | Expand all | Expand 10 after
1780 "android/content_view_core_impl_observer.h", 1780 "android/content_view_core_impl_observer.h",
1781 "android/content_view_render_view.cc", 1781 "android/content_view_render_view.cc",
1782 "android/content_view_render_view.h", 1782 "android/content_view_render_view.h",
1783 "android/content_view_statics.cc", 1783 "android/content_view_statics.cc",
1784 "android/content_view_statics.h", 1784 "android/content_view_statics.h",
1785 "android/context_selection_client.cc", 1785 "android/context_selection_client.cc",
1786 "android/context_selection_client.h", 1786 "android/context_selection_client.h",
1787 "android/date_time_chooser_android.cc", 1787 "android/date_time_chooser_android.cc",
1788 "android/date_time_chooser_android.h", 1788 "android/date_time_chooser_android.h",
1789 "android/gesture_event_type.h", 1789 "android/gesture_event_type.h",
1790 "android/ime_adapter_android.cc",
1791 "android/ime_adapter_android.h",
1790 "android/interstitial_page_delegate_android.cc", 1792 "android/interstitial_page_delegate_android.cc",
1791 "android/interstitial_page_delegate_android.h", 1793 "android/interstitial_page_delegate_android.h",
1792 "android/java/gin_java_bound_object.cc", 1794 "android/java/gin_java_bound_object.cc",
1793 "android/java/gin_java_bound_object.h", 1795 "android/java/gin_java_bound_object.h",
1794 "android/java/gin_java_bound_object_delegate.cc", 1796 "android/java/gin_java_bound_object_delegate.cc",
1795 "android/java/gin_java_bound_object_delegate.h", 1797 "android/java/gin_java_bound_object_delegate.h",
1796 "android/java/gin_java_bridge_dispatcher_host.cc", 1798 "android/java/gin_java_bridge_dispatcher_host.cc",
1797 "android/java/gin_java_bridge_dispatcher_host.h", 1799 "android/java/gin_java_bridge_dispatcher_host.h",
1798 "android/java/gin_java_bridge_message_filter.cc", 1800 "android/java/gin_java_bridge_message_filter.cc",
1799 "android/java/gin_java_bridge_message_filter.h", 1801 "android/java/gin_java_bridge_message_filter.h",
(...skipping 20 matching lines...) Expand all
1820 "android/tracing_controller_android.cc", 1822 "android/tracing_controller_android.cc",
1821 "android/tracing_controller_android.h", 1823 "android/tracing_controller_android.h",
1822 "android/web_contents_observer_proxy.cc", 1824 "android/web_contents_observer_proxy.cc",
1823 "android/web_contents_observer_proxy.h", 1825 "android/web_contents_observer_proxy.h",
1824 "frame_host/render_frame_host_android.cc", 1826 "frame_host/render_frame_host_android.cc",
1825 "frame_host/render_frame_host_android.h", 1827 "frame_host/render_frame_host_android.h",
1826 "media/capture/screen_capture_device_android.cc", 1828 "media/capture/screen_capture_device_android.cc",
1827 "media/capture/screen_capture_device_android.h", 1829 "media/capture/screen_capture_device_android.h",
1828 "renderer_host/compositor_impl_android.cc", 1830 "renderer_host/compositor_impl_android.cc",
1829 "renderer_host/compositor_impl_android.h", 1831 "renderer_host/compositor_impl_android.h",
1830 "renderer_host/ime_adapter_android.cc",
1831 "renderer_host/ime_adapter_android.h",
1832 "renderer_host/input/synthetic_gesture_target_android.cc", 1832 "renderer_host/input/synthetic_gesture_target_android.cc",
1833 "renderer_host/input/synthetic_gesture_target_android.h", 1833 "renderer_host/input/synthetic_gesture_target_android.h",
1834 "renderer_host/native_web_keyboard_event_android.cc", 1834 "renderer_host/native_web_keyboard_event_android.cc",
1835 "renderer_host/render_widget_host_view_android.cc", 1835 "renderer_host/render_widget_host_view_android.cc",
1836 "renderer_host/render_widget_host_view_android.h", 1836 "renderer_host/render_widget_host_view_android.h",
1837 "screen_orientation/screen_orientation_delegate_android.cc", 1837 "screen_orientation/screen_orientation_delegate_android.cc",
1838 "screen_orientation/screen_orientation_delegate_android.h", 1838 "screen_orientation/screen_orientation_delegate_android.h",
1839 "web_contents/web_contents_android.cc", 1839 "web_contents/web_contents_android.cc",
1840 "web_contents/web_contents_android.h", 1840 "web_contents/web_contents_android.h",
1841 "web_contents/web_contents_view_android.cc", 1841 "web_contents/web_contents_view_android.cc",
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
2057 if (!is_component_build) { 2057 if (!is_component_build) {
2058 public_deps = [ 2058 public_deps = [
2059 ":browser", 2059 ":browser",
2060 ] 2060 ]
2061 } else { 2061 } else {
2062 public_deps = [ 2062 public_deps = [
2063 "//third_party/leveldatabase", 2063 "//third_party/leveldatabase",
2064 ] 2064 ]
2065 } 2065 }
2066 } 2066 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698