| 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 1668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1679 "android/java/java_method.cc", | 1679 "android/java/java_method.cc", |
| 1680 "android/java/java_method.h", | 1680 "android/java/java_method.h", |
| 1681 "android/java/java_type.cc", | 1681 "android/java/java_type.cc", |
| 1682 "android/java/java_type.h", | 1682 "android/java/java_type.h", |
| 1683 "android/java/jni_helper.cc", | 1683 "android/java/jni_helper.cc", |
| 1684 "android/java/jni_helper.h", | 1684 "android/java/jni_helper.h", |
| 1685 "android/load_url_params.cc", | 1685 "android/load_url_params.cc", |
| 1686 "android/load_url_params.h", | 1686 "android/load_url_params.h", |
| 1687 "android/overscroll_controller_android.cc", | 1687 "android/overscroll_controller_android.cc", |
| 1688 "android/overscroll_controller_android.h", | 1688 "android/overscroll_controller_android.h", |
| 1689 "android/synchronous_compositor_browser_filter.cc", |
| 1690 "android/synchronous_compositor_browser_filter.h", |
| 1689 "android/synchronous_compositor_host.cc", | 1691 "android/synchronous_compositor_host.cc", |
| 1690 "android/synchronous_compositor_host.h", | 1692 "android/synchronous_compositor_host.h", |
| 1691 "android/synchronous_compositor_observer.cc", | |
| 1692 "android/synchronous_compositor_observer.h", | |
| 1693 "android/tracing_controller_android.cc", | 1693 "android/tracing_controller_android.cc", |
| 1694 "android/tracing_controller_android.h", | 1694 "android/tracing_controller_android.h", |
| 1695 "android/web_contents_observer_proxy.cc", | 1695 "android/web_contents_observer_proxy.cc", |
| 1696 "android/web_contents_observer_proxy.h", | 1696 "android/web_contents_observer_proxy.h", |
| 1697 "media/capture/screen_capture_device_android.cc", | 1697 "media/capture/screen_capture_device_android.cc", |
| 1698 "media/capture/screen_capture_device_android.h", | 1698 "media/capture/screen_capture_device_android.h", |
| 1699 "renderer_host/compositor_impl_android.cc", | 1699 "renderer_host/compositor_impl_android.cc", |
| 1700 "renderer_host/compositor_impl_android.h", | 1700 "renderer_host/compositor_impl_android.h", |
| 1701 "renderer_host/context_provider_factory_impl_android.cc", | 1701 "renderer_host/context_provider_factory_impl_android.cc", |
| 1702 "renderer_host/context_provider_factory_impl_android.h", | 1702 "renderer_host/context_provider_factory_impl_android.h", |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1943 if (!is_component_build) { | 1943 if (!is_component_build) { |
| 1944 public_deps = [ | 1944 public_deps = [ |
| 1945 ":browser", | 1945 ":browser", |
| 1946 ] | 1946 ] |
| 1947 } else { | 1947 } else { |
| 1948 public_deps = [ | 1948 public_deps = [ |
| 1949 "//third_party/leveldatabase", | 1949 "//third_party/leveldatabase", |
| 1950 ] | 1950 ] |
| 1951 } | 1951 } |
| 1952 } | 1952 } |
| OLD | NEW |