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

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

Issue 1702453002: Revert of Reland "media: Refactor MojoMediaClient" with fix. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format media Created 4 years, 10 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 | chromecast/browser/cast_content_browser_client.cc » ('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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 940 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 if (!enable_autofill_dialog || is_android || is_ios) { 951 if (!enable_autofill_dialog || is_android || is_ios) {
952 sources -= [ 952 sources -= [
953 "autofill/validation_rules_storage_factory.cc", 953 "autofill/validation_rules_storage_factory.cc",
954 "autofill/validation_rules_storage_factory.h", 954 "autofill/validation_rules_storage_factory.h",
955 ] 955 ]
956 } 956 }
957 if (enable_media_router) { 957 if (enable_media_router) {
958 deps += [ "//chrome/browser/media/router" ] 958 deps += [ "//chrome/browser/media/router" ]
959 } 959 }
960 960
961 if (enable_mojo_media == "browser") { 961 if (enable_mojo_media != "none") {
962 deps += [ "//media/mojo/services:application" ] 962 deps += [ "//media/mojo/services:default_application" ]
963 } else if (enable_mojo_media != "none") {
964 configs += [ "//media/mojo/services:enable_mojo_media_config" ]
965 } 963 }
966 964
967 if (enable_wayland_server) { 965 if (enable_wayland_server) {
968 deps += [ 966 deps += [
969 "//components/exo", 967 "//components/exo",
970 "//components/exo/wayland", 968 "//components/exo/wayland",
971 ] 969 ]
972 sources += [ 970 sources += [
973 "chrome_browser_main_extra_parts_exo.cc", 971 "chrome_browser_main_extra_parts_exo.cc",
974 "chrome_browser_main_extra_parts_exo.h", 972 "chrome_browser_main_extra_parts_exo.h",
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
1337 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1335 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1338 deps = [ 1336 deps = [
1339 "//components/google/core/browser", 1337 "//components/google/core/browser",
1340 "//components/omnibox/browser", 1338 "//components/omnibox/browser",
1341 "//components/rlz", 1339 "//components/rlz",
1342 "//components/search_engines", 1340 "//components/search_engines",
1343 "//rlz:rlz_lib", 1341 "//rlz:rlz_lib",
1344 ] 1342 ]
1345 } 1343 }
1346 } 1344 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698