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

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

Issue 8395043: Fix up compositor mocking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "" Created 9 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
piman 2011/10/26 18:24:09 Nit: accidental removal?
jonathan.backer 2011/10/26 21:31:01 Done.
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 {
11 'target_name': 'aura', 11 'target_name': 'aura',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 103 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
104 ], 104 ],
105 }, 105 },
106 { 106 {
107 'target_name': 'aura_unittests', 107 'target_name': 'aura_unittests',
108 'type': 'executable', 108 'type': 'executable',
109 'dependencies': [ 109 'dependencies': [
110 '../../base/base.gyp:test_support_base', 110 '../../base/base.gyp:test_support_base',
111 '../../skia/skia.gyp:skia', 111 '../../skia/skia.gyp:skia',
112 '../../testing/gtest.gyp:gtest', 112 '../../testing/gtest.gyp:gtest',
113 '../gfx/compositor/compositor.gyp:compositor',
114 '../gfx/compositor/compositor.gyp:compositor_test_support', 113 '../gfx/compositor/compositor.gyp:compositor_test_support',
115 '../gfx/gl/gl.gyp:gl', 114 '../gfx/gl/gl.gyp:gl',
116 '../ui.gyp:gfx_resources', 115 '../ui.gyp:gfx_resources',
117 '../ui.gyp:ui', 116 '../ui.gyp:ui',
118 '../ui.gyp:ui_resources', 117 '../ui.gyp:ui_resources',
119 'test_support_aura', 118 'test_support_aura',
120 'aura', 119 'aura',
121 ], 120 ],
122 'include_dirs': [ 121 'include_dirs': [
123 '..', 122 '..',
(...skipping 18 matching lines...) Expand all
142 }], 141 }],
143 ['OS!="mac"', { 142 ['OS!="mac"', {
144 'dependencies': [ 143 'dependencies': [
145 '../../chrome/chrome.gyp:packed_resources', 144 '../../chrome/chrome.gyp:packed_resources',
146 ], 145 ],
147 }], 146 }],
148 ], 147 ],
149 }, 148 },
150 ], 149 ],
151 } 150 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698