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

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

Issue 2836313002: BoxLayout now suports per-view margins. (Closed)
Patch Set: Fix for BoxLayout unittests Created 3 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: ui/views/examples/BUILD.gn
diff --git a/ui/views/examples/BUILD.gn b/ui/views/examples/BUILD.gn
index f36dedf49b3285451d9d3affb57bc04b507678d9..7f51cb46060a5b3de7474dde45faa4ce71f674ab 100644
--- a/ui/views/examples/BUILD.gn
+++ b/ui/views/examples/BUILD.gn
@@ -8,6 +8,8 @@ component("views_examples_lib") {
testonly = true
sources = [
+ "box_layout_example.cc",
+ "box_layout_example.h",
"bubble_example.cc",
"bubble_example.h",
"button_example.cc",

Powered by Google App Engine
This is Rietveld 408576698