| 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 10 matching lines...) Expand all Loading... |
| 21 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 21 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 22 ], | 22 ], |
| 23 'defines': [ | 23 'defines': [ |
| 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_switches.cc', | 32 'compositor_switches.cc', |
| 32 'compositor_switches.h', | 33 'compositor_switches.h', |
| 33 'context_provider_from_context_factory.cc', | 34 'context_provider_from_context_factory.cc', |
| 34 'context_provider_from_context_factory.h', | 35 'context_provider_from_context_factory.h', |
| 35 'debug_utils.cc', | 36 'debug_utils.cc', |
| 36 'debug_utils.h', | 37 'debug_utils.h', |
| 37 'dip_util.cc', | 38 'dip_util.cc', |
| 38 'dip_util.h', | 39 'dip_util.h', |
| 39 'float_animation_curve_adapter.cc', | 40 'float_animation_curve_adapter.cc', |
| 40 'float_animation_curve_adapter.h', | 41 'float_animation_curve_adapter.h', |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 'dependencies': [ | 143 'dependencies': [ |
| 143 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 144 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| 144 ], | 145 ], |
| 145 }], | 146 }], |
| 146 ], | 147 ], |
| 147 }], | 148 }], |
| 148 ], | 149 ], |
| 149 }, | 150 }, |
| 150 ], | 151 ], |
| 151 } | 152 } |
| OLD | NEW |