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

Unified Diff: ui/views/BUILD.gn

Issue 2877483003: Implements core logic for Pixel Canvas (Closed)
Patch Set: Sync with ToT Created 3 years, 4 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 | « ui/message_center/views/message_list_view.cc ('k') | ui/views/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 76de06bdad6b36ce59a6f817aa7d5ec6fe58a006..ebf0928e2eafd1b20cc622ed62dafb6d604ec501 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -185,6 +185,7 @@ component("views") {
"native_cursor.h",
"native_theme_delegate.h",
"painter.h",
+ "paint_info.h",
"pointer_watcher.h",
"rect_based_targeting_utils.h",
"repeat_controller.h",
@@ -364,6 +365,7 @@ component("views") {
"mouse_watcher.cc",
"mouse_watcher_view_host.cc",
"native_cursor_mac.mm",
+ "paint_info.cc",
"painter.cc",
"rect_based_targeting_utils.cc",
"repeat_controller.cc",
@@ -930,6 +932,7 @@ source_set("views_unittests_sources") {
"layout/box_layout_unittest.cc",
"layout/fill_layout_unittest.cc",
"layout/grid_layout_unittest.cc",
+ "paint_info_unittest.cc",
"rect_based_targeting_utils_unittest.cc",
"test/widget_test_unittest.cc",
"view_model_unittest.cc",
« no previous file with comments | « ui/message_center/views/message_list_view.cc ('k') | ui/views/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698