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

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

Issue 14744016: Remove unnecessary ui::CompositorTestSupport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add compositor_test_support dependency to ui/snapshot and ui/views test targets Created 7 years, 6 months 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/compositor/test/test_suite.cc ('k') | ui/keyboard/keyboard_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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'type': '<(gtest_target_type)', 76 'type': '<(gtest_target_type)',
77 'dependencies': [ 77 'dependencies': [
78 '../../base/base.gyp:base', 78 '../../base/base.gyp:base',
79 '../../base/base.gyp:test_support_base', 79 '../../base/base.gyp:test_support_base',
80 '../../content/content.gyp:content_browser', 80 '../../content/content.gyp:content_browser',
81 '../../skia/skia.gyp:skia', 81 '../../skia/skia.gyp:skia',
82 '../../testing/gtest.gyp:gtest', 82 '../../testing/gtest.gyp:gtest',
83 '../aura/aura.gyp:aura', 83 '../aura/aura.gyp:aura',
84 '../aura/aura.gyp:aura_test_support', 84 '../aura/aura.gyp:aura_test_support',
85 '../compositor/compositor.gyp:compositor', 85 '../compositor/compositor.gyp:compositor',
86 '../compositor/compositor.gyp:compositor_test_support',
87 '../ui.gyp:run_ui_unittests', 86 '../ui.gyp:run_ui_unittests',
88 '../ui.gyp:ui', 87 '../ui.gyp:ui',
89 'keyboard', 88 'keyboard',
90 ], 89 ],
91 'sources': [ 90 'sources': [
92 'keyboard_controller_unittest.cc', 91 'keyboard_controller_unittest.cc',
93 'keyboard_test_suite.cc', 92 'keyboard_test_suite.cc',
94 ], 93 ],
95 'conditions': [ 94 'conditions': [
96 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { 95 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
97 'conditions': [ 96 'conditions': [
98 ['linux_use_tcmalloc==1', { 97 ['linux_use_tcmalloc==1', {
99 'dependencies': [ 98 'dependencies': [
100 '../../base/allocator/allocator.gyp:allocator', 99 '../../base/allocator/allocator.gyp:allocator',
101 ], 100 ],
102 }], 101 }],
103 ], 102 ],
104 }], 103 }],
105 ], 104 ],
106 }, 105 },
107 ], 106 ],
108 } 107 }
OLDNEW
« no previous file with comments | « ui/compositor/test/test_suite.cc ('k') | ui/keyboard/keyboard_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698