| OLD | NEW |
| 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 11 matching lines...) Expand all Loading... |
| 22 '<(DEPTH)/ui/gl/gl.gyp:gl', | 22 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 23 ], | 23 ], |
| 24 'defines': [ | 24 'defines': [ |
| 25 'COMPOSITOR_IMPLEMENTATION', | 25 'COMPOSITOR_IMPLEMENTATION', |
| 26 ], | 26 ], |
| 27 'sources': [ | 27 'sources': [ |
| 28 'clip_transform_recorder.cc', | 28 'clip_transform_recorder.cc', |
| 29 'clip_transform_recorder.h', | 29 'clip_transform_recorder.h', |
| 30 'closure_animation_observer.cc', | 30 'closure_animation_observer.cc', |
| 31 'closure_animation_observer.h', | 31 'closure_animation_observer.h', |
| 32 'compositing_recorder.cc', |
| 33 'compositing_recorder.h', |
| 32 'compositor.cc', | 34 'compositor.cc', |
| 33 'compositor.h', | 35 'compositor.h', |
| 34 'compositor_animation_observer.h', | 36 'compositor_animation_observer.h', |
| 35 'compositor_export.h', | 37 'compositor_export.h', |
| 36 'compositor_observer.h', | 38 'compositor_observer.h', |
| 37 'compositor_switches.cc', | 39 'compositor_switches.cc', |
| 38 'compositor_switches.h', | 40 'compositor_switches.h', |
| 39 'compositor_vsync_manager.cc', | 41 'compositor_vsync_manager.cc', |
| 40 'compositor_vsync_manager.h', | 42 'compositor_vsync_manager.h', |
| 41 'debug_utils.cc', | 43 'debug_utils.cc', |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 'dependencies': [ | 184 'dependencies': [ |
| 183 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 185 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| 184 ], | 186 ], |
| 185 }], | 187 }], |
| 186 ], | 188 ], |
| 187 }], | 189 }], |
| 188 ], | 190 ], |
| 189 }, | 191 }, |
| 190 ], | 192 ], |
| 191 } | 193 } |
| OLD | NEW |