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

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

Issue 1087873003: Fix errors found in Mac gn component builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try to fix sandbox_mac_unittests Created 5 years, 8 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/accelerated_widget_mac/BUILD.gn ('k') | ui/surface/BUILD.gn » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 21 matching lines...) Expand all
32 'dependencies': [ 32 'dependencies': [
33 '<(DEPTH)/base/base.gyp:base', 33 '<(DEPTH)/base/base.gyp:base',
34 '<(DEPTH)/skia/skia.gyp:skia', 34 '<(DEPTH)/skia/skia.gyp:skia',
35 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', 35 '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
36 '<(DEPTH)/ui/events/events.gyp:events_base', 36 '<(DEPTH)/ui/events/events.gyp:events_base',
37 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 37 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
38 '<(DEPTH)/ui/gl/gl.gyp:gl', 38 '<(DEPTH)/ui/gl/gl.gyp:gl',
39 ], 39 ],
40 'link_settings': { 40 'link_settings': {
41 'libraries': [ 41 'libraries': [
42 # Required by io_surface_texture.mm.
43 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
44 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
42 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 45 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
43 ], 46 ],
44 }, 47 },
45 }, 48 },
46 ], 49 ],
47 } 50 }
OLDNEW
« no previous file with comments | « ui/accelerated_widget_mac/BUILD.gn ('k') | ui/surface/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698