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

Side by Side Diff: ui/base/ui_base_tests.gypi

Issue 720373003: Add FakeClipboard implementation for unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WINDOWS!!! Created 6 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
« no previous file with comments | « ui/base/ui_base.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'type': '<(gtest_target_type)', 6 'type': '<(gtest_target_type)',
7 'dependencies': [ 7 'dependencies': [
8 '../../base/base.gyp:base', 8 '../../base/base.gyp:base',
9 '../../base/base.gyp:test_support_base', 9 '../../base/base.gyp:test_support_base',
10 '../../net/net.gyp:net', 10 '../../net/net.gyp:net',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'ime/chromeos/character_composer_unittest.cc', 61 'ime/chromeos/character_composer_unittest.cc',
62 'ime/composition_text_util_pango_unittest.cc', 62 'ime/composition_text_util_pango_unittest.cc',
63 'ime/input_method_base_unittest.cc', 63 'ime/input_method_base_unittest.cc',
64 'ime/input_method_chromeos_unittest.cc', 64 'ime/input_method_chromeos_unittest.cc',
65 'ime/remote_input_method_win_unittest.cc', 65 'ime/remote_input_method_win_unittest.cc',
66 'ime/win/imm32_manager_unittest.cc', 66 'ime/win/imm32_manager_unittest.cc',
67 'ime/win/tsf_input_scope_unittest.cc', 67 'ime/win/tsf_input_scope_unittest.cc',
68 'models/list_model_unittest.cc', 68 'models/list_model_unittest.cc',
69 'models/list_selection_model_unittest.cc', 69 'models/list_selection_model_unittest.cc',
70 'models/tree_node_model_unittest.cc', 70 'models/tree_node_model_unittest.cc',
71 'test/test_clipboard_unittest.cc',
71 'test/data/resource.h', 72 'test/data/resource.h',
72 'text/bytes_formatting_unittest.cc', 73 'text/bytes_formatting_unittest.cc',
73 'view_prop_unittest.cc', 74 'view_prop_unittest.cc',
74 'webui/web_ui_util_unittest.cc', 75 'webui/web_ui_util_unittest.cc',
75 'x/selection_requestor_unittest.cc', 76 'x/selection_requestor_unittest.cc',
76 ], 77 ],
77 'include_dirs': [ 78 'include_dirs': [
78 '../..', 79 '../..',
79 ], 80 ],
80 'conditions': [ 81 'conditions': [
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'target_conditions': [ 225 'target_conditions': [
225 ['OS == "ios"', { 226 ['OS == "ios"', {
226 'sources/': [ 227 'sources/': [
227 # Pull in specific Mac files for iOS (which have been filtered out 228 # Pull in specific Mac files for iOS (which have been filtered out
228 # by file name rules). 229 # by file name rules).
229 ['include', '^l10n/l10n_util_mac_unittest\\.mm$'], 230 ['include', '^l10n/l10n_util_mac_unittest\\.mm$'],
230 ], 231 ],
231 }], 232 }],
232 ], 233 ],
233 } 234 }
OLDNEW
« no previous file with comments | « ui/base/ui_base.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698