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

Side by Side Diff: ui/views/examples/BUILD.gn

Issue 2836313002: BoxLayout now suports per-view margins. (Closed)
Patch Set: Fixed BoxLayout for unit tests 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 unified diff | Download patch
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/examples/box_layout_example.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 component("views_examples_lib") { 7 component("views_examples_lib") {
8 testonly = true 8 testonly = true
9 9
10 sources = [ 10 sources = [
11 "box_layout_example.cc",
12 "box_layout_example.h",
11 "bubble_example.cc", 13 "bubble_example.cc",
12 "bubble_example.h", 14 "bubble_example.h",
13 "button_example.cc", 15 "button_example.cc",
14 "button_example.h", 16 "button_example.h",
15 "button_sticker_sheet.cc", 17 "button_sticker_sheet.cc",
16 "button_sticker_sheet.h", 18 "button_sticker_sheet.h",
17 "checkbox_example.cc", 19 "checkbox_example.cc",
18 "checkbox_example.h", 20 "checkbox_example.h",
19 "combobox_example.cc", 21 "combobox_example.cc",
20 "combobox_example.h", 22 "combobox_example.h",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 deps = [ 188 deps = [
187 "//content:resources", 189 "//content:resources",
188 ] 190 ]
189 sources = [ 191 sources = [
190 "$root_gen_dir/content/content_resources.pak", 192 "$root_gen_dir/content/content_resources.pak",
191 ] 193 ]
192 outputs = [ 194 outputs = [
193 "$root_out_dir/content_resources.pak", 195 "$root_out_dir/content_resources.pak",
194 ] 196 ]
195 } 197 }
OLDNEW
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/examples/box_layout_example.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698