| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
| 8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
| 9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 'syncable_prefs/pref_service_syncable_unittest.cc', | 747 'syncable_prefs/pref_service_syncable_unittest.cc', |
| 748 ], | 748 ], |
| 749 'tracing_unittest_sources': [ | 749 'tracing_unittest_sources': [ |
| 750 'tracing/graphics_memory_dump_provider_android_unittest.cc', | 750 'tracing/graphics_memory_dump_provider_android_unittest.cc', |
| 751 'tracing/trace_config_file_unittest.cc', | 751 'tracing/trace_config_file_unittest.cc', |
| 752 ], | 752 ], |
| 753 'translate_unittest_sources': [ | 753 'translate_unittest_sources': [ |
| 754 'translate/core/browser/language_state_unittest.cc', | 754 'translate/core/browser/language_state_unittest.cc', |
| 755 'translate/core/browser/translate_browser_metrics_unittest.cc', | 755 'translate/core/browser/translate_browser_metrics_unittest.cc', |
| 756 'translate/core/browser/translate_language_list_unittest.cc', | 756 'translate/core/browser/translate_language_list_unittest.cc', |
| 757 'translate/core/browser/translate_manager_unittest.cc', |
| 757 'translate/core/browser/translate_prefs_unittest.cc', | 758 'translate/core/browser/translate_prefs_unittest.cc', |
| 758 'translate/core/browser/translate_script_unittest.cc', | 759 'translate/core/browser/translate_script_unittest.cc', |
| 759 'translate/core/common/translate_metrics_unittest.cc', | 760 'translate/core/common/translate_metrics_unittest.cc', |
| 760 'translate/core/common/translate_util_unittest.cc', | 761 'translate/core/common/translate_util_unittest.cc', |
| 761 'translate/core/language_detection/language_detection_util_unittest.cc', | 762 'translate/core/language_detection/language_detection_util_unittest.cc', |
| 762 'translate/ios/browser/js_translate_manager_unittest.mm', | 763 'translate/ios/browser/js_translate_manager_unittest.mm', |
| 763 'translate/ios/browser/language_detection_controller_unittest.mm', | 764 'translate/ios/browser/language_detection_controller_unittest.mm', |
| 764 'translate/ios/browser/translate_controller_unittest.mm', | 765 'translate/ios/browser/translate_controller_unittest.mm', |
| 765 ], | 766 ], |
| 766 'ui_unittest_sources': [ | 767 'ui_unittest_sources': [ |
| (...skipping 1106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1873 'dependencies': [ | 1874 'dependencies': [ |
| 1874 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1875 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1875 ], | 1876 ], |
| 1876 }], | 1877 }], |
| 1877 ], | 1878 ], |
| 1878 }, | 1879 }, |
| 1879 ], | 1880 ], |
| 1880 }], | 1881 }], |
| 1881 ], | 1882 ], |
| 1882 } | 1883 } |
| OLD | NEW |