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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 'base/cocoa/nsgraphics_context_additions_unittest.mm', | 64 'base/cocoa/nsgraphics_context_additions_unittest.mm', |
65 'base/cocoa/tracking_area_unittest.mm', | 65 'base/cocoa/tracking_area_unittest.mm', |
66 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', | 66 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', |
67 'base/models/list_model_unittest.cc', | 67 'base/models/list_model_unittest.cc', |
68 'base/models/list_selection_model_unittest.cc', | 68 'base/models/list_selection_model_unittest.cc', |
69 'base/models/tree_node_model_unittest.cc', | 69 'base/models/tree_node_model_unittest.cc', |
70 'base/test/data/resource.h', | 70 'base/test/data/resource.h', |
71 'base/text/bytes_formatting_unittest.cc', | 71 'base/text/bytes_formatting_unittest.cc', |
72 'base/view_prop_unittest.cc', | 72 'base/view_prop_unittest.cc', |
73 'base/webui/web_ui_util_unittest.cc', | 73 'base/webui/web_ui_util_unittest.cc', |
74 'gfx/animation/tween_unittest.cc', | |
75 'gfx/blit_unittest.cc', | |
76 'gfx/break_list_unittest.cc', | |
77 'gfx/canvas_unittest.cc', | 74 'gfx/canvas_unittest.cc', |
78 'gfx/canvas_unittest_mac.mm', | 75 'gfx/canvas_unittest_mac.mm', |
79 'gfx/codec/jpeg_codec_unittest.cc', | 76 'gfx/codec/jpeg_codec_unittest.cc', |
80 'gfx/color_analysis_unittest.cc', | 77 'gfx/color_analysis_unittest.cc', |
81 'gfx/font_list_unittest.cc', | 78 'gfx/font_list_unittest.cc', |
82 'gfx/platform_font_mac_unittest.mm', | 79 'gfx/platform_font_mac_unittest.mm', |
83 'gfx/render_text_unittest.cc', | 80 'gfx/render_text_unittest.cc', |
84 'gfx/sequential_id_generator_unittest.cc', | |
85 'gfx/transform_util_unittest.cc', | |
86 'gfx/utf16_indexing_unittest.cc', | |
87 ], | 81 ], |
88 'includes': [ | 82 'includes': [ |
89 'display/display_unittests.gypi', | 83 'display/display_unittests.gypi', |
90 'ozone/ozone_unittests.gypi', | 84 'ozone/ozone_unittests.gypi', |
91 ], | 85 ], |
92 'include_dirs': [ | 86 'include_dirs': [ |
93 '../', | 87 '../', |
94 ], | 88 ], |
95 'conditions': [ | 89 'conditions': [ |
96 ['OS!="ios"', { | 90 ['OS!="ios"', { |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 ], | 263 ], |
270 'variables': { | 264 'variables': { |
271 'test_suite_name': 'ui_unittests', | 265 'test_suite_name': 'ui_unittests', |
272 }, | 266 }, |
273 'includes': [ '../build/apk_test.gypi' ], | 267 'includes': [ '../build/apk_test.gypi' ], |
274 }, | 268 }, |
275 ], | 269 ], |
276 }], | 270 }], |
277 ], | 271 ], |
278 } | 272 } |
OLD | NEW |