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

Unified Diff: cc/BUILD.gn

Issue 1460503004: Add support for converting cc::Region to and from protobuf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add-more-conversions
Patch Set: Added a test for subtraction of overlapping rects Created 5 years, 1 month 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 8fd1828e7ef8ff6883ca193f52bcace519748898..3e5b0a2e732b4586b040647b5888b64c033bdaba 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -313,6 +313,8 @@ component("cc") {
"playback/largest_display_item.h",
"playback/transform_display_item.cc",
"playback/transform_display_item.h",
+ "proto/cc_conversions.cc",
+ "proto/cc_conversions.h",
"proto/gfx_conversions.cc",
"proto/gfx_conversions.h",
"proto/skia_conversions.cc",
@@ -796,6 +798,7 @@ test("cc_unittests") {
"playback/display_item_list_unittest.cc",
"playback/display_list_raster_source_unittest.cc",
"playback/display_list_recording_source_unittest.cc",
+ "proto/cc_conversions_unittest.cc",
"proto/gfx_conversions_unittest.cc",
"proto/skia_conversions_unittest.cc",
"quads/draw_polygon_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