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

Unified Diff: base/BUILD.gn

Issue 179873008: GN: Work on Mac module search path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « no previous file | build/config/BUILDCONFIG.gn » ('j') | build/config/mac/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index b391b4c6ab4c1818e729bb56c5ba67cf6e06bc53..28fe453d02ece0739134948cdb98d5662cec16f1 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -275,6 +275,8 @@ component("base") {
"memory/discardable_memory_emulated.h",
"memory/discardable_memory_linux.cc",
"memory/discardable_memory_mac.cc",
+ "memory/discardable_memory_malloc.cc",
+ "memory/discardable_memory_malloc.h",
"memory/discardable_memory_provider.cc",
"memory/discardable_memory_provider.h",
"memory/discardable_memory_win.cc",
« no previous file with comments | « no previous file | build/config/BUILDCONFIG.gn » ('j') | build/config/mac/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698