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

Unified Diff: mojo/services/html_viewer/BUILD.gn

Issue 1016493002: Add a DiscardableMemoryShmemeAllocator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: jamesr comments + rebase to ToT Created 5 years, 9 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 | mojo/services/html_viewer/discardable_memory_allocator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/html_viewer/BUILD.gn
diff --git a/mojo/services/html_viewer/BUILD.gn b/mojo/services/html_viewer/BUILD.gn
index 3d12aaef26c0124381946b1984cb9c367961b69b..c609bb5e169066002b63a9c3b6563cf00c48ce79 100644
--- a/mojo/services/html_viewer/BUILD.gn
+++ b/mojo/services/html_viewer/BUILD.gn
@@ -40,6 +40,8 @@ source_set("lib") {
"blink_resource_constants.h",
"blink_url_request_type_converters.cc",
"blink_url_request_type_converters.h",
+ "discardable_memory_allocator.cc",
+ "discardable_memory_allocator.h",
"html_document.cc",
"html_document.h",
"mojo_blink_platform_impl.cc",
@@ -176,6 +178,7 @@ test("tests") {
output_name = "html_viewer_unittests"
sources = [
"ax_provider_impl_unittest.cc",
+ "discardable_memory_allocator_unittest.cc",
]
deps = [
":lib",
« no previous file with comments | « no previous file | mojo/services/html_viewer/discardable_memory_allocator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698