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

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

Issue 2118563002: Revert of [Mac/GN] Explicitly link ApplicationServices wherever CoreGraphics is linked. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/snapshot/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/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", # Temporary hack around https://crbug.co m/620127. Remove after https://crbug.com/622481 is fixed.
145 "CoreGraphics.framework", 144 "CoreGraphics.framework",
146 "Foundation.framework", 145 "Foundation.framework",
147 "QuartzCore.framework", # Required by bridged_native_widget.mm. 146 "QuartzCore.framework", # Required by bridged_native_widget.mm.
148 ] 147 ]
149 } 148 }
150 } 149 }
151 150
152 source_set("test_support_internal") { 151 source_set("test_support_internal") {
153 testonly = true 152 testonly = true
154 sources = gypi_values.views_test_support_sources 153 sources = gypi_values.views_test_support_sources
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 "//ui/base:test_support", 325 "//ui/base:test_support",
327 "//ui/compositor", 326 "//ui/compositor",
328 "//ui/events:test_support", 327 "//ui/events:test_support",
329 "//ui/gl:test_support", 328 "//ui/gl:test_support",
330 "//ui/resources", 329 "//ui/resources",
331 "//ui/resources:ui_test_pak", 330 "//ui/resources:ui_test_pak",
332 "//ui/strings", 331 "//ui/strings",
333 ] 332 ]
334 } 333 }
335 } 334 }
OLDNEW
« no previous file with comments | « ui/snapshot/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698