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

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

Issue 8404041: Revert 107563 - 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
« no previous file with comments | « ui/aura/test/test_suite.cc ('k') | ui/aura_shell/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 9
10 'targets': [ 10 'targets': [
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'type': 'executable', 77 'type': 'executable',
78 'dependencies': [ 78 'dependencies': [
79 '../../base/base.gyp:base', 79 '../../base/base.gyp:base',
80 '../../base/base.gyp:test_support_base', 80 '../../base/base.gyp:test_support_base',
81 '../../build/temp_gyp/googleurl.gyp:googleurl', 81 '../../build/temp_gyp/googleurl.gyp:googleurl',
82 '../../skia/skia.gyp:skia', 82 '../../skia/skia.gyp:skia',
83 '../../testing/gtest.gyp:gtest', 83 '../../testing/gtest.gyp:gtest',
84 '../../third_party/icu/icu.gyp:icui18n', 84 '../../third_party/icu/icu.gyp:icui18n',
85 '../../third_party/icu/icu.gyp:icuuc', 85 '../../third_party/icu/icu.gyp:icuuc',
86 '../../views/views.gyp:views', 86 '../../views/views.gyp:views',
87 '../gfx/compositor/compositor.gyp:compositor',
87 '../gfx/compositor/compositor.gyp:compositor_test_support', 88 '../gfx/compositor/compositor.gyp:compositor_test_support',
88 '../gfx/compositor/compositor.gyp:test_compositor',
89 '../ui.gyp:gfx_resources', 89 '../ui.gyp:gfx_resources',
90 '../ui.gyp:ui', 90 '../ui.gyp:ui',
91 '../ui.gyp:ui_resources', 91 '../ui.gyp:ui_resources',
92 '../ui.gyp:ui_resources_standard', 92 '../ui.gyp:ui_resources_standard',
93 '../aura/aura.gyp:aura', 93 '../aura/aura.gyp:aura',
94 '../aura/aura.gyp:test_support_aura', 94 '../aura/aura.gyp:test_support_aura',
95 'aura_shell', 95 'aura_shell',
96 ], 96 ],
97 'sources': [ 97 'sources': [
98 'default_container_layout_manager_unittest.cc', 98 'default_container_layout_manager_unittest.cc',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 '../../views/views.gyp:views_desktop', 168 '../../views/views.gyp:views_desktop',
169 '../../views/views.gyp:views_desktop_lib', 169 '../../views/views.gyp:views_desktop_lib',
170 '../../views/views.gyp:views_unittests', 170 '../../views/views.gyp:views_unittests',
171 '../aura/aura.gyp:*', 171 '../aura/aura.gyp:*',
172 '../gfx/compositor/compositor.gyp:*', 172 '../gfx/compositor/compositor.gyp:*',
173 'aura_shell_exe', 173 'aura_shell_exe',
174 ], 174 ],
175 }, 175 },
176 ], 176 ],
177 } 177 }
OLDNEW
« no previous file with comments | « ui/aura/test/test_suite.cc ('k') | ui/aura_shell/test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698