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

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

Issue 8805033: Makes tests either use mock compositor or mock WebGraphicsContext3D (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweaks 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
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 9
10 'targets': [ 10 'targets': [
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 '../../base/base.gyp:base', 125 '../../base/base.gyp:base',
126 '../../base/base.gyp:test_support_base', 126 '../../base/base.gyp:test_support_base',
127 '../../chrome/chrome_resources.gyp:packed_resources', 127 '../../chrome/chrome_resources.gyp:packed_resources',
128 '../../build/temp_gyp/googleurl.gyp:googleurl', 128 '../../build/temp_gyp/googleurl.gyp:googleurl',
129 '../../skia/skia.gyp:skia', 129 '../../skia/skia.gyp:skia',
130 '../../testing/gtest.gyp:gtest', 130 '../../testing/gtest.gyp:gtest',
131 '../../third_party/icu/icu.gyp:icui18n', 131 '../../third_party/icu/icu.gyp:icui18n',
132 '../../third_party/icu/icu.gyp:icuuc', 132 '../../third_party/icu/icu.gyp:icuuc',
133 '../aura/aura.gyp:aura', 133 '../aura/aura.gyp:aura',
134 '../aura/aura.gyp:test_support_aura', 134 '../aura/aura.gyp:test_support_aura',
135 '../gfx/compositor/compositor.gyp:compositor',
135 '../gfx/compositor/compositor.gyp:compositor_test_support', 136 '../gfx/compositor/compositor.gyp:compositor_test_support',
136 '../gfx/compositor/compositor.gyp:test_compositor',
137 '../ui.gyp:gfx_resources', 137 '../ui.gyp:gfx_resources',
138 '../ui.gyp:ui', 138 '../ui.gyp:ui',
139 '../ui.gyp:ui_resources', 139 '../ui.gyp:ui_resources',
140 '../ui.gyp:ui_resources_standard', 140 '../ui.gyp:ui_resources_standard',
141 '../views/views.gyp:views', 141 '../views/views.gyp:views',
142 'aura_shell', 142 'aura_shell',
143 ], 143 ],
144 'sources': [ 144 'sources': [
145 'default_container_layout_manager_unittest.cc', 145 'default_container_layout_manager_unittest.cc',
146 'desktop_event_filter_unittest.cc', 146 'desktop_event_filter_unittest.cc',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'examples/widgets.cc', 200 'examples/widgets.cc',
201 'examples/window_type_launcher.cc', 201 'examples/window_type_launcher.cc',
202 'examples/window_type_launcher.h', 202 'examples/window_type_launcher.h',
203 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 203 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
204 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 204 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
205 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 205 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
206 ], 206 ],
207 }, 207 },
208 ], 208 ],
209 } 209 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698