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

Side by Side Diff: chromecast/renderer/key_systems_cast.cc

Issue 638803002: Reorganizes Chromecast code to better reflect functional dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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
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 #include "chromecast/shell/renderer/key_systems_cast.h" 5 #include "chromecast/renderer/key_systems_cast.h"
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/logging.h" 10 #include "base/logging.h"
11 #include "chromecast/media/base/key_systems_common.h" 11 #include "chromecast/media/base/key_systems_common.h"
12 #include "components/cdm/renderer/widevine_key_systems.h" 12 #include "components/cdm/renderer/widevine_key_systems.h"
13 #include "content/public/common/eme_constants.h" 13 #include "content/public/common/eme_constants.h"
14 14
15 #include "widevine_cdm_version.h" // In SHARED_INTERMEDIATE_DIR. 15 #include "widevine_cdm_version.h" // In SHARED_INTERMEDIATE_DIR.
(...skipping 18 matching lines...) Expand all
34 #endif 34 #endif
35 35
36 #if defined(PLAYREADY_CDM_AVAILABLE) 36 #if defined(PLAYREADY_CDM_AVAILABLE)
37 AddKeySystemWithCodecs(media::kChromecastPlayreadyKeySystem, 37 AddKeySystemWithCodecs(media::kChromecastPlayreadyKeySystem,
38 key_systems_info); 38 key_systems_info);
39 #endif 39 #endif
40 } 40 }
41 41
42 } // namespace shell 42 } // namespace shell
43 } // namespace chromecast 43 } // namespace chromecast
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698