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

Unified Diff: media/base/BUILD.gn

Issue 2651043008: Fold most logic from //base/allocator into //base. (Closed)
Patch Set: update all dep configs. Created 3 years, 11 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: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 80efe056e765410b517919a3c1219b008822c91e..37e4e8b77ef87355e0afcb80962f1c4536538877 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -13,7 +13,7 @@ import("//testing/libfuzzer/fuzzer_test.gni")
config("base_config") {
configs = [
# This target uses the ALLOCATOR_SHIM define.
- "//base/allocator:allocator_shim_define",
+ "//base:base_allocator_shim_define",
"//build/config:precompiled_headers",
"//build/config/compiler:no_size_t_to_int_warning",
"//media:media_config",
« base/BUILD.gn ('K') | « base/allocator/BUILD.gn ('k') | remoting/host/it2me/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698