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

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

Issue 1000503002: Add BeginFrameObserverProxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename to BeginFrameObserverProxy Created 5 years, 9 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/compositor.cc ('k') | ui/compositor/compositor_unittest.cc » ('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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 }, 137 },
138 { 138 {
139 'target_name': 'compositor_unittests', 139 'target_name': 'compositor_unittests',
140 'type': 'executable', 140 'type': 'executable',
141 'dependencies': [ 141 'dependencies': [
142 '<(DEPTH)/base/base.gyp:base', 142 '<(DEPTH)/base/base.gyp:base',
143 '<(DEPTH)/base/base.gyp:test_support_base', 143 '<(DEPTH)/base/base.gyp:test_support_base',
144 '<(DEPTH)/cc/cc.gyp:cc', 144 '<(DEPTH)/cc/cc.gyp:cc',
145 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', 145 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support',
146 '<(DEPTH)/skia/skia.gyp:skia', 146 '<(DEPTH)/skia/skia.gyp:skia',
147 '<(DEPTH)/testing/gmock.gyp:gmock',
147 '<(DEPTH)/testing/gtest.gyp:gtest', 148 '<(DEPTH)/testing/gtest.gyp:gtest',
148 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', 149 '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
149 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', 150 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
150 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 151 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
151 '<(DEPTH)/ui/gl/gl.gyp:gl', 152 '<(DEPTH)/ui/gl/gl.gyp:gl',
152 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', 153 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
153 'compositor', 154 'compositor',
154 'compositor_test_support', 155 'compositor_test_support',
155 ], 156 ],
156 'sources': [ 157 'sources': [
(...skipping 19 matching lines...) Expand all
176 'dependencies': [ 177 'dependencies': [
177 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 178 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
178 ], 179 ],
179 }], 180 }],
180 ], 181 ],
181 }], 182 }],
182 ], 183 ],
183 }, 184 },
184 ], 185 ],
185 } 186 }
OLDNEW
« no previous file with comments | « ui/compositor/compositor.cc ('k') | ui/compositor/compositor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698