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

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

Issue 2836313002: BoxLayout now suports per-view margins. (Closed)
Patch Set: Fixed comment describing the BoxLayout behavior. Created 3 years, 6 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 3053d67ec189b42d45b35aa0b3901d3061fb8fa3..13852d3d0611eae079f81985ca8bc4bef44af876 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