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

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

Issue 45963003: Move test-only ContextFactory implementations out of production targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 }, 131 },
132 }], 132 }],
133 ], 133 ],
134 }, 134 },
135 { 135 {
136 'target_name': 'aura_test_support', 136 'target_name': 'aura_test_support',
137 'type': 'static_library', 137 'type': 'static_library',
138 'dependencies': [ 138 'dependencies': [
139 '../../skia/skia.gyp:skia', 139 '../../skia/skia.gyp:skia',
140 '../../testing/gtest.gyp:gtest', 140 '../../testing/gtest.gyp:gtest',
141 '../compositor/compositor.gyp:compositor_test_support',
141 '../events/events.gyp:events', 142 '../events/events.gyp:events',
142 '../gfx/gfx.gyp:gfx', 143 '../gfx/gfx.gyp:gfx',
143 '../ui.gyp:ui', 144 '../ui.gyp:ui',
144 '../ui.gyp:ui_test_support', 145 '../ui.gyp:ui_test_support',
145 'aura', 146 'aura',
146 'aura_test_support_pak', 147 'aura_test_support_pak',
147 ], 148 ],
148 'include_dirs': [ 149 'include_dirs': [
149 '..', 150 '..',
150 ], 151 ],
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 ['OS=="linux" and linux_use_tcmalloc==1', { 305 ['OS=="linux" and linux_use_tcmalloc==1', {
305 'dependencies': [ 306 'dependencies': [
306 # See http://crbug.com/162998#c4 for why this is needed. 307 # See http://crbug.com/162998#c4 for why this is needed.
307 '../../base/allocator/allocator.gyp:allocator', 308 '../../base/allocator/allocator.gyp:allocator',
308 ], 309 ],
309 }], 310 }],
310 ], 311 ],
311 }, 312 },
312 ], 313 ],
313 } 314 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698