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

Side by Side Diff: ui/ui_unittests.gypi

Issue 8890049: [Aura] Implement views-based applist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win_aura 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 | « ui/ui.gyp ('k') | no next file » | 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ui_test_support', 8 'target_name': 'ui_test_support',
9 'dependencies': [ 9 'dependencies': [
10 '../base/base.gyp:base', 10 '../base/base.gyp:base',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'base/animation/slide_animation_unittest.cc', 50 'base/animation/slide_animation_unittest.cc',
51 'base/clipboard/clipboard_unittest.cc', 51 'base/clipboard/clipboard_unittest.cc',
52 'base/clipboard/custom_data_helper_unittest.cc', 52 'base/clipboard/custom_data_helper_unittest.cc',
53 'base/cocoa/base_view_unittest.mm', 53 'base/cocoa/base_view_unittest.mm',
54 'base/cocoa/events_mac_unittest.mm', 54 'base/cocoa/events_mac_unittest.mm',
55 'base/gtk/gtk_expanded_container_unittest.cc', 55 'base/gtk/gtk_expanded_container_unittest.cc',
56 'base/gtk/gtk_im_context_util_unittest.cc', 56 'base/gtk/gtk_im_context_util_unittest.cc',
57 'base/ime/character_composer_unittest.cc', 57 'base/ime/character_composer_unittest.cc',
58 'base/l10n/l10n_util_mac_unittest.mm', 58 'base/l10n/l10n_util_mac_unittest.mm',
59 'base/l10n/l10n_util_unittest.cc', 59 'base/l10n/l10n_util_unittest.cc',
60 'base/models/list_model_unittest.cc',
60 'base/models/tree_node_iterator_unittest.cc', 61 'base/models/tree_node_iterator_unittest.cc',
61 'base/models/tree_node_model_unittest.cc', 62 'base/models/tree_node_model_unittest.cc',
62 'base/range/range_unittest.cc', 63 'base/range/range_unittest.cc',
63 'base/range/range_mac_unittest.mm', 64 'base/range/range_mac_unittest.mm',
64 'base/range/range_win_unittest.cc', 65 'base/range/range_win_unittest.cc',
65 'base/resource/data_pack_literal.cc', 66 'base/resource/data_pack_literal.cc',
66 'base/resource/data_pack_unittest.cc', 67 'base/resource/data_pack_unittest.cc',
67 'base/resource/resource_bundle_unittest.cc', 68 'base/resource/resource_bundle_unittest.cc',
68 'base/text/bytes_formatting_unittest.cc', 69 'base/text/bytes_formatting_unittest.cc',
69 'base/test/data/resource.h', 70 'base/test/data/resource.h',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 }], 175 }],
175 ['use_ibus != 1', { 176 ['use_ibus != 1', {
176 'sources/': [ 177 'sources/': [
177 ['exclude', 'base/ime/character_composer_unittest.cc'], 178 ['exclude', 'base/ime/character_composer_unittest.cc'],
178 ], 179 ],
179 }], 180 }],
180 ], 181 ],
181 }, 182 },
182 ], 183 ],
183 } 184 }
OLDNEW
« no previous file with comments | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698