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/overscroll_controller_android.cc", | 1789 "android/overscroll_controller_android.cc", |
1790 "android/overscroll_controller_android.h", | 1790 "android/overscroll_controller_android.h", |
1791 "android/synchronous_compositor_browser_filter.cc", | 1791 "android/synchronous_compositor_browser_filter.cc", |
1792 "android/synchronous_compositor_browser_filter.h", | 1792 "android/synchronous_compositor_browser_filter.h", |
1793 "android/synchronous_compositor_host.cc", | 1793 "android/synchronous_compositor_host.cc", |
1794 "android/synchronous_compositor_host.h", | 1794 "android/synchronous_compositor_host.h", |
1795 "android/tracing_controller_android.cc", | 1795 "android/tracing_controller_android.cc", |
1796 "android/tracing_controller_android.h", | 1796 "android/tracing_controller_android.h", |
1797 "android/web_contents_observer_proxy.cc", | 1797 "android/web_contents_observer_proxy.cc", |
1798 "android/web_contents_observer_proxy.h", | 1798 "android/web_contents_observer_proxy.h", |
| 1799 "frame_host/render_frame_host_android.cc", |
| 1800 "frame_host/render_frame_host_android.h", |
1799 "media/capture/screen_capture_device_android.cc", | 1801 "media/capture/screen_capture_device_android.cc", |
1800 "media/capture/screen_capture_device_android.h", | 1802 "media/capture/screen_capture_device_android.h", |
1801 "renderer_host/compositor_impl_android.cc", | 1803 "renderer_host/compositor_impl_android.cc", |
1802 "renderer_host/compositor_impl_android.h", | 1804 "renderer_host/compositor_impl_android.h", |
1803 "renderer_host/ime_adapter_android.cc", | 1805 "renderer_host/ime_adapter_android.cc", |
1804 "renderer_host/ime_adapter_android.h", | 1806 "renderer_host/ime_adapter_android.h", |
1805 "renderer_host/input/synthetic_gesture_target_android.cc", | 1807 "renderer_host/input/synthetic_gesture_target_android.cc", |
1806 "renderer_host/input/synthetic_gesture_target_android.h", | 1808 "renderer_host/input/synthetic_gesture_target_android.h", |
1807 "renderer_host/native_web_keyboard_event_android.cc", | 1809 "renderer_host/native_web_keyboard_event_android.cc", |
1808 "renderer_host/render_widget_host_view_android.cc", | 1810 "renderer_host/render_widget_host_view_android.cc", |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2033 if (!is_component_build) { | 2035 if (!is_component_build) { |
2034 public_deps = [ | 2036 public_deps = [ |
2035 ":browser", | 2037 ":browser", |
2036 ] | 2038 ] |
2037 } else { | 2039 } else { |
2038 public_deps = [ | 2040 public_deps = [ |
2039 "//third_party/leveldatabase", | 2041 "//third_party/leveldatabase", |
2040 ] | 2042 ] |
2041 } | 2043 } |
2042 } | 2044 } |
OLD | NEW |