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

Unified Diff: media/BUILD.gn

Issue 1929873004: Roll libwebm 75a6d2d:9a235e0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move libwebm_config public_configs entry to media component of media/BUILD.gn Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index a83a588ab6b047e50461d4fe38c233d1ebc78cb7..11a48e1dd104b70c935e9f1f864a7883734b489c 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -238,6 +238,8 @@ component("media") {
deps = [
":cdm_api",
]
+
+ public_configs = [ "//third_party/libwebm:libwebm_config" ]
public_deps = []
include_dirs = [ "." ]
« no previous file with comments | « DEPS ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698