Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: ui/compositor/compositor.gyp

Issue 106623003: Update dependencies to use new angle repository. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'scoped_layer_animation_settings.h', 57 'scoped_layer_animation_settings.h',
58 'transform_animation_curve_adapter.cc', 58 'transform_animation_curve_adapter.cc',
59 'transform_animation_curve_adapter.h', 59 'transform_animation_curve_adapter.h',
60 ], 60 ],
61 'conditions': [ 61 'conditions': [
62 ['OS == "win" and use_aura == 1', { 62 ['OS == "win" and use_aura == 1', {
63 # TODO(sky): before we make this real need to remove 63 # TODO(sky): before we make this real need to remove
64 # IDR_BITMAP_BRUSH_IMAGE. 64 # IDR_BITMAP_BRUSH_IMAGE.
65 'dependencies': [ 65 'dependencies': [
66 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', 66 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
67 '<(angle_path)/src/build_angle.gyp:libEGL', 67 '<(DEPTH)/third_party/angle/src/build_angle.gyp:libEGL',
68 '<(angle_path)/src/build_angle.gyp:libGLESv2', 68 '<(DEPTH)/third_party/angle/src/build_angle.gyp:libGLESv2',
69 ], 69 ],
70 }], 70 }],
71 ], 71 ],
72 }, 72 },
73 { 73 {
74 'target_name': 'compositor_test_support', 74 'target_name': 'compositor_test_support',
75 'type': 'static_library', 75 'type': 'static_library',
76 'dependencies': [ 76 'dependencies': [
77 '<(DEPTH)/base/base.gyp:base', 77 '<(DEPTH)/base/base.gyp:base',
78 '<(DEPTH)/cc/cc.gyp:cc', 78 '<(DEPTH)/cc/cc.gyp:cc',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'dependencies': [ 149 'dependencies': [
150 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 150 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
151 ], 151 ],
152 }], 152 }],
153 ], 153 ],
154 }], 154 }],
155 ], 155 ],
156 }, 156 },
157 ], 157 ],
158 } 158 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698