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

Unified Diff: media/BUILD.gn

Issue 1929873004: Roll libwebm 75a6d2d:9a235e0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add libwebm_config to media/BUILD.gn all_dependent_configs and remove libwebm from public_deps 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..8b445be53698858af36bc9bb9fee5385e820ae5e 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -229,7 +229,10 @@ component("media") {
# See http://crbug.com/171009
"//build/config/compiler:no_size_t_to_int_warning",
]
- all_dependent_configs = [ ":media_dependent_config" ]
+ all_dependent_configs = [
+ ":media_dependent_config",
+ "//third_party/libwebm:libwebm_config",
xhwang 2016/04/28 23:28:41 Sorry, we have so many bad examples in this file f
+ ]
allow_circular_includes_from = []
cflags = []
« 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