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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 'test_web_graphics_context_3d.h', | 61 'test_web_graphics_context_3d.h', |
62 'transform_animation_curve_adapter.cc', | 62 'transform_animation_curve_adapter.cc', |
63 'transform_animation_curve_adapter.h', | 63 'transform_animation_curve_adapter.h', |
64 ], | 64 ], |
65 'conditions': [ | 65 'conditions': [ |
66 ['OS == "win" and use_aura == 1', { | 66 ['OS == "win" and use_aura == 1', { |
67 # TODO(sky): before we make this real need to remove | 67 # TODO(sky): before we make this real need to remove |
68 # IDR_BITMAP_BRUSH_IMAGE. | 68 # IDR_BITMAP_BRUSH_IMAGE. |
69 'dependencies': [ | 69 'dependencies': [ |
70 '<(DEPTH)/ui/ui.gyp:ui_resources', | 70 '<(DEPTH)/ui/ui.gyp:ui_resources', |
71 '<(DEPTH)/third_party/angle/src/build_angle.gyp:libEGL', | 71 '<(angle_path)/src/build_angle.gyp:libEGL', |
72 '<(DEPTH)/third_party/angle/src/build_angle.gyp:libGLESv2', | 72 '<(angle_path)/src/build_angle.gyp:libGLESv2', |
73 ], | 73 ], |
74 }], | 74 }], |
75 ], | 75 ], |
76 }, | 76 }, |
77 { | 77 { |
78 'target_name': 'compositor_test_support', | 78 'target_name': 'compositor_test_support', |
79 'type': 'static_library', | 79 'type': 'static_library', |
80 'dependencies': [ | 80 'dependencies': [ |
81 '<(DEPTH)/base/base.gyp:base', | 81 '<(DEPTH)/base/base.gyp:base', |
82 '<(DEPTH)/skia/skia.gyp:skia', | 82 '<(DEPTH)/skia/skia.gyp:skia', |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 'dependencies': [ | 139 'dependencies': [ |
140 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 140 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
141 ], | 141 ], |
142 }], | 142 }], |
143 ], | 143 ], |
144 }], | 144 }], |
145 ], | 145 ], |
146 }, | 146 }, |
147 ], | 147 ], |
148 } | 148 } |
OLD | NEW |