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

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

Issue 1295233003: Sync GN tests with GYP build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test_fix
Patch Set: Created 5 years, 4 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 | « media/cast/BUILD.gn ('k') | ui/events/BUILD.gn » ('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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 317
318 if (toolkit_views) { 318 if (toolkit_views) {
319 sources += [ 319 sources += [
320 "views/app_list_main_view_unittest.cc", 320 "views/app_list_main_view_unittest.cc",
321 "views/app_list_view_unittest.cc", 321 "views/app_list_view_unittest.cc",
322 "views/apps_grid_view_unittest.cc", 322 "views/apps_grid_view_unittest.cc",
323 "views/folder_header_view_unittest.cc", 323 "views/folder_header_view_unittest.cc",
324 "views/image_shadow_animator_unittest.cc", 324 "views/image_shadow_animator_unittest.cc",
325 "views/search_box_view_unittest.cc", 325 "views/search_box_view_unittest.cc",
326 "views/search_result_list_view_unittest.cc", 326 "views/search_result_list_view_unittest.cc",
327 "views/search_result_page_view_unittest.cc",
327 "views/speech_view_unittest.cc", 328 "views/speech_view_unittest.cc",
328 "views/test/apps_grid_view_test_api.cc", 329 "views/test/apps_grid_view_test_api.cc",
329 "views/test/apps_grid_view_test_api.h", 330 "views/test/apps_grid_view_test_api.h",
330 ] 331 ]
331 deps += [ 332 deps += [
332 "//ui/views", 333 "//ui/views",
333 "//ui/views:test_support", 334 "//ui/views:test_support",
334 ] 335 ]
335 } 336 }
336 337
337 if (is_mac) { 338 if (is_mac) {
338 sources += [ 339 sources += [
339 "cocoa/app_list_view_controller_unittest.mm", 340 "cocoa/app_list_view_controller_unittest.mm",
340 "cocoa/app_list_window_controller_unittest.mm", 341 "cocoa/app_list_window_controller_unittest.mm",
341 "cocoa/apps_grid_controller_unittest.mm", 342 "cocoa/apps_grid_controller_unittest.mm",
342 "cocoa/apps_search_box_controller_unittest.mm", 343 "cocoa/apps_search_box_controller_unittest.mm",
343 "cocoa/apps_search_results_controller_unittest.mm", 344 "cocoa/apps_search_results_controller_unittest.mm",
344 "cocoa/test/apps_grid_controller_test_helper.h", 345 "cocoa/test/apps_grid_controller_test_helper.h",
345 "cocoa/test/apps_grid_controller_test_helper.mm", 346 "cocoa/test/apps_grid_controller_test_helper.mm",
346 ] 347 ]
347 } 348 }
348 } 349 }
OLDNEW
« no previous file with comments | « media/cast/BUILD.gn ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698