| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 'cocoa/fullscreen_window_manager_unittest.mm', | 62 'cocoa/fullscreen_window_manager_unittest.mm', |
| 63 'cocoa/hover_image_button_unittest.mm', | 63 'cocoa/hover_image_button_unittest.mm', |
| 64 'cocoa/menu_controller_unittest.mm', | 64 'cocoa/menu_controller_unittest.mm', |
| 65 'cocoa/nsgraphics_context_additions_unittest.mm', | 65 'cocoa/nsgraphics_context_additions_unittest.mm', |
| 66 'cocoa/nsview_additions_unittest.mm', | 66 'cocoa/nsview_additions_unittest.mm', |
| 67 'cocoa/three_part_image_unittest.mm', | 67 'cocoa/three_part_image_unittest.mm', |
| 68 'cocoa/tracking_area_unittest.mm', | 68 'cocoa/tracking_area_unittest.mm', |
| 69 'dragdrop/os_exchange_data_provider_aurax11_unittest.cc', | 69 'dragdrop/os_exchange_data_provider_aurax11_unittest.cc', |
| 70 'ime/candidate_window_unittest.cc', | 70 'ime/candidate_window_unittest.cc', |
| 71 'ime/chromeos/character_composer_unittest.cc', | 71 'ime/chromeos/character_composer_unittest.cc', |
| 72 'ime/chromeos/composition_text_chromeos_unittest.cc', |
| 72 'ime/composition_text_util_pango_unittest.cc', | 73 'ime/composition_text_util_pango_unittest.cc', |
| 73 'ime/input_method_base_unittest.cc', | 74 'ime/input_method_base_unittest.cc', |
| 74 'ime/input_method_chromeos_unittest.cc', | 75 'ime/input_method_chromeos_unittest.cc', |
| 75 'ime/remote_input_method_win_unittest.cc', | 76 'ime/remote_input_method_win_unittest.cc', |
| 76 'ime/win/imm32_manager_unittest.cc', | 77 'ime/win/imm32_manager_unittest.cc', |
| 77 'ime/win/tsf_input_scope_unittest.cc', | 78 'ime/win/tsf_input_scope_unittest.cc', |
| 78 'models/list_model_unittest.cc', | 79 'models/list_model_unittest.cc', |
| 79 'models/list_selection_model_unittest.cc', | 80 'models/list_selection_model_unittest.cc', |
| 80 'models/tree_node_model_unittest.cc', | 81 'models/tree_node_model_unittest.cc', |
| 81 'test/data/resource.h', | 82 'test/data/resource.h', |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 'dependencies': [ | 303 'dependencies': [ |
| 303 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 304 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 304 ], | 305 ], |
| 305 }], | 306 }], |
| 306 ], | 307 ], |
| 307 }, | 308 }, |
| 308 ], | 309 ], |
| 309 }], | 310 }], |
| 310 ], | 311 ], |
| 311 } | 312 } |
| OLD | NEW |