| 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 703 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 714 'sync_sessions/session_data_type_controller_unittest.cc', | 714 'sync_sessions/session_data_type_controller_unittest.cc', |
| 715 'sync_sessions/synced_session_tracker_unittest.cc', | 715 'sync_sessions/synced_session_tracker_unittest.cc', |
| 716 'sync_sessions/tab_node_pool_unittest.cc', | 716 'sync_sessions/tab_node_pool_unittest.cc', |
| 717 ], | 717 ], |
| 718 'syncable_prefs_unittest_sources': [ | 718 'syncable_prefs_unittest_sources': [ |
| 719 'syncable_prefs/pref_model_associator_unittest.cc', | 719 'syncable_prefs/pref_model_associator_unittest.cc', |
| 720 'syncable_prefs/pref_service_syncable_unittest.cc', | 720 'syncable_prefs/pref_service_syncable_unittest.cc', |
| 721 ], | 721 ], |
| 722 'tracing_unittest_sources': [ | 722 'tracing_unittest_sources': [ |
| 723 'tracing/graphics_memory_dump_provider_android_unittest.cc', | 723 'tracing/graphics_memory_dump_provider_android_unittest.cc', |
| 724 'tracing/process_metrics_memory_dump_provider_unittest.cc', |
| 724 'tracing/trace_config_file_unittest.cc', | 725 'tracing/trace_config_file_unittest.cc', |
| 725 ], | 726 ], |
| 726 'translate_unittest_sources': [ | 727 'translate_unittest_sources': [ |
| 727 'translate/core/browser/language_state_unittest.cc', | 728 'translate/core/browser/language_state_unittest.cc', |
| 728 'translate/core/browser/translate_browser_metrics_unittest.cc', | 729 'translate/core/browser/translate_browser_metrics_unittest.cc', |
| 729 'translate/core/browser/translate_language_list_unittest.cc', | 730 'translate/core/browser/translate_language_list_unittest.cc', |
| 730 'translate/core/browser/translate_prefs_unittest.cc', | 731 'translate/core/browser/translate_prefs_unittest.cc', |
| 731 'translate/core/browser/translate_script_unittest.cc', | 732 'translate/core/browser/translate_script_unittest.cc', |
| 732 'translate/core/common/translate_metrics_unittest.cc', | 733 'translate/core/common/translate_metrics_unittest.cc', |
| 733 'translate/core/common/translate_util_unittest.cc', | 734 'translate/core/common/translate_util_unittest.cc', |
| (...skipping 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1841 'dependencies': [ | 1842 'dependencies': [ |
| 1842 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1843 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1843 ], | 1844 ], |
| 1844 }], | 1845 }], |
| 1845 ], | 1846 ], |
| 1846 }, | 1847 }, |
| 1847 ], | 1848 ], |
| 1848 }], | 1849 }], |
| 1849 ], | 1850 ], |
| 1850 } | 1851 } |
| OLD | NEW |