| 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 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 870 "media/capture/web_contents_audio_input_stream.cc", | 870 "media/capture/web_contents_audio_input_stream.cc", |
| 871 "media/capture/web_contents_audio_input_stream.h", | 871 "media/capture/web_contents_audio_input_stream.h", |
| 872 "media/capture/web_contents_audio_muter.cc", | 872 "media/capture/web_contents_audio_muter.cc", |
| 873 "media/capture/web_contents_audio_muter.h", | 873 "media/capture/web_contents_audio_muter.h", |
| 874 "media/capture/web_contents_tracker.cc", | 874 "media/capture/web_contents_tracker.cc", |
| 875 "media/capture/web_contents_tracker.h", | 875 "media/capture/web_contents_tracker.h", |
| 876 "media/cdm_registry_impl.cc", | 876 "media/cdm_registry_impl.cc", |
| 877 "media/cdm_registry_impl.h", | 877 "media/cdm_registry_impl.h", |
| 878 "media/media_devices_permission_checker.cc", | 878 "media/media_devices_permission_checker.cc", |
| 879 "media/media_devices_permission_checker.h", | 879 "media/media_devices_permission_checker.h", |
| 880 "media/media_devices_util.cc", |
| 881 "media/media_devices_util.h", |
| 880 "media/media_interface_proxy.cc", | 882 "media/media_interface_proxy.cc", |
| 881 "media/media_interface_proxy.h", | 883 "media/media_interface_proxy.h", |
| 882 "media/media_internals.cc", | 884 "media/media_internals.cc", |
| 883 "media/media_internals.h", | 885 "media/media_internals.h", |
| 884 "media/media_internals_handler.cc", | 886 "media/media_internals_handler.cc", |
| 885 "media/media_internals_handler.h", | 887 "media/media_internals_handler.h", |
| 886 "media/media_internals_proxy.cc", | 888 "media/media_internals_proxy.cc", |
| 887 "media/media_internals_proxy.h", | 889 "media/media_internals_proxy.h", |
| 888 "media/media_internals_ui.cc", | 890 "media/media_internals_ui.cc", |
| 889 "media/media_internals_ui.h", | 891 "media/media_internals_ui.h", |
| (...skipping 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2005 if (!is_component_build) { | 2007 if (!is_component_build) { |
| 2006 public_deps = [ | 2008 public_deps = [ |
| 2007 ":browser", | 2009 ":browser", |
| 2008 ] | 2010 ] |
| 2009 } else { | 2011 } else { |
| 2010 public_deps = [ | 2012 public_deps = [ |
| 2011 "//third_party/leveldatabase", | 2013 "//third_party/leveldatabase", |
| 2012 ] | 2014 ] |
| 2013 } | 2015 } |
| 2014 } | 2016 } |
| OLD | NEW |