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

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

Issue 16869007: Pull ANGLE from new git repository. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 months 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 | Annotate | Revision Log
« no previous file with comments | « content/common/gpu/DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « content/common/gpu/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698