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

Side by Side Diff: ash/BUILD.gn

Issue 2801583002: Use views::style for buttons, bootstrap ash_typography to do so. (Closed)
Patch Set: selfnits 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 | ash/ash_typography.h » ('j') | ash/ash_typography.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 9
10 # Historical note: Ash shipped on Windows for a couple years to support 10 # Historical note: Ash shipped on Windows for a couple years to support
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "app_list/app_list_presenter_delegate_factory.h", 53 "app_list/app_list_presenter_delegate_factory.h",
54 "ash_constants.cc", 54 "ash_constants.cc",
55 "ash_constants.h", 55 "ash_constants.h",
56 "ash_export.h", 56 "ash_export.h",
57 "ash_layout_constants.cc", 57 "ash_layout_constants.cc",
58 "ash_layout_constants.h", 58 "ash_layout_constants.h",
59 "ash_switches.cc", 59 "ash_switches.cc",
60 "ash_switches.h", 60 "ash_switches.h",
61 "ash_touch_exploration_manager_chromeos.cc", 61 "ash_touch_exploration_manager_chromeos.cc",
62 "ash_touch_exploration_manager_chromeos.h", 62 "ash_touch_exploration_manager_chromeos.h",
63 "ash_typography.cc",
64 "ash_typography.h",
63 "ash_view_ids.h", 65 "ash_view_ids.h",
64 "aura/key_event_watcher_aura.cc", 66 "aura/key_event_watcher_aura.cc",
65 "aura/key_event_watcher_aura.h", 67 "aura/key_event_watcher_aura.h",
66 "aura/pointer_watcher_adapter.cc", 68 "aura/pointer_watcher_adapter.cc",
67 "aura/pointer_watcher_adapter.h", 69 "aura/pointer_watcher_adapter.h",
68 "aura/shell_port_classic.cc", 70 "aura/shell_port_classic.cc",
69 "aura/shell_port_classic.h", 71 "aura/shell_port_classic.h",
70 "autoclick/autoclick_controller.cc", 72 "autoclick/autoclick_controller.cc",
71 "autoclick/autoclick_controller.h", 73 "autoclick/autoclick_controller.h",
72 "cancel_mode.cc", 74 "cancel_mode.cc",
(...skipping 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after
1511 "//content/public/app:both", 1513 "//content/public/app:both",
1512 "//device/bluetooth", 1514 "//device/bluetooth",
1513 ] 1515 ]
1514 1516
1515 data_deps = [ 1517 data_deps = [
1516 "//ash/strings:ash_test_strings", 1518 "//ash/strings:ash_test_strings",
1517 "//ash/resources:ash_test_resources_with_content_100_percent", 1519 "//ash/resources:ash_test_resources_with_content_100_percent",
1518 "//ash/resources:ash_test_resources_200_percent", 1520 "//ash/resources:ash_test_resources_200_percent",
1519 ] 1521 ]
1520 } 1522 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_typography.h » ('j') | ash/ash_typography.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698