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

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

Issue 2329633003: Implement progress bar spec (determinate and indeterminate). (Closed)
Patch Set: attempt to unbreak mac and unit test Created 4 years, 3 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("app_list") { 8 component("app_list") {
9 sources = [ 9 sources = [
10 "app_list_constants.cc", 10 "app_list_constants.cc",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "views/custom_launcher_page_view.h", 129 "views/custom_launcher_page_view.h",
130 "views/folder_background_view.cc", 130 "views/folder_background_view.cc",
131 "views/folder_background_view.h", 131 "views/folder_background_view.h",
132 "views/folder_header_view.cc", 132 "views/folder_header_view.cc",
133 "views/folder_header_view.h", 133 "views/folder_header_view.h",
134 "views/folder_header_view_delegate.h", 134 "views/folder_header_view_delegate.h",
135 "views/image_shadow_animator.cc", 135 "views/image_shadow_animator.cc",
136 "views/image_shadow_animator.h", 136 "views/image_shadow_animator.h",
137 "views/page_switcher.cc", 137 "views/page_switcher.cc",
138 "views/page_switcher.h", 138 "views/page_switcher.h",
139 "views/progress_bar_view.cc",
140 "views/progress_bar_view.h",
141 "views/pulsing_block_view.cc", 139 "views/pulsing_block_view.cc",
142 "views/pulsing_block_view.h", 140 "views/pulsing_block_view.h",
143 "views/search_box_view.cc", 141 "views/search_box_view.cc",
144 "views/search_box_view.h", 142 "views/search_box_view.h",
145 "views/search_box_view_delegate.h", 143 "views/search_box_view_delegate.h",
146 "views/search_result_actions_view.cc", 144 "views/search_result_actions_view.cc",
147 "views/search_result_actions_view.h", 145 "views/search_result_actions_view.h",
148 "views/search_result_container_view.cc", 146 "views/search_result_container_view.cc",
149 "views/search_result_container_view.h", 147 "views/search_result_container_view.h",
150 "views/search_result_list_view.cc", 148 "views/search_result_list_view.cc",
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 "views/speech_view_unittest.cc", 284 "views/speech_view_unittest.cc",
287 "views/test/apps_grid_view_test_api.cc", 285 "views/test/apps_grid_view_test_api.cc",
288 "views/test/apps_grid_view_test_api.h", 286 "views/test/apps_grid_view_test_api.h",
289 ] 287 ]
290 deps += [ 288 deps += [
291 "//ui/views", 289 "//ui/views",
292 "//ui/views:test_support", 290 "//ui/views:test_support",
293 ] 291 ]
294 } 292 }
295 } 293 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/status_bubble_views.cc ('k') | ui/app_list/resources/app_list_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698