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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
8 import("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
(...skipping 1778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1789 "android/synchronous_compositor_host.cc", | 1789 "android/synchronous_compositor_host.cc", |
1790 "android/synchronous_compositor_host.h", | 1790 "android/synchronous_compositor_host.h", |
1791 "android/tracing_controller_android.cc", | 1791 "android/tracing_controller_android.cc", |
1792 "android/tracing_controller_android.h", | 1792 "android/tracing_controller_android.h", |
1793 "android/web_contents_observer_proxy.cc", | 1793 "android/web_contents_observer_proxy.cc", |
1794 "android/web_contents_observer_proxy.h", | 1794 "android/web_contents_observer_proxy.h", |
1795 "media/capture/screen_capture_device_android.cc", | 1795 "media/capture/screen_capture_device_android.cc", |
1796 "media/capture/screen_capture_device_android.h", | 1796 "media/capture/screen_capture_device_android.h", |
1797 "renderer_host/compositor_impl_android.cc", | 1797 "renderer_host/compositor_impl_android.cc", |
1798 "renderer_host/compositor_impl_android.h", | 1798 "renderer_host/compositor_impl_android.h", |
1799 "renderer_host/context_provider_factory_impl_android.cc", | |
1800 "renderer_host/context_provider_factory_impl_android.h", | |
1801 "renderer_host/ime_adapter_android.cc", | 1799 "renderer_host/ime_adapter_android.cc", |
1802 "renderer_host/ime_adapter_android.h", | 1800 "renderer_host/ime_adapter_android.h", |
1803 "renderer_host/input/synthetic_gesture_target_android.cc", | 1801 "renderer_host/input/synthetic_gesture_target_android.cc", |
1804 "renderer_host/input/synthetic_gesture_target_android.h", | 1802 "renderer_host/input/synthetic_gesture_target_android.h", |
1805 "renderer_host/native_web_keyboard_event_android.cc", | 1803 "renderer_host/native_web_keyboard_event_android.cc", |
1806 "renderer_host/render_widget_host_view_android.cc", | 1804 "renderer_host/render_widget_host_view_android.cc", |
1807 "renderer_host/render_widget_host_view_android.h", | 1805 "renderer_host/render_widget_host_view_android.h", |
1808 "screen_orientation/screen_orientation_delegate_android.cc", | 1806 "screen_orientation/screen_orientation_delegate_android.cc", |
1809 "screen_orientation/screen_orientation_delegate_android.h", | 1807 "screen_orientation/screen_orientation_delegate_android.h", |
1810 "screen_orientation/screen_orientation_listener_android.cc", | 1808 "screen_orientation/screen_orientation_listener_android.cc", |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2031 if (!is_component_build) { | 2029 if (!is_component_build) { |
2032 public_deps = [ | 2030 public_deps = [ |
2033 ":browser", | 2031 ":browser", |
2034 ] | 2032 ] |
2035 } else { | 2033 } else { |
2036 public_deps = [ | 2034 public_deps = [ |
2037 "//third_party/leveldatabase", | 2035 "//third_party/leveldatabase", |
2038 ] | 2036 ] |
2039 } | 2037 } |
2040 } | 2038 } |
OLD | NEW |