| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 'dom_distiller/core/dom_distiller_store_unittest.cc', | 62 'dom_distiller/core/dom_distiller_store_unittest.cc', |
| 63 'dom_distiller/core/task_tracker_unittest.cc', | 63 'dom_distiller/core/task_tracker_unittest.cc', |
| 64 'dom_distiller/core/url_utils_unittest.cc', | 64 'dom_distiller/core/url_utils_unittest.cc', |
| 65 'json_schema/json_schema_validator_unittest.cc', | 65 'json_schema/json_schema_validator_unittest.cc', |
| 66 'json_schema/json_schema_validator_unittest_base.cc', | 66 'json_schema/json_schema_validator_unittest_base.cc', |
| 67 'json_schema/json_schema_validator_unittest_base.h', | 67 'json_schema/json_schema_validator_unittest_base.h', |
| 68 'language_usage_metrics/language_usage_metrics_unittest.cc', | 68 'language_usage_metrics/language_usage_metrics_unittest.cc', |
| 69 'metrics/metrics_hashes_unittest.cc', | 69 'metrics/metrics_hashes_unittest.cc', |
| 70 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', | 70 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', |
| 71 'password_manager/core/browser/login_database_unittest.cc', | 71 'password_manager/core/browser/login_database_unittest.cc', |
| 72 'password_manager/core/browser/psl_matching_helper_unittest.cc', | 72 'password_manager/core/browser/password_form_manager_unittest.cc', |
| 73 'password_manager/core/browser/password_generation_manager_unittest.
cc', | 73 'password_manager/core/browser/password_generation_manager_unittest.
cc', |
| 74 'password_manager/core/browser/password_manager_unittest.cc', |
| 74 'password_manager/core/browser/password_store_default_unittest.cc', | 75 'password_manager/core/browser/password_store_default_unittest.cc', |
| 75 'password_manager/core/browser/password_store_unittest.cc', | 76 'password_manager/core/browser/password_store_unittest.cc', |
| 76 'password_manager/core/browser/password_syncable_service_unittest.cc
', | 77 'password_manager/core/browser/password_syncable_service_unittest.cc
', |
| 78 'password_manager/core/browser/psl_matching_helper_unittest.cc', |
| 77 'precache/content/precache_manager_unittest.cc', | 79 'precache/content/precache_manager_unittest.cc', |
| 78 'precache/core/precache_database_unittest.cc', | 80 'precache/core/precache_database_unittest.cc', |
| 79 'precache/core/precache_fetcher_unittest.cc', | 81 'precache/core/precache_fetcher_unittest.cc', |
| 80 'precache/core/precache_url_table_unittest.cc', | 82 'precache/core/precache_url_table_unittest.cc', |
| 81 'rappor/bloom_filter_unittest.cc', | 83 'rappor/bloom_filter_unittest.cc', |
| 82 'rappor/byte_vector_utils_unittest.cc', | 84 'rappor/byte_vector_utils_unittest.cc', |
| 83 'rappor/log_uploader_unittest.cc', | 85 'rappor/log_uploader_unittest.cc', |
| 84 'rappor/rappor_metric_unittest.cc', | 86 'rappor/rappor_metric_unittest.cc', |
| 85 'rappor/rappor_service_unittest.cc', | 87 'rappor/rappor_service_unittest.cc', |
| 86 'sessions/serialized_navigation_entry_unittest.cc', | 88 'sessions/serialized_navigation_entry_unittest.cc', |
| (...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 559 'dependencies': [ | 561 'dependencies': [ |
| 560 '../base/allocator/allocator.gyp:allocator', | 562 '../base/allocator/allocator.gyp:allocator', |
| 561 ], | 563 ], |
| 562 }], | 564 }], |
| 563 ], | 565 ], |
| 564 }, | 566 }, |
| 565 ], | 567 ], |
| 566 }], | 568 }], |
| 567 ], | 569 ], |
| 568 } | 570 } |
| OLD | NEW |