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

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

Issue 872243004: Fix 'gn check' errors in //ui/* targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 10 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 | « .gn ('k') | ui/app_list/views/app_list_main_view_unittest.cc » ('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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 deps = [ 236 deps = [
237 ":app_list", 237 ":app_list",
238 ":test_support", 238 ":test_support",
239 "//base", 239 "//base",
240 "//base/test:test_support", 240 "//base/test:test_support",
241 "//skia", 241 "//skia",
242 "//testing/gtest", 242 "//testing/gtest",
243 "//ui/base", 243 "//ui/base",
244 "//ui/compositor", 244 "//ui/compositor",
245 "//ui/events", 245 "//ui/events",
246 "//ui/events:test_support",
246 "//ui/gl", 247 "//ui/gl",
247 "//ui/resources", 248 "//ui/resources",
248 "//ui/resources:ui_test_pak", 249 "//ui/resources:ui_test_pak",
249 ] 250 ]
250 251
251 if (toolkit_views) { 252 if (toolkit_views) {
252 sources += [ 253 sources += [
253 "views/app_list_main_view_unittest.cc", 254 "views/app_list_main_view_unittest.cc",
254 "views/app_list_view_unittest.cc", 255 "views/app_list_view_unittest.cc",
255 "views/apps_grid_view_unittest.cc", 256 "views/apps_grid_view_unittest.cc",
(...skipping 16 matching lines...) Expand all
272 "cocoa/app_list_view_controller_unittest.mm", 273 "cocoa/app_list_view_controller_unittest.mm",
273 "cocoa/app_list_window_controller_unittest.mm", 274 "cocoa/app_list_window_controller_unittest.mm",
274 "cocoa/apps_grid_controller_unittest.mm", 275 "cocoa/apps_grid_controller_unittest.mm",
275 "cocoa/apps_search_box_controller_unittest.mm", 276 "cocoa/apps_search_box_controller_unittest.mm",
276 "cocoa/apps_search_results_controller_unittest.mm", 277 "cocoa/apps_search_results_controller_unittest.mm",
277 "cocoa/test/apps_grid_controller_test_helper.h", 278 "cocoa/test/apps_grid_controller_test_helper.h",
278 "cocoa/test/apps_grid_controller_test_helper.mm", 279 "cocoa/test/apps_grid_controller_test_helper.mm",
279 ] 280 ]
280 } 281 }
281 } 282 }
OLDNEW
« no previous file with comments | « .gn ('k') | ui/app_list/views/app_list_main_view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698