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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 'scoped_layer_animation_settings.h', | 68 'scoped_layer_animation_settings.h', |
69 'transform_animation_curve_adapter.cc', | 69 'transform_animation_curve_adapter.cc', |
70 'transform_animation_curve_adapter.h', | 70 'transform_animation_curve_adapter.h', |
71 ], | 71 ], |
72 'conditions': [ | 72 'conditions': [ |
73 ['OS == "win" and use_aura == 1', { | 73 ['OS == "win" and use_aura == 1', { |
74 # TODO(sky): before we make this real need to remove | 74 # TODO(sky): before we make this real need to remove |
75 # IDR_BITMAP_BRUSH_IMAGE. | 75 # IDR_BITMAP_BRUSH_IMAGE. |
76 'dependencies': [ | 76 'dependencies': [ |
77 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 77 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
78 '<(angle_path)/src/build_angle.gyp:libEGL', | 78 '<(angle_path)/src/angle.gyp:libEGL', |
79 '<(angle_path)/src/build_angle.gyp:libGLESv2', | 79 '<(angle_path)/src/angle.gyp:libGLESv2', |
80 ], | 80 ], |
81 }], | 81 }], |
82 ], | 82 ], |
83 }, | 83 }, |
84 { | 84 { |
85 'target_name': 'compositor_test_support', | 85 'target_name': 'compositor_test_support', |
86 'type': 'static_library', | 86 'type': 'static_library', |
87 'dependencies': [ | 87 'dependencies': [ |
88 '<(DEPTH)/base/base.gyp:base', | 88 '<(DEPTH)/base/base.gyp:base', |
89 '<(DEPTH)/cc/cc.gyp:cc', | 89 '<(DEPTH)/cc/cc.gyp:cc', |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 'dependencies': [ | 172 'dependencies': [ |
173 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 173 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
174 ], | 174 ], |
175 }], | 175 }], |
176 ], | 176 ], |
177 }], | 177 }], |
178 ], | 178 ], |
179 }, | 179 }, |
180 ], | 180 ], |
181 } | 181 } |
OLD | NEW |