diff options
author | brettw <brettw@chromium.org> | 2015-02-13 17:37:31 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-14 01:38:01 +0000 |
commit | f7eb6caac05a31363eefa30cad2d5aa2198d64ea (patch) | |
tree | 0cc1f0ed5a5e9253105ac25e98283033fdeddf64 /third_party/widevine | |
parent | 5d4a4c5f9e60cdf954f23fa9de5a669adda475ed (diff) | |
download | chromium_src-f7eb6caac05a31363eefa30cad2d5aa2198d64ea.zip chromium_src-f7eb6caac05a31363eefa30cad2d5aa2198d64ea.tar.gz chromium_src-f7eb6caac05a31363eefa30cad2d5aa2198d64ea.tar.bz2 |
Split apart the PPAPI GN targets
This puts BUILD files in the corresponding directories without duplicate names.
Adds a template for ppapi examples and writes the build for one example. I only did one at this point to test the infrastructure without making this patch too large.
NOPRESUBMIT=true
Review URL: https://codereview.chromium.org/921953002
Cr-Commit-Position: refs/heads/master@{#316352}
Diffstat (limited to 'third_party/widevine')
-rw-r--r-- | third_party/widevine/cdm/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/widevine/cdm/BUILD.gn b/third_party/widevine/cdm/BUILD.gn index 2fba0809..b563eb4 100644 --- a/third_party/widevine/cdm/BUILD.gn +++ b/third_party/widevine/cdm/BUILD.gn @@ -75,7 +75,7 @@ source_set("adapter") { deps = [ ":version_h", ":binaries", - "//ppapi:ppapi_cpp", + "//ppapi/cpp", #'<(DEPTH)/media/media_cdm_adapter.gyp:cdmadapter', TODO(GYP) ] |