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

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

Issue 2050813002: MacViews: support backgrounds for selected rows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: excise depth 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 | ui/views/controls/tree/tree_view.h » ('j') | ui/views/controls/tree/tree_view.h » ('J')
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 gypi_values = exec_script("//build/gypi_to_gn.py", 9 gypi_values = exec_script("//build/gypi_to_gn.py",
10 [ rebase_path("views.gyp") ], 10 [ rebase_path("views.gyp") ],
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 } 134 }
135 } 135 }
136 136
137 if (is_mac) { 137 if (is_mac) {
138 deps += [ 138 deps += [
139 "//ui/accelerated_widget_mac", 139 "//ui/accelerated_widget_mac",
140 "//ui/events:dom_keycode_converter", 140 "//ui/events:dom_keycode_converter",
141 ] 141 ]
142 libs = [ 142 libs = [
143 "AppKit.framework", 143 "AppKit.framework",
144 "ApplicationServices.framework",
144 "CoreGraphics.framework", 145 "CoreGraphics.framework",
145 "Foundation.framework", 146 "Foundation.framework",
146 "QuartzCore.framework", # Required by bridged_native_widget.mm. 147 "QuartzCore.framework", # Required by bridged_native_widget.mm.
147 ] 148 ]
148 } 149 }
149 } 150 }
150 151
151 source_set("test_support_internal") { 152 source_set("test_support_internal") {
152 testonly = true 153 testonly = true
153 sources = gypi_values.views_test_support_sources 154 sources = gypi_values.views_test_support_sources
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 "//ui/base:test_support", 328 "//ui/base:test_support",
328 "//ui/compositor", 329 "//ui/compositor",
329 "//ui/events:test_support", 330 "//ui/events:test_support",
330 "//ui/gl:test_support", 331 "//ui/gl:test_support",
331 "//ui/resources", 332 "//ui/resources",
332 "//ui/resources:ui_test_pak", 333 "//ui/resources:ui_test_pak",
333 "//ui/strings", 334 "//ui/strings",
334 ] 335 ]
335 } 336 }
336 } 337 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/controls/tree/tree_view.h » ('j') | ui/views/controls/tree/tree_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698