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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 'ime/input_method_chromeos_unittest.cc', | 71 'ime/input_method_chromeos_unittest.cc', |
72 'ime/remote_input_method_win_unittest.cc', | 72 'ime/remote_input_method_win_unittest.cc', |
73 'ime/win/imm32_manager_unittest.cc', | 73 'ime/win/imm32_manager_unittest.cc', |
74 'ime/win/tsf_input_scope_unittest.cc', | 74 'ime/win/tsf_input_scope_unittest.cc', |
75 'models/list_model_unittest.cc', | 75 'models/list_model_unittest.cc', |
76 'models/list_selection_model_unittest.cc', | 76 'models/list_selection_model_unittest.cc', |
77 'models/tree_node_model_unittest.cc', | 77 'models/tree_node_model_unittest.cc', |
78 'test/test_clipboard_unittest.cc', | 78 'test/test_clipboard_unittest.cc', |
79 'test/data/resource.h', | 79 'test/data/resource.h', |
80 'text/bytes_formatting_unittest.cc', | 80 'text/bytes_formatting_unittest.cc', |
81 'touch/touch_editing_controller_unittest.cc', | 81 'touch/selection_bound_unittest.cc', |
82 'view_prop_unittest.cc', | 82 'view_prop_unittest.cc', |
83 'webui/web_ui_util_unittest.cc', | 83 'webui/web_ui_util_unittest.cc', |
84 'x/selection_requestor_unittest.cc', | 84 'x/selection_requestor_unittest.cc', |
85 ], | 85 ], |
86 'include_dirs': [ | 86 'include_dirs': [ |
87 '../..', | 87 '../..', |
88 ], | 88 ], |
89 'conditions': [ | 89 'conditions': [ |
90 ['OS!="ios"', { | 90 ['OS!="ios"', { |
91 'sources' : [ '<@(_all_sources)' ], | 91 'sources' : [ '<@(_all_sources)' ], |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 ], | 135 ], |
136 }, | 136 }, |
137 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 137 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
138 'msvs_disabled_warnings': [ 4267, ], | 138 'msvs_disabled_warnings': [ 4267, ], |
139 }], | 139 }], |
140 ['OS == "android"', { | 140 ['OS == "android"', { |
141 'dependencies': [ | 141 'dependencies': [ |
142 '../../testing/android/native_test.gyp:native_test_native_code', | 142 '../../testing/android/native_test.gyp:native_test_native_code', |
143 ], | 143 ], |
144 'sources!': [ | 144 'sources!': [ |
145 'touch/touch_editing_controller_unittest.cc', | 145 'touch/selection_bound_unittest.cc', |
146 ], | 146 ], |
147 }], | 147 }], |
148 ['use_pango == 1', { | 148 ['use_pango == 1', { |
149 'dependencies': [ | 149 'dependencies': [ |
150 '../../build/linux/system.gyp:pangocairo', | 150 '../../build/linux/system.gyp:pangocairo', |
151 ], | 151 ], |
152 'conditions': [ | 152 'conditions': [ |
153 ['use_allocator!="none"', { | 153 ['use_allocator!="none"', { |
154 'dependencies': [ | 154 'dependencies': [ |
155 '../../base/allocator/allocator.gyp:allocator', | 155 '../../base/allocator/allocator.gyp:allocator', |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 ], | 268 ], |
269 'variables': { | 269 'variables': { |
270 'test_suite_name': 'ui_base_unittests', | 270 'test_suite_name': 'ui_base_unittests', |
271 }, | 271 }, |
272 'includes': [ '../../build/apk_test.gypi' ], | 272 'includes': [ '../../build/apk_test.gypi' ], |
273 }, | 273 }, |
274 ], | 274 ], |
275 }], | 275 }], |
276 ], | 276 ], |
277 } | 277 } |
OLD | NEW |