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

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

Issue 8742022: Relands the following. First attempt was reverted because it broke (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
« no previous file with comments | « no previous file | ui/gfx/compositor/test_web_graphics_context_3d.h » ('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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'target_defaults': { 9 'target_defaults': {
10 'sources/': [ 10 'sources/': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'layer_animation_delegate.h', 53 'layer_animation_delegate.h',
54 'layer_animation_element.cc', 54 'layer_animation_element.cc',
55 'layer_animation_element.h', 55 'layer_animation_element.h',
56 'layer_animation_observer.h', 56 'layer_animation_observer.h',
57 'layer_animation_sequence.cc', 57 'layer_animation_sequence.cc',
58 'layer_animation_sequence.h', 58 'layer_animation_sequence.h',
59 'layer_animator.cc', 59 'layer_animator.cc',
60 'layer_animator.h', 60 'layer_animator.h',
61 'screen_rotation.cc', 61 'screen_rotation.cc',
62 'screen_rotation.h', 62 'screen_rotation.h',
63 # This is needed for ui tests, so it's always compiled. 63 # UI tests need TestWebGraphicsContext3D, so we always build it.
64 'test_web_graphics_context_3d.cc',
64 'test_web_graphics_context_3d.h', 65 'test_web_graphics_context_3d.h',
65 ], 66 ],
66 'conditions': [ 67 'conditions': [
67 ['os_posix == 1', { 68 ['os_posix == 1', {
68 'sources!': [ 69 'sources!': [
69 'compositor_stub.cc', 70 'compositor_stub.cc',
70 ], 71 ],
71 }], 72 }],
72 ['OS == "win" and views_compositor == 1', { 73 ['OS == "win" and views_compositor == 1', {
73 'sources!': [ 74 'sources!': [
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'test/test_compositor.cc', 209 'test/test_compositor.cc',
209 'test/test_compositor.h', 210 'test/test_compositor.h',
210 'test/test_texture.cc', 211 'test/test_texture.cc',
211 'test/test_texture.h', 212 'test/test_texture.h',
212 ], 213 ],
213 }], 214 }],
214 ], 215 ],
215 }, 216 },
216 ], 217 ],
217 } 218 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/compositor/test_web_graphics_context_3d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698