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

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

Issue 255823009: [WIP] ui/window: Master CL. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'test/test_layers.h', 114 'test/test_layers.h',
115 'test/test_suite.cc', 115 'test/test_suite.cc',
116 'test/test_suite.h', 116 'test/test_suite.h',
117 'test/test_utils.cc', 117 'test/test_utils.cc',
118 'test/test_utils.h', 118 'test/test_utils.h',
119 ], 119 ],
120 'conditions': [ 120 'conditions': [
121 ['use_x11==1', { 121 ['use_x11==1', {
122 'dependencies': [ 122 'dependencies': [
123 '<(DEPTH)/build/linux/system.gyp:x11', 123 '<(DEPTH)/build/linux/system.gyp:x11',
124 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_x11', 124 '<(DEPTH)/ui/gfx/x/gfx_x11.gyp:gfx_x11',
125 ] 125 ]
126 }] 126 }]
127 ] 127 ]
128 }, 128 },
129 { 129 {
130 'target_name': 'compositor_unittests', 130 'target_name': 'compositor_unittests',
131 'type': 'executable', 131 'type': 'executable',
132 'dependencies': [ 132 'dependencies': [
133 '<(DEPTH)/base/base.gyp:base', 133 '<(DEPTH)/base/base.gyp:base',
134 '<(DEPTH)/base/base.gyp:test_support_base', 134 '<(DEPTH)/base/base.gyp:test_support_base',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'dependencies': [ 167 'dependencies': [
168 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 168 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
169 ], 169 ],
170 }], 170 }],
171 ], 171 ],
172 }], 172 }],
173 ], 173 ],
174 }, 174 },
175 ], 175 ],
176 } 176 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698