| 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 841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 852 "media/android/browser_surface_view_manager.cc", | 852 "media/android/browser_surface_view_manager.cc", |
| 853 "media/android/browser_surface_view_manager.h", | 853 "media/android/browser_surface_view_manager.h", |
| 854 "media/android/media_player_renderer.cc", | 854 "media/android/media_player_renderer.cc", |
| 855 "media/android/media_player_renderer.h", | 855 "media/android/media_player_renderer.h", |
| 856 "media/android/media_resource_getter_impl.cc", | 856 "media/android/media_resource_getter_impl.cc", |
| 857 "media/android/media_resource_getter_impl.h", | 857 "media/android/media_resource_getter_impl.h", |
| 858 "media/android/media_throttler.cc", | 858 "media/android/media_throttler.cc", |
| 859 "media/android/media_throttler.h", | 859 "media/android/media_throttler.h", |
| 860 "media/android/media_web_contents_observer_android.cc", | 860 "media/android/media_web_contents_observer_android.cc", |
| 861 "media/android/media_web_contents_observer_android.h", | 861 "media/android/media_web_contents_observer_android.h", |
| 862 "media/android/video_surface_manager_impl.cc", |
| 863 "media/android/video_surface_manager_impl.h", |
| 862 "media/audible_metrics.cc", | 864 "media/audible_metrics.cc", |
| 863 "media/audible_metrics.h", | 865 "media/audible_metrics.h", |
| 864 "media/audio_stream_monitor.cc", | 866 "media/audio_stream_monitor.cc", |
| 865 "media/audio_stream_monitor.h", | 867 "media/audio_stream_monitor.h", |
| 866 "media/capture/audio_mirroring_manager.cc", | 868 "media/capture/audio_mirroring_manager.cc", |
| 867 "media/capture/audio_mirroring_manager.h", | 869 "media/capture/audio_mirroring_manager.h", |
| 868 "media/capture/desktop_capture_device_uma_types.cc", | 870 "media/capture/desktop_capture_device_uma_types.cc", |
| 869 "media/capture/desktop_capture_device_uma_types.h", | 871 "media/capture/desktop_capture_device_uma_types.h", |
| 870 "media/capture/image_capture_impl.cc", | 872 "media/capture/image_capture_impl.cc", |
| 871 "media/capture/image_capture_impl.h", | 873 "media/capture/image_capture_impl.h", |
| (...skipping 1133 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 |