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

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

Issue 10221028: Move DIP translation from ui/aura to ui/compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert change i made by accident Created 8 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 | 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 16 matching lines...) Expand all
27 'sources': [ 27 'sources': [
28 'compositor.cc', 28 'compositor.cc',
29 'compositor.h', 29 'compositor.h',
30 'compositor_export.h', 30 'compositor_export.h',
31 'compositor_observer.h', 31 'compositor_observer.h',
32 'compositor_setup.h', 32 'compositor_setup.h',
33 'compositor_switches.cc', 33 'compositor_switches.cc',
34 'compositor_switches.h', 34 'compositor_switches.h',
35 'debug_utils.cc', 35 'debug_utils.cc',
36 'debug_utils.h', 36 'debug_utils.h',
37 'dip_util.cc',
38 'dip_util.h',
37 'layer.cc', 39 'layer.cc',
38 'layer.h', 40 'layer.h',
39 'layer_animation_delegate.h', 41 'layer_animation_delegate.h',
40 'layer_animation_element.cc', 42 'layer_animation_element.cc',
41 'layer_animation_element.h', 43 'layer_animation_element.h',
42 'layer_animation_observer.cc', 44 'layer_animation_observer.cc',
43 'layer_animation_observer.h', 45 'layer_animation_observer.h',
44 'layer_animation_sequence.cc', 46 'layer_animation_sequence.cc',
45 'layer_animation_sequence.h', 47 'layer_animation_sequence.h',
46 'layer_animator.cc', 48 'layer_animator.cc',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 # osmesa GL implementation is used on linux. 130 # osmesa GL implementation is used on linux.
129 ['OS=="linux"', { 131 ['OS=="linux"', {
130 'dependencies': [ 132 'dependencies': [
131 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 133 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
132 ], 134 ],
133 }], 135 }],
134 ], 136 ],
135 }, 137 },
136 ], 138 ],
137 } 139 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698