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

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

Issue 1478643002: Refactor media out of WebContentsImpl to MediaWebContentsObserver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix namespace for cast. Created 5 years 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
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("//content/browser/browser.gni") 7 import("//content/browser/browser.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 } 510 }
511 511
512 if (is_linux && use_dbus) { 512 if (is_linux && use_dbus) {
513 deps += [ "//dbus" ] 513 deps += [ "//dbus" ]
514 } 514 }
515 515
516 if (enable_browser_cdms) { 516 if (enable_browser_cdms) {
517 sources += [ 517 sources += [
518 "media/cdm/browser_cdm_manager.cc", 518 "media/cdm/browser_cdm_manager.cc",
519 "media/cdm/browser_cdm_manager.h", 519 "media/cdm/browser_cdm_manager.h",
520 "media/media_web_contents_observer.cc",
521 "media/media_web_contents_observer.h",
522 ] 520 ]
523 } 521 }
524 522
525 if (is_linux) { 523 if (is_linux) {
526 deps += [ "//third_party/boringssl" ] 524 deps += [ "//third_party/boringssl" ]
527 } 525 }
528 526
529 if (enable_mojo_media != "none") { 527 if (enable_mojo_media != "none") {
530 configs += [ "//media/mojo/services:enable_mojo_media_config" ] 528 configs += [ "//media/mojo/services:enable_mojo_media_config" ]
531 } 529 }
(...skipping 14 matching lines...) Expand all
546 544
547 if (enable_webvr && is_android) { 545 if (enable_webvr && is_android) {
548 sources += [ 546 sources += [
549 "vr/android/cardboard/cardboard_vr_device.cc", 547 "vr/android/cardboard/cardboard_vr_device.cc",
550 "vr/android/cardboard/cardboard_vr_device.h", 548 "vr/android/cardboard/cardboard_vr_device.h",
551 "vr/android/cardboard/cardboard_vr_device_provider.cc", 549 "vr/android/cardboard/cardboard_vr_device_provider.cc",
552 "vr/android/cardboard/cardboard_vr_device_provider.h", 550 "vr/android/cardboard/cardboard_vr_device_provider.h",
553 ] 551 ]
554 } 552 }
555 } 553 }
OLDNEW
« no previous file with comments | « chromecast/browser/cast_content_window.cc ('k') | content/browser/media/media_web_contents_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698