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

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

Issue 2734113006: "Bootstrap" a toolkit-views Typography spec. (Closed)
Patch Set: Rebase (conflict in layout_delegate.h due to r457774) Created 3 years, 9 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
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 "round_rect_painter.cc", 335 "round_rect_painter.cc",
336 "round_rect_painter.h", 336 "round_rect_painter.h",
337 "selection_controller.cc", 337 "selection_controller.cc",
338 "selection_controller.h", 338 "selection_controller.h",
339 "selection_controller_delegate.h", 339 "selection_controller_delegate.h",
340 "shadow_border.cc", 340 "shadow_border.cc",
341 "shadow_border.h", 341 "shadow_border.h",
342 "style/platform_style.cc", 342 "style/platform_style.cc",
343 "style/platform_style.h", 343 "style/platform_style.h",
344 "style/platform_style_mac.mm", 344 "style/platform_style_mac.mm",
345 "style/typography.cc",
346 "style/typography.h",
347 "style/typography_provider.cc",
348 "style/typography_provider.h",
345 "view.cc", 349 "view.cc",
346 "view.h", 350 "view.h",
347 "view_constants.cc", 351 "view_constants.cc",
348 "view_constants.h", 352 "view_constants.h",
349 "view_model.cc", 353 "view_model.cc",
350 "view_model.h", 354 "view_model.h",
351 "view_model_utils.cc", 355 "view_model_utils.cc",
352 "view_model_utils.h", 356 "view_model_utils.h",
353 "view_observer.h", 357 "view_observer.h",
354 "view_targeter.cc", 358 "view_targeter.cc",
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 "//ui/base:test_support", 1057 "//ui/base:test_support",
1054 "//ui/compositor", 1058 "//ui/compositor",
1055 "//ui/events:test_support", 1059 "//ui/events:test_support",
1056 "//ui/gl:test_support", 1060 "//ui/gl:test_support",
1057 "//ui/resources", 1061 "//ui/resources",
1058 "//ui/resources:ui_test_pak", 1062 "//ui/resources:ui_test_pak",
1059 "//ui/strings", 1063 "//ui/strings",
1060 ] 1064 ]
1061 } 1065 }
1062 } 1066 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698