OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |