| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 'libraries': [ | 134 'libraries': [ |
| 134 '-limm32.lib', | 135 '-limm32.lib', |
| 135 '-loleacc.lib', | 136 '-loleacc.lib', |
| 136 ], | 137 ], |
| 137 }, | 138 }, |
| 138 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 139 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 139 'msvs_disabled_warnings': [ 4267, ], | 140 'msvs_disabled_warnings': [ 4267, ], |
| 140 }], | 141 }], |
| 141 ['OS == "android"', { | 142 ['OS == "android"', { |
| 142 'dependencies': [ | 143 'dependencies': [ |
| 144 '../../cc/cc.gyp:cc', |
| 143 '../../testing/android/native_test.gyp:native_test_native_code', | 145 '../../testing/android/native_test.gyp:native_test_native_code', |
| 144 ], | 146 ], |
| 145 'sources!': [ | 147 'sources!': [ |
| 146 'touch/selection_bound_unittest.cc', | 148 'touch/selection_bound_unittest.cc', |
| 147 'user_activity/user_activity_detector_unittest.cc', | 149 'user_activity/user_activity_detector_unittest.cc', |
| 148 ], | 150 ], |
| 149 }], | 151 }], |
| 150 ['use_pango == 1', { | 152 ['use_pango == 1', { |
| 151 'dependencies': [ | 153 'dependencies': [ |
| 152 '../../build/linux/system.gyp:pangocairo', | 154 '../../build/linux/system.gyp:pangocairo', |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 'dependencies': [ | 296 'dependencies': [ |
| 295 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 297 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 296 ], | 298 ], |
| 297 }], | 299 }], |
| 298 ], | 300 ], |
| 299 }, | 301 }, |
| 300 ], | 302 ], |
| 301 }], | 303 }], |
| 302 ], | 304 ], |
| 303 } | 305 } |
| OLD | NEW |