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

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

Issue 11470003: Revert 171544 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « cc/test/run_all_unittests.cc ('k') | ui/compositor/layer_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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 }], 92 }],
93 ], 93 ],
94 }, 94 },
95 { 95 {
96 'target_name': 'compositor_unittests', 96 'target_name': 'compositor_unittests',
97 'type': 'executable', 97 'type': 'executable',
98 'dependencies': [ 98 'dependencies': [
99 '<(DEPTH)/base/base.gyp:base', 99 '<(DEPTH)/base/base.gyp:base',
100 '<(DEPTH)/base/base.gyp:test_support_base', 100 '<(DEPTH)/base/base.gyp:test_support_base',
101 '<(DEPTH)/cc/cc.gyp:cc', 101 '<(DEPTH)/cc/cc.gyp:cc',
102 '<(DEPTH)/cc/cc_tests.gyp:cc_test_utils',
103 '<(DEPTH)/skia/skia.gyp:skia', 102 '<(DEPTH)/skia/skia.gyp:skia',
104 '<(DEPTH)/testing/gtest.gyp:gtest', 103 '<(DEPTH)/testing/gtest.gyp:gtest',
105 '<(DEPTH)/ui/gl/gl.gyp:gl', 104 '<(DEPTH)/ui/gl/gl.gyp:gl',
106 '<(DEPTH)/ui/ui.gyp:ui', 105 '<(DEPTH)/ui/ui.gyp:ui',
107 '<(DEPTH)/ui/ui.gyp:ui_resources', 106 '<(DEPTH)/ui/ui.gyp:ui_resources',
108 'compositor', 107 'compositor',
109 'compositor_test_support', 108 'compositor_test_support',
110 ], 109 ],
111 'sources': [ 110 'sources': [
112 'layer_animation_element_unittest.cc', 111 'layer_animation_element_unittest.cc',
(...skipping 18 matching lines...) Expand all
131 # osmesa GL implementation is used on linux. 130 # osmesa GL implementation is used on linux.
132 ['OS=="linux"', { 131 ['OS=="linux"', {
133 'dependencies': [ 132 'dependencies': [
134 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 133 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
135 ], 134 ],
136 }], 135 }],
137 ], 136 ],
138 }, 137 },
139 ], 138 ],
140 } 139 }
OLDNEW
« no previous file with comments | « cc/test/run_all_unittests.cc ('k') | ui/compositor/layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698