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

Side by Side Diff: ui/accelerated_widget_mac/accelerated_widget_mac.gyp

Issue 2306743002: Nukes the gyp/gypi files in ui (Closed)
Patch Set: keep webui Created 4 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 | « no previous file | ui/accessibility/accessibility.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'chromium_code': 1,
8 },
9 'targets': [
10 {
11 # GN version: //ui/accelerated_widget_mac
12 'target_name': 'accelerated_widget_mac',
13 'type': '<(component)',
14 'sources': [
15 'accelerated_widget_mac.h',
16 'accelerated_widget_mac.mm',
17 'accelerated_widget_mac_export.h',
18 'ca_layer_tree_coordinator.h',
19 'ca_layer_tree_coordinator.mm',
20 'ca_renderer_layer_tree.h',
21 'ca_renderer_layer_tree.mm',
22 'display_link_mac.cc',
23 'display_link_mac.h',
24 'fullscreen_low_power_coordinator.h',
25 'gl_renderer_layer_tree.h',
26 'gl_renderer_layer_tree.mm',
27 'io_surface_context.h',
28 'io_surface_context.mm',
29 'window_resize_helper_mac.cc',
30 'window_resize_helper_mac.h',
31 ],
32 'defines': [
33 'ACCELERATED_WIDGET_MAC_IMPLEMENTATION',
34 ],
35 'dependencies': [
36 '<(DEPTH)/base/base.gyp:base',
37 '<(DEPTH)/skia/skia.gyp:skia',
38 '<(DEPTH)/third_party/khronos/khronos.gyp:khronos_headers',
39 '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
40 '<(DEPTH)/ui/events/events.gyp:events_base',
41 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
42 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
43 '<(DEPTH)/ui/gl/gl.gyp:gl',
44 ],
45 'link_settings': {
46 'libraries': [
47 '$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework',
48 '$(SDKROOT)/System/Library/Frameworks/CoreMedia.framework',
49 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
50 ],
51 },
52 },
53 {
54 # GN version: //ui/accelerated_widget_mac:accelerated_widget_mac_unittests
55 'target_name': 'accelerated_widget_mac_unittests',
56 'type': '<(gtest_target_type)',
57 'dependencies': [
58 '<(DEPTH)/base/base.gyp:base',
59 '<(DEPTH)/base/base.gyp:run_all_unittests',
60 '<(DEPTH)/base/base.gyp:test_support_base',
61 '<(DEPTH)/skia/skia.gyp:skia',
62 '<(DEPTH)/testing/gmock.gyp:gmock',
63 '<(DEPTH)/testing/gtest.gyp:gtest',
64 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_test_support',
65 '<(DEPTH)/ui/gl/gl.gyp:gl',
66 'accelerated_widget_mac',
67 ],
68 'sources': [
69 'ca_layer_tree_unittest_mac.mm',
70 ],
71 'link_settings': {
72 'libraries': [
73 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
74 ],
75 },
76 },
77 ],
78 }
OLDNEW
« no previous file with comments | « no previous file | ui/accessibility/accessibility.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698