| 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 'gcm_driver/gcm_client_impl_unittest.cc', | 143 'gcm_driver/gcm_client_impl_unittest.cc', |
| 144 'gcm_driver/gcm_delayed_task_controller_unittest.cc', | 144 'gcm_driver/gcm_delayed_task_controller_unittest.cc', |
| 145 'gcm_driver/gcm_driver_desktop_unittest.cc', | 145 'gcm_driver/gcm_driver_desktop_unittest.cc', |
| 146 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 146 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
| 147 'google/core/browser/google_url_tracker_unittest.cc', | 147 'google/core/browser/google_url_tracker_unittest.cc', |
| 148 'google/core/browser/google_util_unittest.cc', | 148 'google/core/browser/google_util_unittest.cc', |
| 149 'history/core/browser/android/android_history_types_unittest.cc', | 149 'history/core/browser/android/android_history_types_unittest.cc', |
| 150 'history/core/browser/history_types_unittest.cc', | 150 'history/core/browser/history_types_unittest.cc', |
| 151 'history/core/browser/in_memory_url_index_types_unittest.cc', | 151 'history/core/browser/in_memory_url_index_types_unittest.cc', |
| 152 'history/core/browser/top_sites_cache_unittest.cc', | 152 'history/core/browser/top_sites_cache_unittest.cc', |
| 153 'history/core/browser/top_sites_database_unittest.cc', |
| 153 'history/core/browser/url_database_unittest.cc', | 154 'history/core/browser/url_database_unittest.cc', |
| 154 'history/core/browser/url_utils_unittest.cc', | 155 'history/core/browser/url_utils_unittest.cc', |
| 155 'history/core/browser/visit_database_unittest.cc', | 156 'history/core/browser/visit_database_unittest.cc', |
| 156 'history/core/browser/visit_filter_unittest.cc', | 157 'history/core/browser/visit_filter_unittest.cc', |
| 157 'history/core/browser/visit_tracker_unittest.cc', | 158 'history/core/browser/visit_tracker_unittest.cc', |
| 158 'history/core/common/thumbnail_score_unittest.cc', | 159 'history/core/common/thumbnail_score_unittest.cc', |
| 159 'invalidation/invalidation_logger_unittest.cc', | 160 'invalidation/invalidation_logger_unittest.cc', |
| 160 'json_schema/json_schema_validator_unittest.cc', | 161 'json_schema/json_schema_validator_unittest.cc', |
| 161 'json_schema/json_schema_validator_unittest_base.cc', | 162 'json_schema/json_schema_validator_unittest_base.cc', |
| 162 'json_schema/json_schema_validator_unittest_base.h', | 163 'json_schema/json_schema_validator_unittest_base.h', |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 # Dependencies of gcm | 395 # Dependencies of gcm |
| 395 'components.gyp:gcm_driver', | 396 'components.gyp:gcm_driver', |
| 396 'components.gyp:gcm_driver_test_support', | 397 'components.gyp:gcm_driver_test_support', |
| 397 | 398 |
| 398 # Dependencies of google | 399 # Dependencies of google |
| 399 'components.gyp:google_core_browser', | 400 'components.gyp:google_core_browser', |
| 400 | 401 |
| 401 # Dependencies of history | 402 # Dependencies of history |
| 402 'components.gyp:history_core_browser', | 403 'components.gyp:history_core_browser', |
| 403 'components.gyp:history_core_common', | 404 'components.gyp:history_core_common', |
| 405 'components.gyp:history_core_test_support', |
| 404 | 406 |
| 405 # Dependencies of invalidation | 407 # Dependencies of invalidation |
| 406 'components.gyp:invalidation', | 408 'components.gyp:invalidation', |
| 407 'components.gyp:invalidation_test_support', | 409 'components.gyp:invalidation_test_support', |
| 408 '../jingle/jingle.gyp:notifier_test_util', | 410 '../jingle/jingle.gyp:notifier_test_util', |
| 409 '../third_party/libjingle/libjingle.gyp:libjingle', | 411 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 410 | 412 |
| 411 # Dependencies of json_schema | 413 # Dependencies of json_schema |
| 412 'components.gyp:json_schema', | 414 'components.gyp:json_schema', |
| 413 | 415 |
| (...skipping 747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1161 '../build/isolate.gypi', | 1163 '../build/isolate.gypi', |
| 1162 ], | 1164 ], |
| 1163 'sources': [ | 1165 'sources': [ |
| 1164 'components_unittests.isolate', | 1166 'components_unittests.isolate', |
| 1165 ], | 1167 ], |
| 1166 }, | 1168 }, |
| 1167 ], | 1169 ], |
| 1168 }], | 1170 }], |
| 1169 ], | 1171 ], |
| 1170 } | 1172 } |
| OLD | NEW |