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

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

Issue 1532813002: Replace IOSurfaceManager by directly passing IOSurface Mach ports over Chrome IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 11 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 | « content/test/content_test_suite.cc ('k') | ui/accelerated_widget_mac/accelerated_widget_mac.h » ('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 # GYP version: ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_ widget_mac 5 # GYP version: ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_ widget_mac
6 component("accelerated_widget_mac") { 6 component("accelerated_widget_mac") {
7 sources = [ 7 sources = [
8 "accelerated_widget_mac.h", 8 "accelerated_widget_mac.h",
9 "accelerated_widget_mac.mm", 9 "accelerated_widget_mac.mm",
10 "accelerated_widget_mac_export.h", 10 "accelerated_widget_mac_export.h",
11 "display_link_mac.cc", 11 "display_link_mac.cc",
12 "display_link_mac.h", 12 "display_link_mac.h",
13 "io_surface_context.h", 13 "io_surface_context.h",
14 "io_surface_context.mm", 14 "io_surface_context.mm",
15 "surface_handle_types.cc",
16 "surface_handle_types.h",
17 "window_resize_helper_mac.cc", 15 "window_resize_helper_mac.cc",
18 "window_resize_helper_mac.h", 16 "window_resize_helper_mac.h",
19 ] 17 ]
20 18
21 defines = [ "ACCELERATED_WIDGET_MAC_IMPLEMENTATION" ] 19 defines = [ "ACCELERATED_WIDGET_MAC_IMPLEMENTATION" ]
22 20
23 deps = [ 21 deps = [
24 "//base", 22 "//base",
25 "//skia", 23 "//skia",
26 "//ui/base", 24 "//ui/base",
27 "//ui/events", 25 "//ui/events",
28 "//ui/events:events_base", 26 "//ui/events:events_base",
29 "//ui/gfx/geometry", 27 "//ui/gfx/geometry",
30 "//ui/gl", 28 "//ui/gl",
31 ] 29 ]
32 30
33 libs = [ "QuartzCore.framework" ] 31 libs = [ "QuartzCore.framework" ]
34 } 32 }
OLDNEW
« no previous file with comments | « content/test/content_test_suite.cc ('k') | ui/accelerated_widget_mac/accelerated_widget_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698