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

Unified Diff: base/BUILD.gn

Issue 2702233002: [Experimental, DO NOT LAND] bucket num 4
Patch Set: impl Created 3 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 | base/memory/address_hasher.h » ('j') | no next file with comments »
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 fc39018efc63064b454280af10a0892817190c72..4e1b0a5d24e347a21d6dffb85f137d847ab5c308 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -485,6 +485,8 @@ component("base") {
"macros.h",
"md5.cc",
"md5.h",
+ "memory/address_hasher.cc",
+ "memory/address_hasher.h",
"memory/aligned_memory.cc",
"memory/aligned_memory.h",
"memory/discardable_memory.cc",
@@ -1577,6 +1579,13 @@ component("base") {
sources += [ "power_monitor/power_monitor_device_source_posix.cc" ]
}
+ if (is_posix && !is_mac && !is_nacl) {
+ sources += [
+ "memory/shared_memory_tracker.cc",
+ "memory/shared_memory_tracker.h",
+ ]
+ }
+
if (!use_glib) {
sources -= [
"message_loop/message_pump_glib.cc",
« no previous file with comments | « no previous file | base/memory/address_hasher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698