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

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

Issue 21026005: aura: Remove CreateOffscreenContext from ui::ContextFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: offscreencontext: rebase Created 7 years, 4 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 | Annotate | Revision Log
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 13 matching lines...) Expand all
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_setup.h', 31 'compositor_setup.h',
32 'compositor_switches.cc', 32 'compositor_switches.cc',
33 'compositor_switches.h', 33 'compositor_switches.h',
34 'context_provider_from_context_factory.cc',
35 'context_provider_from_context_factory.h',
36 'debug_utils.cc', 34 'debug_utils.cc',
37 'debug_utils.h', 35 'debug_utils.h',
38 'dip_util.cc', 36 'dip_util.cc',
39 'dip_util.h', 37 'dip_util.h',
40 'float_animation_curve_adapter.cc', 38 'float_animation_curve_adapter.cc',
41 'float_animation_curve_adapter.h', 39 'float_animation_curve_adapter.h',
42 'layer.cc', 40 'layer.cc',
43 'layer.h', 41 'layer.h',
44 'layer_animation_delegate.h', 42 'layer_animation_delegate.h',
45 'layer_animation_element.cc', 43 'layer_animation_element.cc',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'dependencies': [ 141 'dependencies': [
144 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 142 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
145 ], 143 ],
146 }], 144 }],
147 ], 145 ],
148 }], 146 }],
149 ], 147 ],
150 }, 148 },
151 ], 149 ],
152 } 150 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698