| 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 854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 865 ], | 865 ], |
| 866 'syncable_prefs_unittest_sources': [ | 866 'syncable_prefs_unittest_sources': [ |
| 867 'syncable_prefs/pref_model_associator_unittest.cc', | 867 'syncable_prefs/pref_model_associator_unittest.cc', |
| 868 'syncable_prefs/pref_service_syncable_unittest.cc', | 868 'syncable_prefs/pref_service_syncable_unittest.cc', |
| 869 ], | 869 ], |
| 870 'tracing_unittest_sources': [ | 870 'tracing_unittest_sources': [ |
| 871 'tracing/browser/trace_config_file_unittest.cc', | 871 'tracing/browser/trace_config_file_unittest.cc', |
| 872 'tracing/common/graphics_memory_dump_provider_android_unittest.cc', | 872 'tracing/common/graphics_memory_dump_provider_android_unittest.cc', |
| 873 'tracing/common/process_metrics_memory_dump_provider_unittest.cc', | 873 'tracing/common/process_metrics_memory_dump_provider_unittest.cc', |
| 874 'tracing/core/proto_utils_unittest.cc', | 874 'tracing/core/proto_utils_unittest.cc', |
| 875 'tracing/core/proto_zero_message_unittest.cc', |
| 875 'tracing/core/trace_ring_buffer_unittest.cc', | 876 'tracing/core/trace_ring_buffer_unittest.cc', |
| 876 'tracing/core/scattered_stream_writer_unittest.cc', | 877 'tracing/core/scattered_stream_writer_unittest.cc', |
| 877 ], | 878 ], |
| 878 'translate_unittest_sources': [ | 879 'translate_unittest_sources': [ |
| 879 'translate/core/browser/language_state_unittest.cc', | 880 'translate/core/browser/language_state_unittest.cc', |
| 880 'translate/core/browser/mock_translate_driver.cc', | 881 'translate/core/browser/mock_translate_driver.cc', |
| 881 'translate/core/browser/translate_browser_metrics_unittest.cc', | 882 'translate/core/browser/translate_browser_metrics_unittest.cc', |
| 882 'translate/core/browser/translate_language_list_unittest.cc', | 883 'translate/core/browser/translate_language_list_unittest.cc', |
| 883 'translate/core/browser/translate_manager_unittest.cc', | 884 'translate/core/browser/translate_manager_unittest.cc', |
| 884 'translate/core/browser/translate_prefs_unittest.cc', | 885 'translate/core/browser/translate_prefs_unittest.cc', |
| (...skipping 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2030 'dependencies': [ | 2031 'dependencies': [ |
| 2031 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2032 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2032 ], | 2033 ], |
| 2033 }], | 2034 }], |
| 2034 ], | 2035 ], |
| 2035 }, | 2036 }, |
| 2036 ], | 2037 ], |
| 2037 }], | 2038 }], |
| 2038 ], | 2039 ], |
| 2039 } | 2040 } |
| OLD | NEW |