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

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

Issue 614053003: Replace build_angle.gyp with angle.gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « gpu/gpu.gyp ('k') | webkit/common/gpu/webkit_gpu.gyp » ('j') | 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « gpu/gpu.gyp ('k') | webkit/common/gpu/webkit_gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698