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

Unified Diff: cc/BUILD.gn

Issue 1490513005: Add support for ManagedMemoryPolicy (de)serialization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@renderer-settings
Patch Set: Rebase on top of origin/master Created 5 years 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 | cc/cc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index c0253abfd6235924e395147b17189a2d204c35f4..6a1d321c780880efcecdf63c80e7bfa1b15be4a5 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -317,6 +317,8 @@ component("cc") {
"proto/cc_conversions.h",
"proto/gfx_conversions.cc",
"proto/gfx_conversions.h",
+ "proto/gpu_conversions.cc",
+ "proto/gpu_conversions.h",
"proto/skia_conversions.cc",
"proto/skia_conversions.h",
"quads/content_draw_quad_base.cc",
@@ -802,6 +804,7 @@ test("cc_unittests") {
"output/filter_operations_unittest.cc",
"output/gl_renderer_unittest.cc",
"output/layer_quad_unittest.cc",
+ "output/managed_memory_policy_unittest.cc",
"output/output_surface_unittest.cc",
"output/overlay_unittest.cc",
"output/renderer_pixeltest.cc",
@@ -816,6 +819,7 @@ test("cc_unittests") {
"playback/display_list_recording_source_unittest.cc",
"proto/cc_conversions_unittest.cc",
"proto/gfx_conversions_unittest.cc",
+ "proto/gpu_conversions_unittest.cc",
"proto/skia_conversions_unittest.cc",
"quads/draw_polygon_unittest.cc",
"quads/draw_quad_unittest.cc",
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698