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

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

Issue 1871233002: Move LatencyInfo to ui/latency_info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix some more gyp issues Created 4 years, 7 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 | « media/media.gyp ('k') | ui/app_list/app_list.gyp » ('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 22 matching lines...) Expand all
33 ], 33 ],
34 'dependencies': [ 34 'dependencies': [
35 '<(DEPTH)/base/base.gyp:base', 35 '<(DEPTH)/base/base.gyp:base',
36 '<(DEPTH)/skia/skia.gyp:skia', 36 '<(DEPTH)/skia/skia.gyp:skia',
37 '<(DEPTH)/third_party/khronos/khronos.gyp:khronos_headers', 37 '<(DEPTH)/third_party/khronos/khronos.gyp:khronos_headers',
38 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', 38 '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
39 '<(DEPTH)/ui/events/events.gyp:events_base', 39 '<(DEPTH)/ui/events/events.gyp:events_base',
40 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', 40 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
41 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 41 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
42 '<(DEPTH)/ui/gl/gl.gyp:gl', 42 '<(DEPTH)/ui/gl/gl.gyp:gl',
43 '<(DEPTH)/ui/latency_info/latency_info.gyp:latency_info',
43 ], 44 ],
44 'link_settings': { 45 'link_settings': {
45 'libraries': [ 46 'libraries': [
46 '$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework', 47 '$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework',
47 '$(SDKROOT)/System/Library/Frameworks/CoreMedia.framework', 48 '$(SDKROOT)/System/Library/Frameworks/CoreMedia.framework',
48 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 49 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
49 ], 50 ],
50 }, 51 },
51 }, 52 },
52 { 53 {
(...skipping 14 matching lines...) Expand all
67 'ca_layer_tree_unittest_mac.mm', 68 'ca_layer_tree_unittest_mac.mm',
68 ], 69 ],
69 'link_settings': { 70 'link_settings': {
70 'libraries': [ 71 'libraries': [
71 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 72 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
72 ], 73 ],
73 }, 74 },
74 }, 75 },
75 ], 76 ],
76 } 77 }
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698