| 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 9 | 9 |
| 10 source_set("browser") { | 10 source_set("browser") { |
| (...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 788 "loader_delegate_impl.cc", | 788 "loader_delegate_impl.cc", |
| 789 "loader_delegate_impl.h", | 789 "loader_delegate_impl.h", |
| 790 "mach_broker_mac.h", | 790 "mach_broker_mac.h", |
| 791 "mach_broker_mac.mm", | 791 "mach_broker_mac.mm", |
| 792 "manifest/manifest_manager_host.cc", | 792 "manifest/manifest_manager_host.cc", |
| 793 "manifest/manifest_manager_host.h", | 793 "manifest/manifest_manager_host.h", |
| 794 "media/android/browser_media_player_manager.cc", | 794 "media/android/browser_media_player_manager.cc", |
| 795 "media/android/browser_media_player_manager.h", | 795 "media/android/browser_media_player_manager.h", |
| 796 "media/android/browser_surface_view_manager.cc", | 796 "media/android/browser_surface_view_manager.cc", |
| 797 "media/android/browser_surface_view_manager.h", | 797 "media/android/browser_surface_view_manager.h", |
| 798 "media/android/dialog_surface_activity_mapper.cc", |
| 799 "media/android/dialog_surface_activity_mapper.h", |
| 798 "media/android/media_player_renderer.cc", | 800 "media/android/media_player_renderer.cc", |
| 799 "media/android/media_player_renderer.h", | 801 "media/android/media_player_renderer.h", |
| 800 "media/android/media_resource_getter_impl.cc", | 802 "media/android/media_resource_getter_impl.cc", |
| 801 "media/android/media_resource_getter_impl.h", | 803 "media/android/media_resource_getter_impl.h", |
| 802 "media/android/media_throttler.cc", | 804 "media/android/media_throttler.cc", |
| 803 "media/android/media_throttler.h", | 805 "media/android/media_throttler.h", |
| 804 "media/android/media_web_contents_observer_android.cc", | 806 "media/android/media_web_contents_observer_android.cc", |
| 805 "media/android/media_web_contents_observer_android.h", | 807 "media/android/media_web_contents_observer_android.h", |
| 806 "media/android/provision_fetcher_impl.cc", | 808 "media/android/provision_fetcher_impl.cc", |
| 807 "media/android/provision_fetcher_impl.h", | 809 "media/android/provision_fetcher_impl.h", |
| (...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1948 if (!is_component_build) { | 1950 if (!is_component_build) { |
| 1949 public_deps = [ | 1951 public_deps = [ |
| 1950 ":browser", | 1952 ":browser", |
| 1951 ] | 1953 ] |
| 1952 } else { | 1954 } else { |
| 1953 public_deps = [ | 1955 public_deps = [ |
| 1954 "//third_party/leveldatabase", | 1956 "//third_party/leveldatabase", |
| 1955 ] | 1957 ] |
| 1956 } | 1958 } |
| 1957 } | 1959 } |
| OLD | NEW |