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

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

Issue 2122903004: Fix accelerated_widget_mac compile (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
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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'target_name': 'accelerated_widget_mac_unittests', 55 'target_name': 'accelerated_widget_mac_unittests',
56 'type': '<(gtest_target_type)', 56 'type': '<(gtest_target_type)',
57 'dependencies': [ 57 'dependencies': [
58 '<(DEPTH)/base/base.gyp:base', 58 '<(DEPTH)/base/base.gyp:base',
59 '<(DEPTH)/base/base.gyp:run_all_unittests', 59 '<(DEPTH)/base/base.gyp:run_all_unittests',
60 '<(DEPTH)/base/base.gyp:test_support_base', 60 '<(DEPTH)/base/base.gyp:test_support_base',
61 '<(DEPTH)/skia/skia.gyp:skia', 61 '<(DEPTH)/skia/skia.gyp:skia',
62 '<(DEPTH)/testing/gmock.gyp:gmock', 62 '<(DEPTH)/testing/gmock.gyp:gmock',
63 '<(DEPTH)/testing/gtest.gyp:gtest', 63 '<(DEPTH)/testing/gtest.gyp:gtest',
64 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_test_support', 64 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_test_support',
65 '<(DEPTH)/ui/gl/gl.gyp:gl',
65 'accelerated_widget_mac', 66 'accelerated_widget_mac',
66 ], 67 ],
67 'sources': [ 68 'sources': [
68 'ca_layer_tree_unittest_mac.mm', 69 'ca_layer_tree_unittest_mac.mm',
69 ], 70 ],
70 'link_settings': { 71 'link_settings': {
71 'libraries': [ 72 'libraries': [
72 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 73 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
73 ], 74 ],
74 }, 75 },
75 }, 76 },
76 ], 77 ],
77 } 78 }
OLDNEW
« no previous file with comments | « ui/accelerated_widget_mac/BUILD.gn ('k') | ui/accelerated_widget_mac/ca_layer_tree_unittest_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698