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

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

Issue 2905523004: Making answer card to behave like other results. (Closed)
Patch Set: Fixing build breakage. 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
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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "views/page_switcher.cc", 133 "views/page_switcher.cc",
134 "views/page_switcher.h", 134 "views/page_switcher.h",
135 "views/pulsing_block_view.cc", 135 "views/pulsing_block_view.cc",
136 "views/pulsing_block_view.h", 136 "views/pulsing_block_view.h",
137 "views/search_box_view.cc", 137 "views/search_box_view.cc",
138 "views/search_box_view.h", 138 "views/search_box_view.h",
139 "views/search_box_view_delegate.h", 139 "views/search_box_view_delegate.h",
140 "views/search_result_actions_view.cc", 140 "views/search_result_actions_view.cc",
141 "views/search_result_actions_view.h", 141 "views/search_result_actions_view.h",
142 "views/search_result_actions_view_delegate.h", 142 "views/search_result_actions_view_delegate.h",
143 "views/search_result_answer_card_view.cc",
144 "views/search_result_answer_card_view.h",
143 "views/search_result_container_view.cc", 145 "views/search_result_container_view.cc",
144 "views/search_result_container_view.h", 146 "views/search_result_container_view.h",
145 "views/search_result_list_view.cc", 147 "views/search_result_list_view.cc",
146 "views/search_result_list_view.h", 148 "views/search_result_list_view.h",
147 "views/search_result_list_view_delegate.h", 149 "views/search_result_list_view_delegate.h",
148 "views/search_result_page_view.cc", 150 "views/search_result_page_view.cc",
149 "views/search_result_page_view.h", 151 "views/search_result_page_view.h",
150 "views/search_result_tile_item_list_view.cc", 152 "views/search_result_tile_item_list_view.cc",
151 "views/search_result_tile_item_list_view.h", 153 "views/search_result_tile_item_list_view.h",
152 "views/search_result_tile_item_view.cc", 154 "views/search_result_tile_item_view.cc",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 "views/speech_view_unittest.cc", 274 "views/speech_view_unittest.cc",
273 "views/test/apps_grid_view_test_api.cc", 275 "views/test/apps_grid_view_test_api.cc",
274 "views/test/apps_grid_view_test_api.h", 276 "views/test/apps_grid_view_test_api.h",
275 ] 277 ]
276 deps += [ 278 deps += [
277 "//ui/views", 279 "//ui/views",
278 "//ui/views:test_support", 280 "//ui/views:test_support",
279 ] 281 ]
280 } 282 }
281 } 283 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/search_answer_web_contents_delegate.cc ('k') | ui/app_list/views/contents_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698