Skip to content

Commit

Permalink
Update base/BUILD.gn for dicardable memory changes
Browse files Browse the repository at this point in the history
TBR=scottmg

Review URL: https://codereview.chromium.org/147683005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249311 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
brettw@chromium.org committed Feb 6, 2014
1 parent bbf9132 commit 7784f7c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions base/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,17 @@ component("base") {
"memory/aligned_memory.h",
"memory/discardable_memory.cc",
"memory/discardable_memory.h",
"memory/discardable_memory_allocator_android.cc",
"memory/discardable_memory_allocator_android.h",
"memory/discardable_memory_android.cc",
"memory/discardable_memory_android.h",
"memory/discardable_memory_emulated.cc",
"memory/discardable_memory_emulated.h",
"memory/discardable_memory_linux.cc",
"memory/discardable_memory_mac.cc",
"memory/discardable_memory_provider.cc",
"memory/discardable_memory_provider.h",
"memory/discardable_memory_win.cc",
"memory/linked_ptr.h",
"memory/manual_constructor.h",
"memory/memory_pressure_listener.cc",
Expand Down

0 comments on commit 7784f7c

Please sign in to comment.