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

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

Issue 2972243002: Fix app list item indexing bug. (Closed)
Patch Set: oshima's comments. Created 3 years, 5 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/app_list/app_list_features.h » ('j') | no next file with comments »
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/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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 sources += [ 277 sources += [
278 "views/app_list_main_view_unittest.cc", 278 "views/app_list_main_view_unittest.cc",
279 "views/app_list_view_unittest.cc", 279 "views/app_list_view_unittest.cc",
280 "views/apps_grid_view_unittest.cc", 280 "views/apps_grid_view_unittest.cc",
281 "views/folder_header_view_unittest.cc", 281 "views/folder_header_view_unittest.cc",
282 "views/image_shadow_animator_unittest.cc", 282 "views/image_shadow_animator_unittest.cc",
283 "views/search_box_view_unittest.cc", 283 "views/search_box_view_unittest.cc",
284 "views/search_result_answer_card_view_unittest.cc", 284 "views/search_result_answer_card_view_unittest.cc",
285 "views/search_result_list_view_unittest.cc", 285 "views/search_result_list_view_unittest.cc",
286 "views/search_result_page_view_unittest.cc", 286 "views/search_result_page_view_unittest.cc",
287 "views/search_result_tile_item_list_view_unittest.cc",
287 "views/speech_view_unittest.cc", 288 "views/speech_view_unittest.cc",
288 "views/test/apps_grid_view_test_api.cc", 289 "views/test/apps_grid_view_test_api.cc",
289 "views/test/apps_grid_view_test_api.h", 290 "views/test/apps_grid_view_test_api.h",
290 ] 291 ]
291 deps += [ 292 deps += [
292 "//ui/accessibility", 293 "//ui/accessibility",
293 "//ui/views", 294 "//ui/views",
294 "//ui/views:test_support", 295 "//ui/views:test_support",
295 ] 296 ]
296 } 297 }
297 } 298 }
OLDNEW
« no previous file with comments | « no previous file | ui/app_list/app_list_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698