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

Unified Diff: build/config/BUILDCONFIG.gn

Issue 1399363002: Add ffmpeg (chromium's branch) to third_party for use in mojo media. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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
Index: build/config/BUILDCONFIG.gn
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
index 16495470cae54d88b9d9edb535819431627d00dc..31e187efe7ee2ae476ab72c5169975d816c5f9e7 100644
--- a/build/config/BUILDCONFIG.gn
+++ b/build/config/BUILDCONFIG.gn
@@ -426,6 +426,9 @@ if (is_debug) {
}
_native_compiler_configs += [ _default_optimization_config ]
+# //third_party/ffmpeg/BUILD.gn wants to remove this, add it. Does nothing.
brettw 2015/10/13 21:35:36 You should migrate to Chrome's configuration for t
+_native_compiler_configs += [ "//build/config/compiler:default_optimization" ]
+
# If it wasn't manually set, set to an appropriate default.
if (symbol_level == -1) {
# Linux is slowed by having symbols as part of the target binary, whereas
« no previous file with comments | « DEPS ('k') | build/config/compiler/BUILD.gn » ('j') | build/config/compiler/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698