| 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 870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 881 "media/capture/web_contents_audio_input_stream.cc", | 881 "media/capture/web_contents_audio_input_stream.cc", |
| 882 "media/capture/web_contents_audio_input_stream.h", | 882 "media/capture/web_contents_audio_input_stream.h", |
| 883 "media/capture/web_contents_audio_muter.cc", | 883 "media/capture/web_contents_audio_muter.cc", |
| 884 "media/capture/web_contents_audio_muter.h", | 884 "media/capture/web_contents_audio_muter.h", |
| 885 "media/capture/web_contents_tracker.cc", | 885 "media/capture/web_contents_tracker.cc", |
| 886 "media/capture/web_contents_tracker.h", | 886 "media/capture/web_contents_tracker.h", |
| 887 "media/cdm_registry_impl.cc", | 887 "media/cdm_registry_impl.cc", |
| 888 "media/cdm_registry_impl.h", | 888 "media/cdm_registry_impl.h", |
| 889 "media/media_devices_permission_checker.cc", | 889 "media/media_devices_permission_checker.cc", |
| 890 "media/media_devices_permission_checker.h", | 890 "media/media_devices_permission_checker.h", |
| 891 "media/media_devices_util.cc", |
| 892 "media/media_devices_util.h", |
| 891 "media/media_interface_proxy.cc", | 893 "media/media_interface_proxy.cc", |
| 892 "media/media_interface_proxy.h", | 894 "media/media_interface_proxy.h", |
| 893 "media/media_internals.cc", | 895 "media/media_internals.cc", |
| 894 "media/media_internals.h", | 896 "media/media_internals.h", |
| 895 "media/media_internals_handler.cc", | 897 "media/media_internals_handler.cc", |
| 896 "media/media_internals_handler.h", | 898 "media/media_internals_handler.h", |
| 897 "media/media_internals_proxy.cc", | 899 "media/media_internals_proxy.cc", |
| 898 "media/media_internals_proxy.h", | 900 "media/media_internals_proxy.h", |
| 899 "media/media_internals_ui.cc", | 901 "media/media_internals_ui.cc", |
| 900 "media/media_internals_ui.h", | 902 "media/media_internals_ui.h", |
| (...skipping 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2018 if (!is_component_build) { | 2020 if (!is_component_build) { |
| 2019 public_deps = [ | 2021 public_deps = [ |
| 2020 ":browser", | 2022 ":browser", |
| 2021 ] | 2023 ] |
| 2022 } else { | 2024 } else { |
| 2023 public_deps = [ | 2025 public_deps = [ |
| 2024 "//third_party/leveldatabase", | 2026 "//third_party/leveldatabase", |
| 2025 ] | 2027 ] |
| 2026 } | 2028 } |
| 2027 } | 2029 } |
| OLD | NEW |