summaryrefslogtreecommitdiffstats
path: root/chrome/BUILD.gn
diff options
context:
space:
mode:
authorjrummell <jrummell@chromium.org>2015-04-15 17:58:13 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-16 00:58:35 +0000
commit8a4aea4026a60d35935c2158c0fb311dfdb1d047 (patch)
treeff091b7240fa07cb677fc188ac71ec8cba11fff0 /chrome/BUILD.gn
parenta4ac116cd050502a86bc5058a4bca5b91d71c996 (diff)
downloadchromium_src-8a4aea4026a60d35935c2158c0fb311dfdb1d047.zip
chromium_src-8a4aea4026a60d35935c2158c0fb311dfdb1d047.tar.gz
chromium_src-8a4aea4026a60d35935c2158c0fb311dfdb1d047.tar.bz2
Allow widevinecdmadapter to be built in Chromium with GN
BUG=468567 Review URL: https://codereview.chromium.org/1070253002 Cr-Commit-Position: refs/heads/master@{#325363}
Diffstat (limited to 'chrome/BUILD.gn')
-rw-r--r--chrome/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index feb8ae5..71e3ff4 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -143,7 +143,7 @@ if (!is_android) {
# On Mac, internal plugins go inside the framework, so these
# dependencies are on chrome.dll.
"//third_party/adobe/flash:flapper_binaries",
- "//third_party/widevine/cdm:adapter",
+ "//third_party/widevine/cdm:widevinecdmadapter",
]
# TODO(GYP) some stuff from GYP including chrome_multiple_dll.
}