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

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

Issue 1492823003: fix most gn check issues in //ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-check-blink-source
Patch Set: Created 5 years 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/aura/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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 ":test_support", 303 ":test_support",
304 "//base", 304 "//base",
305 "//base/test:test_support", 305 "//base/test:test_support",
306 "//skia", 306 "//skia",
307 "//testing/gtest", 307 "//testing/gtest",
308 "//ui/base", 308 "//ui/base",
309 "//ui/compositor", 309 "//ui/compositor",
310 "//ui/events", 310 "//ui/events",
311 "//ui/events:test_support", 311 "//ui/events:test_support",
312 "//ui/gl", 312 "//ui/gl",
313 "//ui/gl:test_support",
313 "//ui/resources", 314 "//ui/resources",
314 "//ui/resources:ui_test_pak", 315 "//ui/resources:ui_test_pak",
315 ] 316 ]
316 317
317 data_deps = [ 318 data_deps = [
318 "//third_party/mesa:osmesa", 319 "//third_party/mesa:osmesa",
319 ] 320 ]
320 321
321 if (toolkit_views) { 322 if (toolkit_views) {
322 sources += [ 323 sources += [
(...skipping 20 matching lines...) Expand all
343 "cocoa/app_list_view_controller_unittest.mm", 344 "cocoa/app_list_view_controller_unittest.mm",
344 "cocoa/app_list_window_controller_unittest.mm", 345 "cocoa/app_list_window_controller_unittest.mm",
345 "cocoa/apps_grid_controller_unittest.mm", 346 "cocoa/apps_grid_controller_unittest.mm",
346 "cocoa/apps_search_box_controller_unittest.mm", 347 "cocoa/apps_search_box_controller_unittest.mm",
347 "cocoa/apps_search_results_controller_unittest.mm", 348 "cocoa/apps_search_results_controller_unittest.mm",
348 "cocoa/test/apps_grid_controller_test_helper.h", 349 "cocoa/test/apps_grid_controller_test_helper.h",
349 "cocoa/test/apps_grid_controller_test_helper.mm", 350 "cocoa/test/apps_grid_controller_test_helper.mm",
350 ] 351 ]
351 } 352 }
352 } 353 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698