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

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: Add unit tests 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
Index: mojo/services/html_viewer/BUILD.gn
diff --git a/mojo/services/html_viewer/BUILD.gn b/mojo/services/html_viewer/BUILD.gn
index b649ae39bb90bfdbfffc8f3572b295bf422c3863..674a05a4c913d40df414b50faa4ad39f27fcec40 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",
@@ -175,6 +177,7 @@ test("tests") {
output_name = "html_viewer_unittests"
sources = [
"ax_provider_impl_unittest.cc",
+ "discardable_memory_allocator_unittest.cc",
]
deps = [
":lib",

Powered by Google App Engine
This is Rietveld 408576698