| 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 838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 849 "media/android/media_throttler.cc", | 849 "media/android/media_throttler.cc", |
| 850 "media/android/media_throttler.h", | 850 "media/android/media_throttler.h", |
| 851 "media/android/media_web_contents_observer_android.cc", | 851 "media/android/media_web_contents_observer_android.cc", |
| 852 "media/android/media_web_contents_observer_android.h", | 852 "media/android/media_web_contents_observer_android.h", |
| 853 "media/audible_metrics.cc", | 853 "media/audible_metrics.cc", |
| 854 "media/audible_metrics.h", | 854 "media/audible_metrics.h", |
| 855 "media/audio_stream_monitor.cc", | 855 "media/audio_stream_monitor.cc", |
| 856 "media/audio_stream_monitor.h", | 856 "media/audio_stream_monitor.h", |
| 857 "media/capture/audio_mirroring_manager.cc", | 857 "media/capture/audio_mirroring_manager.cc", |
| 858 "media/capture/audio_mirroring_manager.h", | 858 "media/capture/audio_mirroring_manager.h", |
| 859 "media/capture/cursor_renderer.cc", |
| 859 "media/capture/cursor_renderer.h", | 860 "media/capture/cursor_renderer.h", |
| 860 "media/capture/cursor_renderer_aura.cc", | 861 "media/capture/cursor_renderer_aura.cc", |
| 861 "media/capture/cursor_renderer_aura.h", | 862 "media/capture/cursor_renderer_aura.h", |
| 862 "media/capture/cursor_renderer_mac.h", | 863 "media/capture/cursor_renderer_mac.h", |
| 863 "media/capture/cursor_renderer_mac.mm", | 864 "media/capture/cursor_renderer_mac.mm", |
| 864 "media/capture/desktop_capture_device_uma_types.cc", | 865 "media/capture/desktop_capture_device_uma_types.cc", |
| 865 "media/capture/desktop_capture_device_uma_types.h", | 866 "media/capture/desktop_capture_device_uma_types.h", |
| 866 "media/capture/image_capture_impl.cc", | 867 "media/capture/image_capture_impl.cc", |
| 867 "media/capture/image_capture_impl.h", | 868 "media/capture/image_capture_impl.h", |
| 868 "media/capture/web_contents_audio_input_stream.cc", | 869 "media/capture/web_contents_audio_input_stream.cc", |
| (...skipping 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1987 if (!is_component_build) { | 1988 if (!is_component_build) { |
| 1988 public_deps = [ | 1989 public_deps = [ |
| 1989 ":browser", | 1990 ":browser", |
| 1990 ] | 1991 ] |
| 1991 } else { | 1992 } else { |
| 1992 public_deps = [ | 1993 public_deps = [ |
| 1993 "//third_party/leveldatabase", | 1994 "//third_party/leveldatabase", |
| 1994 ] | 1995 ] |
| 1995 } | 1996 } |
| 1996 } | 1997 } |
| OLD | NEW |