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

Unified Diff: sky/engine/core/core.gni

Issue 1158883004: Add TransferMode to dart:sky, and use it instead of passing ints around. (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: rm comment Created 5 years, 7 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: sky/engine/core/core.gni
diff --git a/sky/engine/core/core.gni b/sky/engine/core/core.gni
index aee3bab65c0fc0956ab5af0a6d95455ab02a31c5..8cb917fc8d83c78c5f766a30bb92b461b7e50a94 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -871,6 +871,8 @@ sky_core_files = [
"painting/Point.h",
"painting/Rect.cpp",
"painting/Rect.h",
+ "painting/TransferMode.cpp",
+ "painting/TransferMode.h",
"rendering/BidiRun.h",
"rendering/BidiRunForLine.cpp",
"rendering/BidiRunForLine.h",
@@ -1154,6 +1156,7 @@ core_dart_files = get_path_info([
"painting/Point.dart",
"painting/Rect.dart",
"painting/Size.dart",
+ "painting/TransferMode.dart",
],
"abspath")

Powered by Google App Engine
This is Rietveld 408576698