| 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 'language_usage_metrics_unittest_sources': [ | 334 'language_usage_metrics_unittest_sources': [ |
| 335 'language_usage_metrics/language_usage_metrics_unittest.cc', | 335 'language_usage_metrics/language_usage_metrics_unittest.cc', |
| 336 ], | 336 ], |
| 337 'leveldb_proto_unittest_sources': [ | 337 'leveldb_proto_unittest_sources': [ |
| 338 'leveldb_proto/proto_database_impl_unittest.cc', | 338 'leveldb_proto/proto_database_impl_unittest.cc', |
| 339 ], | 339 ], |
| 340 'login_unittest_sources': [ | 340 'login_unittest_sources': [ |
| 341 'login/screens/screen_context_unittest.cc', | 341 'login/screens/screen_context_unittest.cc', |
| 342 ], | 342 ], |
| 343 'memory_pressure_unittest_sources': [ | 343 'memory_pressure_unittest_sources': [ |
| 344 'memory_pressure/direct_memory_pressure_calculator_linux_unittest.cc', |
| 344 'memory_pressure/direct_memory_pressure_calculator_win_unittest.cc', | 345 'memory_pressure/direct_memory_pressure_calculator_win_unittest.cc', |
| 345 'memory_pressure/filtered_memory_pressure_calculator_unittest.cc', | 346 'memory_pressure/filtered_memory_pressure_calculator_unittest.cc', |
| 346 'memory_pressure/memory_pressure_stats_collector_unittest.cc', | 347 'memory_pressure/memory_pressure_stats_collector_unittest.cc', |
| 347 'memory_pressure/test_memory_pressure_calculator.cc', | 348 'memory_pressure/test_memory_pressure_calculator.cc', |
| 348 'memory_pressure/test_memory_pressure_calculator.h', | 349 'memory_pressure/test_memory_pressure_calculator.h', |
| 349 ], | 350 ], |
| 350 'metrics_unittest_sources': [ | 351 'metrics_unittest_sources': [ |
| 351 'metrics/call_stack_profile_metrics_provider_unittest.cc', | 352 'metrics/call_stack_profile_metrics_provider_unittest.cc', |
| 352 'metrics/cloned_install_detector_unittest.cc', | 353 'metrics/cloned_install_detector_unittest.cc', |
| 353 'metrics/daily_event_unittest.cc', | 354 'metrics/daily_event_unittest.cc', |
| (...skipping 1533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1887 'dependencies': [ | 1888 'dependencies': [ |
| 1888 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1889 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1889 ], | 1890 ], |
| 1890 }], | 1891 }], |
| 1891 ], | 1892 ], |
| 1892 }, | 1893 }, |
| 1893 ], | 1894 ], |
| 1894 }], | 1895 }], |
| 1895 ], | 1896 ], |
| 1896 } | 1897 } |
| OLD | NEW |