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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 'base/cocoa/nsgraphics_context_additions_unittest.mm', | 59 'base/cocoa/nsgraphics_context_additions_unittest.mm', |
60 'base/cocoa/tracking_area_unittest.mm', | 60 'base/cocoa/tracking_area_unittest.mm', |
61 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', | 61 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', |
62 'base/models/list_model_unittest.cc', | 62 'base/models/list_model_unittest.cc', |
63 'base/models/list_selection_model_unittest.cc', | 63 'base/models/list_selection_model_unittest.cc', |
64 'base/models/tree_node_model_unittest.cc', | 64 'base/models/tree_node_model_unittest.cc', |
65 'base/test/data/resource.h', | 65 'base/test/data/resource.h', |
66 'base/text/bytes_formatting_unittest.cc', | 66 'base/text/bytes_formatting_unittest.cc', |
67 'base/view_prop_unittest.cc', | 67 'base/view_prop_unittest.cc', |
68 'base/webui/web_ui_util_unittest.cc', | 68 'base/webui/web_ui_util_unittest.cc', |
| 69 'base/x/selection_requestor_unittest.cc', |
69 'gfx/canvas_unittest_mac.mm', | 70 'gfx/canvas_unittest_mac.mm', |
70 'gfx/platform_font_mac_unittest.mm', | 71 'gfx/platform_font_mac_unittest.mm', |
71 ], | 72 ], |
72 'include_dirs': [ | 73 'include_dirs': [ |
73 '../', | 74 '../', |
74 ], | 75 ], |
75 'conditions': [ | 76 'conditions': [ |
76 ['OS!="ios"', { | 77 ['OS!="ios"', { |
77 'sources' : ['<@(_all_sources)'], | 78 'sources' : ['<@(_all_sources)'], |
78 'includes': [ | 79 'includes': [ |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 '../chromeos/chromeos.gyp:chromeos', | 206 '../chromeos/chromeos.gyp:chromeos', |
206 'aura/aura.gyp:aura_test_support', | 207 'aura/aura.gyp:aura_test_support', |
207 'chromeos/ui_chromeos.gyp:ui_chromeos', | 208 'chromeos/ui_chromeos.gyp:ui_chromeos', |
208 'events/events.gyp:gesture_detection', | 209 'events/events.gyp:gesture_detection', |
209 ], | 210 ], |
210 'sources': [ | 211 'sources': [ |
211 'chromeos/touch_exploration_controller_unittest.cc' | 212 'chromeos/touch_exploration_controller_unittest.cc' |
212 ], | 213 ], |
213 'sources!': [ | 214 'sources!': [ |
214 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', | 215 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', |
| 216 'base/x/selection_requestor_unittest.cc', |
215 ], | 217 ], |
216 }], | 218 }], |
217 ], | 219 ], |
218 'target_conditions': [ | 220 'target_conditions': [ |
219 ['OS == "ios"', { | 221 ['OS == "ios"', { |
220 'sources/': [ | 222 'sources/': [ |
221 # Pull in specific Mac files for iOS (which have been filtered out | 223 # Pull in specific Mac files for iOS (which have been filtered out |
222 # by file name rules). | 224 # by file name rules). |
223 ['include', '^base/l10n/l10n_util_mac_unittest\\.mm$'], | 225 ['include', '^base/l10n/l10n_util_mac_unittest\\.mm$'], |
224 ], | 226 ], |
(...skipping 25 matching lines...) Expand all Loading... |
250 ], | 252 ], |
251 'variables': { | 253 'variables': { |
252 'test_suite_name': 'ui_unittests', | 254 'test_suite_name': 'ui_unittests', |
253 }, | 255 }, |
254 'includes': [ '../build/apk_test.gypi' ], | 256 'includes': [ '../build/apk_test.gypi' ], |
255 }, | 257 }, |
256 ], | 258 ], |
257 }], | 259 }], |
258 ], | 260 ], |
259 } | 261 } |
OLD | NEW |