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

Side by Side Diff: ui/views/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 | « no previous file | ui/views/examples/BUILD.gn » ('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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 import("//ui/ozone/ozone.gni") 9 import("//ui/ozone/ozone.gni")
10 import("//ui/vector_icons/vector_icons.gni") 10 import("//ui/vector_icons/vector_icons.gni")
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 "style/typography_provider.h", 331 "style/typography_provider.h",
332 "view.cc", 332 "view.cc",
333 "view.h", 333 "view.h",
334 "view_constants.cc", 334 "view_constants.cc",
335 "view_constants.h", 335 "view_constants.h",
336 "view_model.cc", 336 "view_model.cc",
337 "view_model.h", 337 "view_model.h",
338 "view_model_utils.cc", 338 "view_model_utils.cc",
339 "view_model_utils.h", 339 "view_model_utils.h",
340 "view_observer.h", 340 "view_observer.h",
341 "view_properties.cc",
342 "view_properties.h",
341 "view_targeter.cc", 343 "view_targeter.cc",
342 "view_targeter.h", 344 "view_targeter.h",
343 "view_targeter_delegate.cc", 345 "view_targeter_delegate.cc",
344 "view_targeter_delegate.h", 346 "view_targeter_delegate.h",
345 "views_delegate.cc", 347 "views_delegate.cc",
346 "views_delegate.h", 348 "views_delegate.h",
347 "views_export.h", 349 "views_export.h",
348 "views_exports.cc", 350 "views_exports.cc",
349 "views_switches.cc", 351 "views_switches.cc",
350 "views_switches.h", 352 "views_switches.h",
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 "//ui/base:test_support", 1067 "//ui/base:test_support",
1066 "//ui/compositor", 1068 "//ui/compositor",
1067 "//ui/events:test_support", 1069 "//ui/events:test_support",
1068 "//ui/gl:test_support", 1070 "//ui/gl:test_support",
1069 "//ui/resources", 1071 "//ui/resources",
1070 "//ui/resources:ui_test_pak", 1072 "//ui/resources:ui_test_pak",
1071 "//ui/strings", 1073 "//ui/strings",
1072 ] 1074 ]
1073 } 1075 }
1074 } 1076 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698