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

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

Issue 23726015: All together now (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screencast_cap
Patch Set: Created 7 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 10 matching lines...) Expand all
21 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 21 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
22 ], 22 ],
23 'defines': [ 23 'defines': [
24 'COMPOSITOR_IMPLEMENTATION', 24 'COMPOSITOR_IMPLEMENTATION',
25 ], 25 ],
26 'sources': [ 26 'sources': [
27 'compositor.cc', 27 'compositor.cc',
28 'compositor.h', 28 'compositor.h',
29 'compositor_export.h', 29 'compositor_export.h',
30 'compositor_observer.h', 30 'compositor_observer.h',
31 'compositor_retriever_delegate.cc',
32 'compositor_retriever_delegate.h',
31 'compositor_switches.cc', 33 'compositor_switches.cc',
32 'compositor_switches.h', 34 'compositor_switches.h',
33 'debug_utils.cc', 35 'debug_utils.cc',
34 'debug_utils.h', 36 'debug_utils.h',
35 'dip_util.cc', 37 'dip_util.cc',
36 'dip_util.h', 38 'dip_util.h',
37 'float_animation_curve_adapter.cc', 39 'float_animation_curve_adapter.cc',
38 'float_animation_curve_adapter.h', 40 'float_animation_curve_adapter.h',
39 'layer.cc', 41 'layer.cc',
40 'layer.h', 42 'layer.h',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'dependencies': [ 139 'dependencies': [
138 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 140 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
139 ], 141 ],
140 }], 142 }],
141 ], 143 ],
142 }], 144 }],
143 ], 145 ],
144 }, 146 },
145 ], 147 ],
146 } 148 }
OLDNEW
« no previous file with comments | « content/public/common/desktop_media_id.cc ('k') | ui/compositor/compositor_retriever_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698