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

Unified Diff: ui/views/examples/BUILD.gn

Issue 2230913003: Experimental alignment layout manager using a property on the views Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed AlignAttribute and associated types to FillAttribute Created 4 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 | « ui/views/attributes_unittest.cc ('k') | ui/views/examples/anchor_example.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/BUILD.gn
diff --git a/ui/views/examples/BUILD.gn b/ui/views/examples/BUILD.gn
index ef70dd3a90d19e0de1345af9a42ebbcded191702..5aa11c08689d0cb6f5d65e3aa0e5e66ce1932108 100644
--- a/ui/views/examples/BUILD.gn
+++ b/ui/views/examples/BUILD.gn
@@ -8,6 +8,8 @@ component("views_examples_lib") {
testonly = true
sources = [
+ "anchor_example.cc",
+ "anchor_example.h",
"bubble_example.cc",
"bubble_example.h",
"button_example.cc",
@@ -24,6 +26,8 @@ component("views_examples_lib") {
"example_combobox_model.h",
"examples_window.cc",
"examples_window.h",
+ "fill_example.cc",
+ "fill_example.h",
"label_example.cc",
"label_example.h",
"link_example.cc",
« no previous file with comments | « ui/views/attributes_unittest.cc ('k') | ui/views/examples/anchor_example.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698