| OLD | NEW |
| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'compositor_observer.h', | 45 'compositor_observer.h', |
| 46 'compositor_stub.cc', | 46 'compositor_stub.cc', |
| 47 'compositor_win.cc', | 47 'compositor_win.cc', |
| 48 'dummy_layer_animation_delegate.cc', | 48 'dummy_layer_animation_delegate.cc', |
| 49 'dummy_layer_animation_delegate.h', | 49 'dummy_layer_animation_delegate.h', |
| 50 'layer.cc', | 50 'layer.cc', |
| 51 'layer.h', | 51 'layer.h', |
| 52 'layer_animation_delegate.h', | 52 'layer_animation_delegate.h', |
| 53 'layer_animation_element.cc', | 53 'layer_animation_element.cc', |
| 54 'layer_animation_element.h', | 54 'layer_animation_element.h', |
| 55 'layer_animation_observer.h', |
| 55 'layer_animation_sequence.cc', | 56 'layer_animation_sequence.cc', |
| 56 'layer_animation_sequence.h', | 57 'layer_animation_sequence.h', |
| 57 'layer_animator.cc', | 58 'layer_animator.cc', |
| 58 'layer_animator.h', | 59 'layer_animator.h', |
| 59 ], | 60 ], |
| 60 'conditions': [ | 61 'conditions': [ |
| 61 ['os_posix == 1 and OS != "mac"', { | 62 ['os_posix == 1 and OS != "mac"', { |
| 62 'sources!': [ | 63 'sources!': [ |
| 63 'compositor_stub.cc', | 64 'compositor_stub.cc', |
| 64 ], | 65 ], |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 'test_compositor.cc', | 188 'test_compositor.cc', |
| 188 'test_compositor.h', | 189 'test_compositor.h', |
| 189 'test_texture.cc', | 190 'test_texture.cc', |
| 190 'test_texture.h', | 191 'test_texture.h', |
| 191 ], | 192 ], |
| 192 }], | 193 }], |
| 193 ], | 194 ], |
| 194 }, | 195 }, |
| 195 ], | 196 ], |
| 196 } | 197 } |
| OLD | NEW |