| 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 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 742 'sync_sessions/session_data_type_controller_unittest.cc', | 742 'sync_sessions/session_data_type_controller_unittest.cc', |
| 743 'sync_sessions/synced_session_tracker_unittest.cc', | 743 'sync_sessions/synced_session_tracker_unittest.cc', |
| 744 'sync_sessions/tab_node_pool_unittest.cc', | 744 'sync_sessions/tab_node_pool_unittest.cc', |
| 745 ], | 745 ], |
| 746 'syncable_prefs_unittest_sources': [ | 746 'syncable_prefs_unittest_sources': [ |
| 747 'syncable_prefs/pref_model_associator_unittest.cc', | 747 'syncable_prefs/pref_model_associator_unittest.cc', |
| 748 'syncable_prefs/pref_service_syncable_unittest.cc', | 748 'syncable_prefs/pref_service_syncable_unittest.cc', |
| 749 ], | 749 ], |
| 750 'tracing_unittest_sources': [ | 750 'tracing_unittest_sources': [ |
| 751 'tracing/graphics_memory_dump_provider_android_unittest.cc', | 751 'tracing/graphics_memory_dump_provider_android_unittest.cc', |
| 752 'tracing/process_metrics_memory_dump_provider_unittest.cc', |
| 752 'tracing/trace_config_file_unittest.cc', | 753 'tracing/trace_config_file_unittest.cc', |
| 753 ], | 754 ], |
| 754 'translate_unittest_sources': [ | 755 'translate_unittest_sources': [ |
| 755 'translate/core/browser/language_state_unittest.cc', | 756 'translate/core/browser/language_state_unittest.cc', |
| 756 'translate/core/browser/translate_browser_metrics_unittest.cc', | 757 'translate/core/browser/translate_browser_metrics_unittest.cc', |
| 757 'translate/core/browser/translate_language_list_unittest.cc', | 758 'translate/core/browser/translate_language_list_unittest.cc', |
| 758 'translate/core/browser/translate_manager_unittest.cc', | 759 'translate/core/browser/translate_manager_unittest.cc', |
| 759 'translate/core/browser/translate_prefs_unittest.cc', | 760 'translate/core/browser/translate_prefs_unittest.cc', |
| 760 'translate/core/browser/translate_script_unittest.cc', | 761 'translate/core/browser/translate_script_unittest.cc', |
| 761 'translate/core/common/translate_metrics_unittest.cc', | 762 'translate/core/common/translate_metrics_unittest.cc', |
| (...skipping 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1877 'dependencies': [ | 1878 'dependencies': [ |
| 1878 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1879 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1879 ], | 1880 ], |
| 1880 }], | 1881 }], |
| 1881 ], | 1882 ], |
| 1882 }, | 1883 }, |
| 1883 ], | 1884 ], |
| 1884 }], | 1885 }], |
| 1885 ], | 1886 ], |
| 1886 } | 1887 } |
| OLD | NEW |