| 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("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
| 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 | 10 |
| (...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 797 "loader_delegate_impl.cc", | 797 "loader_delegate_impl.cc", |
| 798 "loader_delegate_impl.h", | 798 "loader_delegate_impl.h", |
| 799 "mach_broker_mac.h", | 799 "mach_broker_mac.h", |
| 800 "mach_broker_mac.mm", | 800 "mach_broker_mac.mm", |
| 801 "manifest/manifest_manager_host.cc", | 801 "manifest/manifest_manager_host.cc", |
| 802 "manifest/manifest_manager_host.h", | 802 "manifest/manifest_manager_host.h", |
| 803 "media/android/browser_media_player_manager.cc", | 803 "media/android/browser_media_player_manager.cc", |
| 804 "media/android/browser_media_player_manager.h", | 804 "media/android/browser_media_player_manager.h", |
| 805 "media/android/browser_surface_view_manager.cc", | 805 "media/android/browser_surface_view_manager.cc", |
| 806 "media/android/browser_surface_view_manager.h", | 806 "media/android/browser_surface_view_manager.h", |
| 807 "media/android/dialog_surface_activity_mapper.cc", |
| 808 "media/android/dialog_surface_activity_mapper.h", |
| 807 "media/android/media_player_renderer.cc", | 809 "media/android/media_player_renderer.cc", |
| 808 "media/android/media_player_renderer.h", | 810 "media/android/media_player_renderer.h", |
| 809 "media/android/media_resource_getter_impl.cc", | 811 "media/android/media_resource_getter_impl.cc", |
| 810 "media/android/media_resource_getter_impl.h", | 812 "media/android/media_resource_getter_impl.h", |
| 811 "media/android/media_throttler.cc", | 813 "media/android/media_throttler.cc", |
| 812 "media/android/media_throttler.h", | 814 "media/android/media_throttler.h", |
| 813 "media/android/media_web_contents_observer_android.cc", | 815 "media/android/media_web_contents_observer_android.cc", |
| 814 "media/android/media_web_contents_observer_android.h", | 816 "media/android/media_web_contents_observer_android.h", |
| 815 "media/audible_metrics.cc", | 817 "media/audible_metrics.cc", |
| 816 "media/audible_metrics.h", | 818 "media/audible_metrics.h", |
| (...skipping 1135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1952 if (!is_component_build) { | 1954 if (!is_component_build) { |
| 1953 public_deps = [ | 1955 public_deps = [ |
| 1954 ":browser", | 1956 ":browser", |
| 1955 ] | 1957 ] |
| 1956 } else { | 1958 } else { |
| 1957 public_deps = [ | 1959 public_deps = [ |
| 1958 "//third_party/leveldatabase", | 1960 "//third_party/leveldatabase", |
| 1959 ] | 1961 ] |
| 1960 } | 1962 } |
| 1961 } | 1963 } |
| OLD | NEW |