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

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

Issue 590863002: Enable the dependency on google_toolbox_for_mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « third_party/google_toolbox_for_mac/BUILD.gn ('k') | 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 6
7 component("app_list") { 7 component("app_list") {
8 sources = [ 8 sources = [
9 "app_list_constants.cc", 9 "app_list_constants.cc",
10 "app_list_constants.h", 10 "app_list_constants.h",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "cocoa/apps_search_results_controller.h", 161 "cocoa/apps_search_results_controller.h",
162 "cocoa/apps_search_results_controller.mm", 162 "cocoa/apps_search_results_controller.mm",
163 "cocoa/apps_search_results_model_bridge.h", 163 "cocoa/apps_search_results_model_bridge.h",
164 "cocoa/apps_search_results_model_bridge.mm", 164 "cocoa/apps_search_results_model_bridge.mm",
165 "cocoa/item_drag_controller.h", 165 "cocoa/item_drag_controller.h",
166 "cocoa/item_drag_controller.mm", 166 "cocoa/item_drag_controller.mm",
167 "cocoa/scroll_view_with_no_scrollbars.h", 167 "cocoa/scroll_view_with_no_scrollbars.h",
168 "cocoa/scroll_view_with_no_scrollbars.mm", 168 "cocoa/scroll_view_with_no_scrollbars.mm",
169 ] 169 ]
170 deps += [ 170 deps += [
171 #"../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:goog le_toolbox_for_mac", TODO(GYP) 171 "//third_party/google_toolbox_for_mac",
172 ] 172 ]
173 libs = [ "QuartzCore.framework" ] 173 libs = [ "QuartzCore.framework" ]
174 } 174 }
175 } 175 }
176 176
177 static_library("test_support") { 177 static_library("test_support") {
178 sources = [ 178 sources = [
179 "test/app_list_test_model.cc", 179 "test/app_list_test_model.cc",
180 "test/app_list_test_model.h", 180 "test/app_list_test_model.h",
181 "test/app_list_test_view_delegate.cc", 181 "test/app_list_test_view_delegate.cc",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 "cocoa/app_list_view_controller_unittest.mm", 241 "cocoa/app_list_view_controller_unittest.mm",
242 "cocoa/app_list_window_controller_unittest.mm", 242 "cocoa/app_list_window_controller_unittest.mm",
243 "cocoa/apps_grid_controller_unittest.mm", 243 "cocoa/apps_grid_controller_unittest.mm",
244 "cocoa/apps_search_box_controller_unittest.mm", 244 "cocoa/apps_search_box_controller_unittest.mm",
245 "cocoa/apps_search_results_controller_unittest.mm", 245 "cocoa/apps_search_results_controller_unittest.mm",
246 "cocoa/test/apps_grid_controller_test_helper.h", 246 "cocoa/test/apps_grid_controller_test_helper.h",
247 "cocoa/test/apps_grid_controller_test_helper.mm", 247 "cocoa/test/apps_grid_controller_test_helper.mm",
248 ] 248 ]
249 } 249 }
250 } 250 }
OLDNEW
« no previous file with comments | « third_party/google_toolbox_for_mac/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698