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

Unified Diff: media/base/BUILD.gn

Issue 1246083005: Work on Windows GN allocator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « build/config/allocator.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index ff8eea4120563dea04c7e03f657d0287907c4e3e..a842c730dd7079b103705030f58cfded1018f887 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -209,6 +209,8 @@ source_set("base") {
]
libs = []
configs += [
+ # This target uses the ALLOCATOR_SHIM define.
+ "//base/allocator:allocator_shim_define",
"//media:media_config",
"//media:media_implementation",
]
« no previous file with comments | « build/config/allocator.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698