OLD | NEW |
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 1756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1767 "android/content_view_core_impl.cc", | 1767 "android/content_view_core_impl.cc", |
1768 "android/content_view_core_impl.h", | 1768 "android/content_view_core_impl.h", |
1769 "android/content_view_core_impl_observer.h", | 1769 "android/content_view_core_impl_observer.h", |
1770 "android/content_view_render_view.cc", | 1770 "android/content_view_render_view.cc", |
1771 "android/content_view_render_view.h", | 1771 "android/content_view_render_view.h", |
1772 "android/content_view_statics.cc", | 1772 "android/content_view_statics.cc", |
1773 "android/content_view_statics.h", | 1773 "android/content_view_statics.h", |
1774 "android/date_time_chooser_android.cc", | 1774 "android/date_time_chooser_android.cc", |
1775 "android/date_time_chooser_android.h", | 1775 "android/date_time_chooser_android.h", |
1776 "android/gesture_event_type.h", | 1776 "android/gesture_event_type.h", |
| 1777 "android/ime_adapter_android.cc", |
| 1778 "android/ime_adapter_android.h", |
1777 "android/interstitial_page_delegate_android.cc", | 1779 "android/interstitial_page_delegate_android.cc", |
1778 "android/interstitial_page_delegate_android.h", | 1780 "android/interstitial_page_delegate_android.h", |
1779 "android/java/gin_java_bound_object.cc", | 1781 "android/java/gin_java_bound_object.cc", |
1780 "android/java/gin_java_bound_object.h", | 1782 "android/java/gin_java_bound_object.h", |
1781 "android/java/gin_java_bound_object_delegate.cc", | 1783 "android/java/gin_java_bound_object_delegate.cc", |
1782 "android/java/gin_java_bound_object_delegate.h", | 1784 "android/java/gin_java_bound_object_delegate.h", |
1783 "android/java/gin_java_bridge_dispatcher_host.cc", | 1785 "android/java/gin_java_bridge_dispatcher_host.cc", |
1784 "android/java/gin_java_bridge_dispatcher_host.h", | 1786 "android/java/gin_java_bridge_dispatcher_host.h", |
1785 "android/java/gin_java_bridge_message_filter.cc", | 1787 "android/java/gin_java_bridge_message_filter.cc", |
1786 "android/java/gin_java_bridge_message_filter.h", | 1788 "android/java/gin_java_bridge_message_filter.h", |
(...skipping 22 matching lines...) Expand all Loading... |
1809 "android/tracing_controller_android.cc", | 1811 "android/tracing_controller_android.cc", |
1810 "android/tracing_controller_android.h", | 1812 "android/tracing_controller_android.h", |
1811 "android/web_contents_observer_proxy.cc", | 1813 "android/web_contents_observer_proxy.cc", |
1812 "android/web_contents_observer_proxy.h", | 1814 "android/web_contents_observer_proxy.h", |
1813 "frame_host/render_frame_host_android.cc", | 1815 "frame_host/render_frame_host_android.cc", |
1814 "frame_host/render_frame_host_android.h", | 1816 "frame_host/render_frame_host_android.h", |
1815 "media/capture/screen_capture_device_android.cc", | 1817 "media/capture/screen_capture_device_android.cc", |
1816 "media/capture/screen_capture_device_android.h", | 1818 "media/capture/screen_capture_device_android.h", |
1817 "renderer_host/compositor_impl_android.cc", | 1819 "renderer_host/compositor_impl_android.cc", |
1818 "renderer_host/compositor_impl_android.h", | 1820 "renderer_host/compositor_impl_android.h", |
1819 "renderer_host/ime_adapter_android.cc", | |
1820 "renderer_host/ime_adapter_android.h", | |
1821 "renderer_host/input/synthetic_gesture_target_android.cc", | 1821 "renderer_host/input/synthetic_gesture_target_android.cc", |
1822 "renderer_host/input/synthetic_gesture_target_android.h", | 1822 "renderer_host/input/synthetic_gesture_target_android.h", |
1823 "renderer_host/native_web_keyboard_event_android.cc", | 1823 "renderer_host/native_web_keyboard_event_android.cc", |
1824 "renderer_host/render_widget_host_view_android.cc", | 1824 "renderer_host/render_widget_host_view_android.cc", |
1825 "renderer_host/render_widget_host_view_android.h", | 1825 "renderer_host/render_widget_host_view_android.h", |
1826 "screen_orientation/screen_orientation_delegate_android.cc", | 1826 "screen_orientation/screen_orientation_delegate_android.cc", |
1827 "screen_orientation/screen_orientation_delegate_android.h", | 1827 "screen_orientation/screen_orientation_delegate_android.h", |
1828 "web_contents/web_contents_android.cc", | 1828 "web_contents/web_contents_android.cc", |
1829 "web_contents/web_contents_android.h", | 1829 "web_contents/web_contents_android.h", |
1830 "web_contents/web_contents_view_android.cc", | 1830 "web_contents/web_contents_view_android.cc", |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2048 if (!is_component_build) { | 2048 if (!is_component_build) { |
2049 public_deps = [ | 2049 public_deps = [ |
2050 ":browser", | 2050 ":browser", |
2051 ] | 2051 ] |
2052 } else { | 2052 } else { |
2053 public_deps = [ | 2053 public_deps = [ |
2054 "//third_party/leveldatabase", | 2054 "//third_party/leveldatabase", |
2055 ] | 2055 ] |
2056 } | 2056 } |
2057 } | 2057 } |
OLD | NEW |