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

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

Issue 1961473003: [Mac/GN] Set up the component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment and rebase Created 4 years, 7 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 | « ui/accessibility/BUILD.gn ('k') | ui/base/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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "cocoa/apps_search_results_controller.h", 199 "cocoa/apps_search_results_controller.h",
200 "cocoa/apps_search_results_controller.mm", 200 "cocoa/apps_search_results_controller.mm",
201 "cocoa/apps_search_results_model_bridge.h", 201 "cocoa/apps_search_results_model_bridge.h",
202 "cocoa/apps_search_results_model_bridge.mm", 202 "cocoa/apps_search_results_model_bridge.mm",
203 "cocoa/item_drag_controller.h", 203 "cocoa/item_drag_controller.h",
204 "cocoa/item_drag_controller.mm", 204 "cocoa/item_drag_controller.mm",
205 "cocoa/scroll_view_with_no_scrollbars.h", 205 "cocoa/scroll_view_with_no_scrollbars.h",
206 "cocoa/scroll_view_with_no_scrollbars.mm", 206 "cocoa/scroll_view_with_no_scrollbars.mm",
207 ] 207 ]
208 deps += [ "//third_party/google_toolbox_for_mac" ] 208 deps += [ "//third_party/google_toolbox_for_mac" ]
209 libs = [ "QuartzCore.framework" ] 209 libs = [
210 "AppKit.framework",
211 "QuartzCore.framework",
212 ]
210 } 213 }
211 } 214 }
212 215
213 static_library("test_support") { 216 static_library("test_support") {
214 sources = [ 217 sources = [
215 "test/app_list_test_model.cc", 218 "test/app_list_test_model.cc",
216 "test/app_list_test_model.h", 219 "test/app_list_test_model.h",
217 "test/app_list_test_view_delegate.cc", 220 "test/app_list_test_view_delegate.cc",
218 "test/app_list_test_view_delegate.h", 221 "test/app_list_test_view_delegate.h",
219 "test/test_search_result.cc", 222 "test/test_search_result.cc",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "cocoa/app_list_view_controller_unittest.mm", 333 "cocoa/app_list_view_controller_unittest.mm",
331 "cocoa/app_list_window_controller_unittest.mm", 334 "cocoa/app_list_window_controller_unittest.mm",
332 "cocoa/apps_grid_controller_unittest.mm", 335 "cocoa/apps_grid_controller_unittest.mm",
333 "cocoa/apps_search_box_controller_unittest.mm", 336 "cocoa/apps_search_box_controller_unittest.mm",
334 "cocoa/apps_search_results_controller_unittest.mm", 337 "cocoa/apps_search_results_controller_unittest.mm",
335 "cocoa/test/apps_grid_controller_test_helper.h", 338 "cocoa/test/apps_grid_controller_test_helper.h",
336 "cocoa/test/apps_grid_controller_test_helper.mm", 339 "cocoa/test/apps_grid_controller_test_helper.mm",
337 ] 340 ]
338 } 341 }
339 } 342 }
OLDNEW
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698