Skip to content

Commit

Permalink
Move CDM header out of cdm/ppapi directory
Browse files Browse the repository at this point in the history
As content_decryption_module.h will be used by more than just ppapi,
move the DEPS directory up one level.

TEST=compiles

Review URL: https://codereview.chromium.org/1419933002

Cr-Commit-Position: refs/heads/master@{#355429}
  • Loading branch information
jrummell-chromium authored and Commit bot committed Oct 21, 2015
1 parent 089a54f commit f715b16
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ v8.log
/ios/third_party/gcdwebserver/src
/llvm
/media/cast/logging/cast_logging_proto_lib.xml
/media/cdm/ppapi/api
/media/cdm/api
/media/media_asm.xml
/media/media_mojo_bindings.xml
/media/test/data/internal
Expand Down
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ deps = {
'src/third_party/opus/src':
Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39821e79a1811ae1933c69',

'src/media/cdm/ppapi/api':
'src/media/cdm/api':
Var('chromium_git') + '/chromium/cdm.git' + '@' + 'a4773c3cec827c3a880e8a2c22e43a287ced0d20',

'src/third_party/mesa/src':
Expand Down
2 changes: 1 addition & 1 deletion media/cdm/ppapi/cdm_adapter.gni
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ template("cdm_adapter") {
forward_variables_from(invoker, "*")

sources += [
"//media/cdm/ppapi/api/content_decryption_module.h",
"//media/cdm/api/content_decryption_module.h",
"//media/cdm/ppapi/cdm_adapter.cc",
"//media/cdm/ppapi/cdm_adapter.h",
"//media/cdm/ppapi/cdm_file_io_impl.cc",
Expand Down
2 changes: 1 addition & 1 deletion media/cdm/ppapi/cdm_adapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "build/build_config.h"
#include "media/cdm/ppapi/api/content_decryption_module.h"
#include "media/cdm/api/content_decryption_module.h"
#include "media/cdm/ppapi/cdm_helpers.h"
#include "media/cdm/ppapi/cdm_wrapper.h"
#include "media/cdm/ppapi/linked_ptr.h"
Expand Down
2 changes: 1 addition & 1 deletion media/cdm/ppapi/cdm_file_io_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <vector>

#include "base/basictypes.h"
#include "media/cdm/ppapi/api/content_decryption_module.h"
#include "media/cdm/api/content_decryption_module.h"
#include "ppapi/c/ppb_file_io.h"
#include "ppapi/cpp/file_io.h"
#include "ppapi/cpp/file_ref.h"
Expand Down
2 changes: 1 addition & 1 deletion media/cdm/ppapi/cdm_file_io_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "base/callback.h"
#include "base/compiler_specific.h"
#include "media/cdm/ppapi/api/content_decryption_module.h"
#include "media/cdm/api/content_decryption_module.h"

namespace media {

Expand Down
2 changes: 1 addition & 1 deletion media/cdm/ppapi/cdm_helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "build/build_config.h"
#include "media/cdm/ppapi/api/content_decryption_module.h"
#include "media/cdm/api/content_decryption_module.h"
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/cpp/dev/buffer_dev.h"
Expand Down
2 changes: 1 addition & 1 deletion media/cdm/ppapi/cdm_wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <string>

#include "base/basictypes.h"
#include "media/cdm/ppapi/api/content_decryption_module.h"
#include "media/cdm/api/content_decryption_module.h"
#include "media/cdm/ppapi/cdm_helpers.h"
#include "media/cdm/ppapi/supported_cdm_versions.h"
#include "ppapi/cpp/logging.h"
Expand Down
2 changes: 1 addition & 1 deletion media/cdm/ppapi/external_clear_key/cdm_video_decoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "media/cdm/ppapi/api/content_decryption_module.h"
#include "media/cdm/api/content_decryption_module.h"
#include "media/cdm/ppapi/external_clear_key/clear_key_cdm_common.h"

namespace media {
Expand Down
2 changes: 1 addition & 1 deletion media/cdm/ppapi/external_clear_key/clear_key_cdm_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef MEDIA_CDM_PPAPI_EXTERNAL_CLEAR_KEY_CLEAR_KEY_CDM_COMMON_H_
#define MEDIA_CDM_PPAPI_EXTERNAL_CLEAR_KEY_CLEAR_KEY_CDM_COMMON_H_

#include "media/cdm/ppapi/api/content_decryption_module.h"
#include "media/cdm/api/content_decryption_module.h"

namespace media {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "media/cdm/ppapi/api/content_decryption_module.h"
#include "media/cdm/api/content_decryption_module.h"
#include "media/cdm/ppapi/external_clear_key/cdm_video_decoder.h"

namespace media {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "media/cdm/ppapi/api/content_decryption_module.h"
#include "media/cdm/api/content_decryption_module.h"
#include "media/cdm/ppapi/external_clear_key/cdm_video_decoder.h"

struct vpx_codec_ctx;
Expand Down
2 changes: 1 addition & 1 deletion media/cdm/ppapi/supported_cdm_versions.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef MEDIA_CDM_PPAPI_SUPPORTED_CDM_VERSIONS_H_
#define MEDIA_CDM_PPAPI_SUPPORTED_CDM_VERSIONS_H_

#include "media/cdm/ppapi/api/content_decryption_module.h"
#include "media/cdm/api/content_decryption_module.h"

namespace media {

Expand Down
2 changes: 1 addition & 1 deletion media/cdm/stub/stub_cdm.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define MEDIA_CDM_STUB_STUB_CDM_H_

#include "base/basictypes.h"
#include "media/cdm/ppapi/api/content_decryption_module.h"
#include "media/cdm/api/content_decryption_module.h"

namespace media {

Expand Down
2 changes: 1 addition & 1 deletion media/media_cdm_adapter.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'type': 'none',
'direct_dependent_settings': {
'sources': [
'cdm/ppapi/api/content_decryption_module.h',
'cdm/api/content_decryption_module.h',
'cdm/ppapi/cdm_adapter.cc',
'cdm/ppapi/cdm_adapter.h',
'cdm/ppapi/cdm_file_io_impl.cc',
Expand Down

0 comments on commit f715b16

Please sign in to comment.