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

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

Issue 8873001: Revert 113470 - Makes tests either use mock compositor or mock WebGraphicsContext3D depending upo... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | « content/test/content_test_suite.cc ('k') | ui/aura/test/test_suite.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'window_observer.h', 53 'window_observer.h',
54 'window_types.h', 54 'window_types.h',
55 ], 55 ],
56 }, 56 },
57 { 57 {
58 'target_name': 'test_support_aura', 58 'target_name': 'test_support_aura',
59 'type': 'static_library', 59 'type': 'static_library',
60 'dependencies': [ 60 'dependencies': [
61 '../../skia/skia.gyp:skia', 61 '../../skia/skia.gyp:skia',
62 '../../testing/gtest.gyp:gtest', 62 '../../testing/gtest.gyp:gtest',
63 '../gfx/compositor/compositor.gyp:test_compositor',
63 '../ui.gyp:ui', 64 '../ui.gyp:ui',
64 'aura', 65 'aura',
65 ], 66 ],
66 'include_dirs': [ 67 'include_dirs': [
67 '..', 68 '..',
68 ], 69 ],
69 'sources': [ 70 'sources': [
70 'test/aura_test_base.cc', 71 'test/aura_test_base.cc',
71 'test/aura_test_base.h', 72 'test/aura_test_base.h',
72 'test/event_generator.cc', 73 'test/event_generator.cc',
73 'test/event_generator.h', 74 'test/event_generator.h',
74 'test/test_event_filter.cc', 75 'test/test_event_filter.cc',
75 'test/test_event_filter.h', 76 'test/test_event_filter.h',
76 'test/test_stacking_client.cc', 77 'test/test_stacking_client.cc',
77 'test/test_stacking_client.h', 78 'test/test_stacking_client.h',
78 'test/test_windows.cc', 79 'test/test_windows.cc',
79 'test/test_windows.h', 80 'test/test_windows.h',
80 'test/test_window_delegate.cc', 81 'test/test_window_delegate.cc',
81 'test/test_window_delegate.h', 82 'test/test_window_delegate.h',
82 ], 83 ],
83 'conditions': [
84 ['use_webkit_compositor==0', {
85 'dependencies': [
86 '../gfx/compositor/compositor.gyp:test_compositor',
87 ],
88 }],
89 ],
90 }, 84 },
91 { 85 {
92 'target_name': 'aura_demo', 86 'target_name': 'aura_demo',
93 'type': 'executable', 87 'type': 'executable',
94 'dependencies': [ 88 'dependencies': [
95 '../../base/base.gyp:base', 89 '../../base/base.gyp:base',
96 '../../base/base.gyp:base_i18n', 90 '../../base/base.gyp:base_i18n',
97 '../../skia/skia.gyp:skia', 91 '../../skia/skia.gyp:skia',
98 '../../third_party/icu/icu.gyp:icui18n', 92 '../../third_party/icu/icu.gyp:icui18n',
99 '../../third_party/icu/icu.gyp:icuuc', 93 '../../third_party/icu/icu.gyp:icuuc',
(...skipping 15 matching lines...) Expand all
115 }, 109 },
116 { 110 {
117 'target_name': 'aura_unittests', 111 'target_name': 'aura_unittests',
118 'type': 'executable', 112 'type': 'executable',
119 'dependencies': [ 113 'dependencies': [
120 '../../base/base.gyp:test_support_base', 114 '../../base/base.gyp:test_support_base',
121 '../../chrome/chrome_resources.gyp:packed_resources', 115 '../../chrome/chrome_resources.gyp:packed_resources',
122 '../../skia/skia.gyp:skia', 116 '../../skia/skia.gyp:skia',
123 '../../testing/gtest.gyp:gtest', 117 '../../testing/gtest.gyp:gtest',
124 '../gfx/compositor/compositor.gyp:compositor_test_support', 118 '../gfx/compositor/compositor.gyp:compositor_test_support',
119 '../gfx/compositor/compositor.gyp:test_compositor',
125 '../gfx/gl/gl.gyp:gl', 120 '../gfx/gl/gl.gyp:gl',
126 '../ui.gyp:gfx_resources', 121 '../ui.gyp:gfx_resources',
127 '../ui.gyp:ui', 122 '../ui.gyp:ui',
128 '../ui.gyp:ui_resources', 123 '../ui.gyp:ui_resources',
129 'test_support_aura', 124 'test_support_aura',
130 'aura', 125 'aura',
131 ], 126 ],
132 'include_dirs': [ 127 'include_dirs': [
133 '..', 128 '..',
134 ], 129 ],
135 'sources': [ 130 'sources': [
136 'test/run_all_unittests.cc', 131 'test/run_all_unittests.cc',
137 'test/test_suite.cc', 132 'test/test_suite.cc',
138 'test/test_suite.h', 133 'test/test_suite.h',
139 'root_window_unittest.cc', 134 'root_window_unittest.cc',
140 'event_filter_unittest.cc', 135 'event_filter_unittest.cc',
141 'window_unittest.cc', 136 'window_unittest.cc',
142 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 137 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
143 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 138 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
144 ], 139 ],
145 # osmesa GL implementation is used on linux. 140 # osmesa GL implementation is used on linux.
146 'conditions': [ 141 'conditions': [
147 ['OS=="linux"', { 142 ['OS=="linux"', {
148 'dependencies': [ 143 'dependencies': [
149 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 144 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
150 ], 145 ],
151 }], 146 }],
152 ['use_webkit_compositor==1', {
153 'dependencies': [
154 '../gfx/compositor/compositor.gyp:compositor',
155 ],
156 }, { # use_webkit_compositor!=1
157 'dependencies': [
158 '../gfx/compositor/compositor.gyp:test_compositor',
159 ],
160 }],
161 ], 147 ],
162 }, 148 },
163 ], 149 ],
164 } 150 }
OLDNEW
« no previous file with comments | « content/test/content_test_suite.cc ('k') | ui/aura/test/test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698