| 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("//gpu/vulkan/features.gni") | 7 import("//gpu/vulkan/features.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
| 10 import("//printing/features/features.gni") | 10 import("//printing/features/features.gni") |
| (...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 896 "manifest/manifest_manager_host.cc", | 896 "manifest/manifest_manager_host.cc", |
| 897 "manifest/manifest_manager_host.h", | 897 "manifest/manifest_manager_host.h", |
| 898 "media/android/browser_media_player_manager.cc", | 898 "media/android/browser_media_player_manager.cc", |
| 899 "media/android/browser_media_player_manager.h", | 899 "media/android/browser_media_player_manager.h", |
| 900 "media/android/browser_surface_view_manager.cc", | 900 "media/android/browser_surface_view_manager.cc", |
| 901 "media/android/browser_surface_view_manager.h", | 901 "media/android/browser_surface_view_manager.h", |
| 902 "media/android/media_player_renderer.cc", | 902 "media/android/media_player_renderer.cc", |
| 903 "media/android/media_player_renderer.h", | 903 "media/android/media_player_renderer.h", |
| 904 "media/android/media_resource_getter_impl.cc", | 904 "media/android/media_resource_getter_impl.cc", |
| 905 "media/android/media_resource_getter_impl.h", | 905 "media/android/media_resource_getter_impl.h", |
| 906 "media/android/media_throttler.cc", | |
| 907 "media/android/media_throttler.h", | |
| 908 "media/android/media_web_contents_observer_android.cc", | 906 "media/android/media_web_contents_observer_android.cc", |
| 909 "media/android/media_web_contents_observer_android.h", | 907 "media/android/media_web_contents_observer_android.h", |
| 910 "media/audible_metrics.cc", | 908 "media/audible_metrics.cc", |
| 911 "media/audible_metrics.h", | 909 "media/audible_metrics.h", |
| 912 "media/audio_stream_monitor.cc", | 910 "media/audio_stream_monitor.cc", |
| 913 "media/audio_stream_monitor.h", | 911 "media/audio_stream_monitor.h", |
| 914 "media/capture/audio_mirroring_manager.cc", | 912 "media/capture/audio_mirroring_manager.cc", |
| 915 "media/capture/audio_mirroring_manager.h", | 913 "media/capture/audio_mirroring_manager.h", |
| 916 "media/capture/desktop_capture_device_uma_types.cc", | 914 "media/capture/desktop_capture_device_uma_types.cc", |
| 917 "media/capture/desktop_capture_device_uma_types.h", | 915 "media/capture/desktop_capture_device_uma_types.h", |
| (...skipping 1136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2054 if (!is_component_build) { | 2052 if (!is_component_build) { |
| 2055 public_deps = [ | 2053 public_deps = [ |
| 2056 ":browser", | 2054 ":browser", |
| 2057 ] | 2055 ] |
| 2058 } else { | 2056 } else { |
| 2059 public_deps = [ | 2057 public_deps = [ |
| 2060 "//third_party/leveldatabase", | 2058 "//third_party/leveldatabase", |
| 2061 ] | 2059 ] |
| 2062 } | 2060 } |
| 2063 } | 2061 } |
| OLD | NEW |