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

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

Issue 2027753002: Adding missing manifest to gn-built app_list_demo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 237
238 sources = [ 238 sources = [
239 "demo/app_list_demo_views.cc", 239 "demo/app_list_demo_views.cc",
240 ] 240 ]
241 241
242 deps = [ 242 deps = [
243 ":app_list", 243 ":app_list",
244 ":test_support", 244 ":test_support",
245 "//base", 245 "//base",
246 "//build/config/sanitizers:deps", 246 "//build/config/sanitizers:deps",
247 "//build/win:default_exe_manifest",
247 "//content", 248 "//content",
248 "//content/public/browser", 249 "//content/public/browser",
249 "//skia", 250 "//skia",
250 "//ui/base", 251 "//ui/base",
251 "//ui/events", 252 "//ui/events",
252 "//ui/resources", 253 "//ui/resources",
253 "//ui/resources:ui_test_pak", 254 "//ui/resources:ui_test_pak",
254 "//ui/views", 255 "//ui/views",
255 "//ui/views/controls/webview", 256 "//ui/views/controls/webview",
256 "//ui/views_content_client", 257 "//ui/views_content_client",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "cocoa/app_list_view_controller_unittest.mm", 331 "cocoa/app_list_view_controller_unittest.mm",
331 "cocoa/app_list_window_controller_unittest.mm", 332 "cocoa/app_list_window_controller_unittest.mm",
332 "cocoa/apps_grid_controller_unittest.mm", 333 "cocoa/apps_grid_controller_unittest.mm",
333 "cocoa/apps_search_box_controller_unittest.mm", 334 "cocoa/apps_search_box_controller_unittest.mm",
334 "cocoa/apps_search_results_controller_unittest.mm", 335 "cocoa/apps_search_results_controller_unittest.mm",
335 "cocoa/test/apps_grid_controller_test_helper.h", 336 "cocoa/test/apps_grid_controller_test_helper.h",
336 "cocoa/test/apps_grid_controller_test_helper.mm", 337 "cocoa/test/apps_grid_controller_test_helper.mm",
337 ] 338 ]
338 } 339 }
339 } 340 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698