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

Unified Diff: cc/proto/BUILD.gn

Issue 1399933004: Add Protobuf support for cc/playback skia usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_geo_proto
Patch Set: Addressed comments Created 5 years, 2 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 | « cc/cc_tests.gyp ('k') | cc/proto/skia_conversions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/BUILD.gn
diff --git a/cc/proto/BUILD.gn b/cc/proto/BUILD.gn
index 2fce37ec03829e98737c55012dae4307efe83f08..acf5e9b58dc98f58889b932cdd93d19dc0d76910 100644
--- a/cc/proto/BUILD.gn
+++ b/cc/proto/BUILD.gn
@@ -27,15 +27,17 @@ proto_library("proto_internal") {
visibility = [ ":cc_proto" ]
sources = [
- # TODO(dtrainor): Move the ui/gfx related protos to ui/gfx/proto once it is
- # possible to include protos from other directories/targets (see
- # crbug.com/542423).
+ # TODO(dtrainor): Move protos to their correct packages once it's possible
+ # to include protos from other directories/targets (crbug.com/542423).
"point.proto",
"pointf.proto",
"rect.proto",
"rectf.proto",
"size.proto",
"sizef.proto",
+ "skregion.proto",
+ "skrrect.proto",
+ "skxfermode.proto",
"transform.proto",
]
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/proto/skia_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698