Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Side by Side Diff: content/browser/BUILD.gn

Issue 2367393002: Migrating MediaSession messages to mojo (Closed)
Patch Set: fixed layout tests Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 "media/android/browser_media_player_manager.cc", 791 "media/android/browser_media_player_manager.cc",
792 "media/android/browser_media_player_manager.h", 792 "media/android/browser_media_player_manager.h",
793 "media/android/browser_media_session_manager.cc", 793 "media/android/browser_media_session_manager.cc",
794 "media/android/browser_media_session_manager.h", 794 "media/android/browser_media_session_manager.h",
795 "media/android/browser_surface_view_manager.cc", 795 "media/android/browser_surface_view_manager.cc",
796 "media/android/browser_surface_view_manager.h", 796 "media/android/browser_surface_view_manager.h",
797 "media/android/media_player_renderer.cc", 797 "media/android/media_player_renderer.cc",
798 "media/android/media_player_renderer.h", 798 "media/android/media_player_renderer.h",
799 "media/android/media_resource_getter_impl.cc", 799 "media/android/media_resource_getter_impl.cc",
800 "media/android/media_resource_getter_impl.h", 800 "media/android/media_resource_getter_impl.h",
801 "media/android/media_session_service_impl.cc",
802 "media/android/media_session_service_impl.h",
801 "media/android/media_throttler.cc", 803 "media/android/media_throttler.cc",
802 "media/android/media_throttler.h", 804 "media/android/media_throttler.h",
803 "media/android/media_web_contents_observer_android.cc", 805 "media/android/media_web_contents_observer_android.cc",
804 "media/android/media_web_contents_observer_android.h", 806 "media/android/media_web_contents_observer_android.h",
805 "media/android/provision_fetcher_impl.cc", 807 "media/android/provision_fetcher_impl.cc",
806 "media/android/provision_fetcher_impl.h", 808 "media/android/provision_fetcher_impl.h",
807 "media/android/url_provision_fetcher.cc", 809 "media/android/url_provision_fetcher.cc",
808 "media/android/url_provision_fetcher.h", 810 "media/android/url_provision_fetcher.h",
809 "media/audible_metrics.cc", 811 "media/audible_metrics.cc",
810 "media/audible_metrics.h", 812 "media/audible_metrics.h",
(...skipping 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1943 if (!is_component_build) { 1945 if (!is_component_build) {
1944 public_deps = [ 1946 public_deps = [
1945 ":browser", 1947 ":browser",
1946 ] 1948 ]
1947 } else { 1949 } else {
1948 public_deps = [ 1950 public_deps = [
1949 "//third_party/leveldatabase", 1951 "//third_party/leveldatabase",
1950 ] 1952 ]
1951 } 1953 }
1952 } 1954 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698