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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 'cocoa/controls/hyperlink_button_cell_unittest.mm', | 57 'cocoa/controls/hyperlink_button_cell_unittest.mm', |
58 'cocoa/controls/hyperlink_text_view_unittest.mm', | 58 'cocoa/controls/hyperlink_text_view_unittest.mm', |
59 'cocoa/focus_tracker_unittest.mm', | 59 'cocoa/focus_tracker_unittest.mm', |
60 'cocoa/fullscreen_window_manager_unittest.mm', | 60 'cocoa/fullscreen_window_manager_unittest.mm', |
61 'cocoa/hover_image_button_unittest.mm', | 61 'cocoa/hover_image_button_unittest.mm', |
62 'cocoa/menu_controller_unittest.mm', | 62 'cocoa/menu_controller_unittest.mm', |
63 'cocoa/nsgraphics_context_additions_unittest.mm', | 63 'cocoa/nsgraphics_context_additions_unittest.mm', |
64 'cocoa/nsview_additions_unittest.mm', | 64 'cocoa/nsview_additions_unittest.mm', |
65 'cocoa/tracking_area_unittest.mm', | 65 'cocoa/tracking_area_unittest.mm', |
66 'dragdrop/os_exchange_data_provider_aurax11_unittest.cc', | 66 'dragdrop/os_exchange_data_provider_aurax11_unittest.cc', |
| 67 'ime/android/cursor_anchor_info_controller_unittest.cc', |
67 'ime/candidate_window_unittest.cc', | 68 'ime/candidate_window_unittest.cc', |
68 'ime/chromeos/character_composer_unittest.cc', | 69 'ime/chromeos/character_composer_unittest.cc', |
69 'ime/composition_text_util_pango_unittest.cc', | 70 'ime/composition_text_util_pango_unittest.cc', |
70 'ime/input_method_base_unittest.cc', | 71 'ime/input_method_base_unittest.cc', |
71 'ime/input_method_chromeos_unittest.cc', | 72 'ime/input_method_chromeos_unittest.cc', |
72 'ime/remote_input_method_win_unittest.cc', | 73 'ime/remote_input_method_win_unittest.cc', |
73 'ime/win/imm32_manager_unittest.cc', | 74 'ime/win/imm32_manager_unittest.cc', |
74 'ime/win/tsf_input_scope_unittest.cc', | 75 'ime/win/tsf_input_scope_unittest.cc', |
75 'models/list_model_unittest.cc', | 76 'models/list_model_unittest.cc', |
76 'models/list_selection_model_unittest.cc', | 77 'models/list_selection_model_unittest.cc', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 'libraries': [ | 133 'libraries': [ |
133 '-limm32.lib', | 134 '-limm32.lib', |
134 '-loleacc.lib', | 135 '-loleacc.lib', |
135 ], | 136 ], |
136 }, | 137 }, |
137 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 138 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
138 'msvs_disabled_warnings': [ 4267, ], | 139 'msvs_disabled_warnings': [ 4267, ], |
139 }], | 140 }], |
140 ['OS == "android"', { | 141 ['OS == "android"', { |
141 'dependencies': [ | 142 'dependencies': [ |
| 143 '../../cc/cc.gyp:cc', |
142 '../../testing/android/native_test.gyp:native_test_native_code', | 144 '../../testing/android/native_test.gyp:native_test_native_code', |
143 ], | 145 ], |
144 'sources!': [ | 146 'sources!': [ |
145 'touch/selection_bound_unittest.cc', | 147 'touch/selection_bound_unittest.cc', |
146 ], | 148 ], |
147 }], | 149 }], |
148 ['use_pango == 1', { | 150 ['use_pango == 1', { |
149 'dependencies': [ | 151 'dependencies': [ |
150 '../../build/linux/system.gyp:pangocairo', | 152 '../../build/linux/system.gyp:pangocairo', |
151 ], | 153 ], |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 'dependencies': [ | 294 'dependencies': [ |
293 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 295 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
294 ], | 296 ], |
295 }], | 297 }], |
296 ], | 298 ], |
297 }, | 299 }, |
298 ], | 300 ], |
299 }], | 301 }], |
300 ], | 302 ], |
301 } | 303 } |
OLD | NEW |