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

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

Issue 2836313002: BoxLayout now suports per-view margins. (Closed)
Patch Set: Refactoring, style and formatting changes 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 unified diff | Download patch
« no previous file with comments | « no previous file | ui/views/examples/BUILD.gn » ('j') | ui/views/layout/box_layout.h » ('J')
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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 "style/typography_provider.h", 335 "style/typography_provider.h",
336 "view.cc", 336 "view.cc",
337 "view.h", 337 "view.h",
338 "view_constants.cc", 338 "view_constants.cc",
339 "view_constants.h", 339 "view_constants.h",
340 "view_model.cc", 340 "view_model.cc",
341 "view_model.h", 341 "view_model.h",
342 "view_model_utils.cc", 342 "view_model_utils.cc",
343 "view_model_utils.h", 343 "view_model_utils.h",
344 "view_observer.h", 344 "view_observer.h",
345 "view_properties.cc",
346 "view_properties.h",
345 "view_targeter.cc", 347 "view_targeter.cc",
346 "view_targeter.h", 348 "view_targeter.h",
347 "view_targeter_delegate.cc", 349 "view_targeter_delegate.cc",
348 "view_targeter_delegate.h", 350 "view_targeter_delegate.h",
349 "views_delegate.cc", 351 "views_delegate.cc",
350 "views_delegate.h", 352 "views_delegate.h",
351 "views_export.h", 353 "views_export.h",
352 "views_exports.cc", 354 "views_exports.cc",
353 "views_switches.cc", 355 "views_switches.cc",
354 "views_switches.h", 356 "views_switches.h",
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 "//ui/base:test_support", 1072 "//ui/base:test_support",
1071 "//ui/compositor", 1073 "//ui/compositor",
1072 "//ui/events:test_support", 1074 "//ui/events:test_support",
1073 "//ui/gl:test_support", 1075 "//ui/gl:test_support",
1074 "//ui/resources", 1076 "//ui/resources",
1075 "//ui/resources:ui_test_pak", 1077 "//ui/resources:ui_test_pak",
1076 "//ui/strings", 1078 "//ui/strings",
1077 ] 1079 ]
1078 } 1080 }
1079 } 1081 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/examples/BUILD.gn » ('j') | ui/views/layout/box_layout.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698