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 694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
705 'sync_sessions/revisit/typed_url_page_revisit_task_unittest.cc', | 705 'sync_sessions/revisit/typed_url_page_revisit_task_unittest.cc', |
706 'sync_sessions/session_data_type_controller_unittest.cc', | 706 'sync_sessions/session_data_type_controller_unittest.cc', |
707 'sync_sessions/synced_session_tracker_unittest.cc', | 707 'sync_sessions/synced_session_tracker_unittest.cc', |
708 ], | 708 ], |
709 'syncable_prefs_unittest_sources': [ | 709 'syncable_prefs_unittest_sources': [ |
710 'syncable_prefs/pref_model_associator_unittest.cc', | 710 'syncable_prefs/pref_model_associator_unittest.cc', |
711 'syncable_prefs/pref_service_syncable_unittest.cc', | 711 'syncable_prefs/pref_service_syncable_unittest.cc', |
712 ], | 712 ], |
713 'tracing_unittest_sources': [ | 713 'tracing_unittest_sources': [ |
714 'tracing/graphics_memory_dump_provider_android_unittest.cc', | 714 'tracing/graphics_memory_dump_provider_android_unittest.cc', |
| 715 'tracing/process_metrics_memory_dump_provider_unittest.cc', |
715 'tracing/trace_config_file_unittest.cc', | 716 'tracing/trace_config_file_unittest.cc', |
716 ], | 717 ], |
717 'translate_unittest_sources': [ | 718 'translate_unittest_sources': [ |
718 'translate/core/browser/language_state_unittest.cc', | 719 'translate/core/browser/language_state_unittest.cc', |
719 'translate/core/browser/translate_browser_metrics_unittest.cc', | 720 'translate/core/browser/translate_browser_metrics_unittest.cc', |
720 'translate/core/browser/translate_language_list_unittest.cc', | 721 'translate/core/browser/translate_language_list_unittest.cc', |
721 'translate/core/browser/translate_prefs_unittest.cc', | 722 'translate/core/browser/translate_prefs_unittest.cc', |
722 'translate/core/browser/translate_script_unittest.cc', | 723 'translate/core/browser/translate_script_unittest.cc', |
723 'translate/core/common/translate_metrics_unittest.cc', | 724 'translate/core/common/translate_metrics_unittest.cc', |
724 'translate/core/common/translate_util_unittest.cc', | 725 'translate/core/common/translate_util_unittest.cc', |
(...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1820 'dependencies': [ | 1821 'dependencies': [ |
1821 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1822 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1822 ], | 1823 ], |
1823 }], | 1824 }], |
1824 ], | 1825 ], |
1825 }, | 1826 }, |
1826 ], | 1827 ], |
1827 }], | 1828 }], |
1828 ], | 1829 ], |
1829 } | 1830 } |
OLD | NEW |