| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'ime/composition_text_util_pango_unittest.cc', | 75 'ime/composition_text_util_pango_unittest.cc', |
| 76 'ime/input_method_base_unittest.cc', | 76 'ime/input_method_base_unittest.cc', |
| 77 'ime/input_method_chromeos_unittest.cc', | 77 'ime/input_method_chromeos_unittest.cc', |
| 78 'ime/remote_input_method_win_unittest.cc', | 78 'ime/remote_input_method_win_unittest.cc', |
| 79 'ime/win/imm32_manager_unittest.cc', | 79 'ime/win/imm32_manager_unittest.cc', |
| 80 'ime/win/tsf_input_scope_unittest.cc', | 80 'ime/win/tsf_input_scope_unittest.cc', |
| 81 'models/list_model_unittest.cc', | 81 'models/list_model_unittest.cc', |
| 82 'models/list_selection_model_unittest.cc', | 82 'models/list_selection_model_unittest.cc', |
| 83 'models/tree_node_model_unittest.cc', | 83 'models/tree_node_model_unittest.cc', |
| 84 'resource/material_design/material_design_controller_unittest.cc', | 84 'resource/material_design/material_design_controller_unittest.cc', |
| 85 'template_expressions_unittest.cc', |
| 85 'test/data/resource.h', | 86 'test/data/resource.h', |
| 86 'test/test_clipboard_unittest.cc', | 87 'test/test_clipboard_unittest.cc', |
| 87 'test/scoped_fake_nswindow_fullscreen_unittest.mm', | 88 'test/scoped_fake_nswindow_fullscreen_unittest.mm', |
| 88 'text/bytes_formatting_unittest.cc', | 89 'text/bytes_formatting_unittest.cc', |
| 89 'touch/selection_bound_unittest.cc', | 90 'touch/selection_bound_unittest.cc', |
| 90 'user_activity/user_activity_detector_unittest.cc', | 91 'user_activity/user_activity_detector_unittest.cc', |
| 91 'view_prop_unittest.cc', | 92 'view_prop_unittest.cc', |
| 92 'webui/web_ui_util_unittest.cc', | 93 'webui/web_ui_util_unittest.cc', |
| 93 'x/selection_requestor_unittest.cc', | 94 'x/selection_requestor_unittest.cc', |
| 94 ], | 95 ], |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 'dependencies': [ | 309 'dependencies': [ |
| 309 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 310 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 310 ], | 311 ], |
| 311 }], | 312 }], |
| 312 ], | 313 ], |
| 313 }, | 314 }, |
| 314 ], | 315 ], |
| 315 }], | 316 }], |
| 316 ], | 317 ], |
| 317 } | 318 } |
| OLD | NEW |