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("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
9 | 9 |
10 source_set("browser") { | 10 source_set("browser") { |
(...skipping 1657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1668 "android/load_url_params.cc", | 1668 "android/load_url_params.cc", |
1669 "android/load_url_params.h", | 1669 "android/load_url_params.h", |
1670 "android/overscroll_controller_android.cc", | 1670 "android/overscroll_controller_android.cc", |
1671 "android/overscroll_controller_android.h", | 1671 "android/overscroll_controller_android.h", |
1672 "android/synchronous_compositor_host.cc", | 1672 "android/synchronous_compositor_host.cc", |
1673 "android/synchronous_compositor_host.h", | 1673 "android/synchronous_compositor_host.h", |
1674 "android/synchronous_compositor_observer.cc", | 1674 "android/synchronous_compositor_observer.cc", |
1675 "android/synchronous_compositor_observer.h", | 1675 "android/synchronous_compositor_observer.h", |
1676 "android/tracing_controller_android.cc", | 1676 "android/tracing_controller_android.cc", |
1677 "android/tracing_controller_android.h", | 1677 "android/tracing_controller_android.h", |
1678 "android/vr_input_manager_impl.cc", | |
boliu
2016/09/22 16:33:35
is VR behind a compile-time flag?
| |
1679 "android/vr_input_manager_impl.h", | |
1678 "android/web_contents_observer_proxy.cc", | 1680 "android/web_contents_observer_proxy.cc", |
1679 "android/web_contents_observer_proxy.h", | 1681 "android/web_contents_observer_proxy.h", |
1680 "media/capture/screen_capture_device_android.cc", | 1682 "media/capture/screen_capture_device_android.cc", |
1681 "media/capture/screen_capture_device_android.h", | 1683 "media/capture/screen_capture_device_android.h", |
1682 "renderer_host/compositor_impl_android.cc", | 1684 "renderer_host/compositor_impl_android.cc", |
1683 "renderer_host/compositor_impl_android.h", | 1685 "renderer_host/compositor_impl_android.h", |
1684 "renderer_host/context_provider_factory_impl_android.cc", | 1686 "renderer_host/context_provider_factory_impl_android.cc", |
1685 "renderer_host/context_provider_factory_impl_android.h", | 1687 "renderer_host/context_provider_factory_impl_android.h", |
1686 "renderer_host/ime_adapter_android.cc", | 1688 "renderer_host/ime_adapter_android.cc", |
1687 "renderer_host/ime_adapter_android.h", | 1689 "renderer_host/ime_adapter_android.h", |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1932 if (!is_component_build) { | 1934 if (!is_component_build) { |
1933 public_deps = [ | 1935 public_deps = [ |
1934 ":browser", | 1936 ":browser", |
1935 ] | 1937 ] |
1936 } else { | 1938 } else { |
1937 public_deps = [ | 1939 public_deps = [ |
1938 "//third_party/leveldatabase", | 1940 "//third_party/leveldatabase", |
1939 ] | 1941 ] |
1940 } | 1942 } |
1941 } | 1943 } |
OLD | NEW |