| 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 1757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1768 "android/overscroll_controller_android.cc", | 1768 "android/overscroll_controller_android.cc", |
| 1769 "android/overscroll_controller_android.h", | 1769 "android/overscroll_controller_android.h", |
| 1770 "android/synchronous_compositor_browser_filter.cc", | 1770 "android/synchronous_compositor_browser_filter.cc", |
| 1771 "android/synchronous_compositor_browser_filter.h", | 1771 "android/synchronous_compositor_browser_filter.h", |
| 1772 "android/synchronous_compositor_host.cc", | 1772 "android/synchronous_compositor_host.cc", |
| 1773 "android/synchronous_compositor_host.h", | 1773 "android/synchronous_compositor_host.h", |
| 1774 "android/tracing_controller_android.cc", | 1774 "android/tracing_controller_android.cc", |
| 1775 "android/tracing_controller_android.h", | 1775 "android/tracing_controller_android.h", |
| 1776 "android/web_contents_observer_proxy.cc", | 1776 "android/web_contents_observer_proxy.cc", |
| 1777 "android/web_contents_observer_proxy.h", | 1777 "android/web_contents_observer_proxy.h", |
| 1778 "frame_host/render_frame_host_android.cc", |
| 1779 "frame_host/render_frame_host_android.h", |
| 1778 "media/capture/screen_capture_device_android.cc", | 1780 "media/capture/screen_capture_device_android.cc", |
| 1779 "media/capture/screen_capture_device_android.h", | 1781 "media/capture/screen_capture_device_android.h", |
| 1780 "renderer_host/compositor_impl_android.cc", | 1782 "renderer_host/compositor_impl_android.cc", |
| 1781 "renderer_host/compositor_impl_android.h", | 1783 "renderer_host/compositor_impl_android.h", |
| 1782 "renderer_host/context_provider_factory_impl_android.cc", | 1784 "renderer_host/context_provider_factory_impl_android.cc", |
| 1783 "renderer_host/context_provider_factory_impl_android.h", | 1785 "renderer_host/context_provider_factory_impl_android.h", |
| 1784 "renderer_host/ime_adapter_android.cc", | 1786 "renderer_host/ime_adapter_android.cc", |
| 1785 "renderer_host/ime_adapter_android.h", | 1787 "renderer_host/ime_adapter_android.h", |
| 1786 "renderer_host/input/synthetic_gesture_target_android.cc", | 1788 "renderer_host/input/synthetic_gesture_target_android.cc", |
| 1787 "renderer_host/input/synthetic_gesture_target_android.h", | 1789 "renderer_host/input/synthetic_gesture_target_android.h", |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2012 if (!is_component_build) { | 2014 if (!is_component_build) { |
| 2013 public_deps = [ | 2015 public_deps = [ |
| 2014 ":browser", | 2016 ":browser", |
| 2015 ] | 2017 ] |
| 2016 } else { | 2018 } else { |
| 2017 public_deps = [ | 2019 public_deps = [ |
| 2018 "//third_party/leveldatabase", | 2020 "//third_party/leveldatabase", |
| 2019 ] | 2021 ] |
| 2020 } | 2022 } |
| 2021 } | 2023 } |
| OLD | NEW |