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 841773006: Extract WebGraphicsContext3DInProcessCommandBufferImpl from webkit/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « ui/compositor/BUILD.gn ('k') | ui/compositor/test/DEPS » ('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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 ], 83 ],
84 }, 84 },
85 { 85 {
86 'target_name': 'compositor_test_support', 86 'target_name': 'compositor_test_support',
87 'type': 'static_library', 87 'type': 'static_library',
88 'dependencies': [ 88 'dependencies': [
89 '<(DEPTH)/base/base.gyp:base', 89 '<(DEPTH)/base/base.gyp:base',
90 '<(DEPTH)/cc/cc.gyp:cc', 90 '<(DEPTH)/cc/cc.gyp:cc',
91 '<(DEPTH)/cc/cc.gyp:cc_surfaces', 91 '<(DEPTH)/cc/cc.gyp:cc_surfaces',
92 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', 92 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support',
93 '<(DEPTH)/gpu/blink/gpu_blink.gyp:gpu_blink',
93 '<(DEPTH)/skia/skia.gyp:skia', 94 '<(DEPTH)/skia/skia.gyp:skia',
94 '<(DEPTH)/testing/gtest.gyp:gtest', 95 '<(DEPTH)/testing/gtest.gyp:gtest',
95 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', 96 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal',
96 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', 97 '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
97 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', 98 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
98 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 99 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
99 '<(DEPTH)/ui/gl/gl.gyp:gl', 100 '<(DEPTH)/ui/gl/gl.gyp:gl',
100 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 101 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
101 'compositor', 102 'compositor',
102 ], 103 ],
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'dependencies': [ 175 'dependencies': [
175 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 176 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
176 ], 177 ],
177 }], 178 }],
178 ], 179 ],
179 }], 180 }],
180 ], 181 ],
181 }, 182 },
182 ], 183 ],
183 } 184 }
OLDNEW
« no previous file with comments | « ui/compositor/BUILD.gn ('k') | ui/compositor/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698