| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 23 matching lines...) Expand all Loading... |
| 34 'dom_distiller/core/dom_distiller_test_util.cc', | 34 'dom_distiller/core/dom_distiller_test_util.cc', |
| 35 'dom_distiller/core/dom_distiller_test_util.h', | 35 'dom_distiller/core/dom_distiller_test_util.h', |
| 36 'dom_distiller/core/fake_db.cc', | 36 'dom_distiller/core/fake_db.cc', |
| 37 'dom_distiller/core/fake_db.h', | 37 'dom_distiller/core/fake_db.h', |
| 38 'dom_distiller/core/fake_distiller.cc', | 38 'dom_distiller/core/fake_distiller.cc', |
| 39 'dom_distiller/core/fake_distiller.h', | 39 'dom_distiller/core/fake_distiller.h', |
| 40 'dom_distiller/core/task_tracker_unittest.cc', | 40 'dom_distiller/core/task_tracker_unittest.cc', |
| 41 'json_schema/json_schema_validator_unittest.cc', | 41 'json_schema/json_schema_validator_unittest.cc', |
| 42 'json_schema/json_schema_validator_unittest_base.cc', | 42 'json_schema/json_schema_validator_unittest_base.cc', |
| 43 'json_schema/json_schema_validator_unittest_base.h', | 43 'json_schema/json_schema_validator_unittest_base.h', |
| 44 'language_usage_metrics/language_usage_metrics_unittest.cc', |
| 44 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', | 45 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', |
| 45 'precache/content/precache_manager_unittest.cc', | 46 'precache/content/precache_manager_unittest.cc', |
| 46 'precache/core/precache_database_unittest.cc', | 47 'precache/core/precache_database_unittest.cc', |
| 47 'precache/core/precache_fetcher_unittest.cc', | 48 'precache/core/precache_fetcher_unittest.cc', |
| 48 'precache/core/precache_url_table_unittest.cc', | 49 'precache/core/precache_url_table_unittest.cc', |
| 49 'sessions/serialized_navigation_entry_unittest.cc', | 50 'sessions/serialized_navigation_entry_unittest.cc', |
| 50 'signin/core/webdata/token_service_table_unittest.cc', | 51 'signin/core/webdata/token_service_table_unittest.cc', |
| 51 'test/run_all_unittests.cc', | 52 'test/run_all_unittests.cc', |
| 53 'translate/core/browser/translate_browser_metrics_unittest.cc', |
| 52 'translate/core/common/translate_metrics_unittest.cc', | 54 'translate/core/common/translate_metrics_unittest.cc', |
| 53 'translate/core/common/translate_util_unittest.cc', | 55 'translate/core/common/translate_util_unittest.cc', |
| 54 'translate/language_detection/language_detection_util_unittest.cc', | 56 'translate/language_detection/language_detection_util_unittest.cc', |
| 55 'url_matcher/regex_set_matcher_unittest.cc', | 57 'url_matcher/regex_set_matcher_unittest.cc', |
| 56 'url_matcher/string_pattern_unittest.cc', | 58 'url_matcher/string_pattern_unittest.cc', |
| 57 'url_matcher/substring_set_matcher_unittest.cc', | 59 'url_matcher/substring_set_matcher_unittest.cc', |
| 58 'url_matcher/url_matcher_factory_unittest.cc', | 60 'url_matcher/url_matcher_factory_unittest.cc', |
| 59 'url_matcher/url_matcher_unittest.cc', | 61 'url_matcher/url_matcher_unittest.cc', |
| 60 # TODO(asvitkine): These should be tested on iOS too. | 62 # TODO(asvitkine): These should be tested on iOS too. |
| 61 'variations/entropy_provider_unittest.cc', | 63 'variations/entropy_provider_unittest.cc', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 # Dependencies of dom_distiller | 97 # Dependencies of dom_distiller |
| 96 'components.gyp:distilled_page_proto', | 98 'components.gyp:distilled_page_proto', |
| 97 'components.gyp:dom_distiller_core', | 99 'components.gyp:dom_distiller_core', |
| 98 | 100 |
| 99 # Dependencies of encryptor | 101 # Dependencies of encryptor |
| 100 'components.gyp:encryptor', | 102 'components.gyp:encryptor', |
| 101 | 103 |
| 102 # Dependencies of json_schema | 104 # Dependencies of json_schema |
| 103 'components.gyp:json_schema', | 105 'components.gyp:json_schema', |
| 104 | 106 |
| 107 # Dependencies of language_usage_metrics |
| 108 'components.gyp:language_usage_metrics', |
| 109 |
| 105 # Dependencies of precache/core | 110 # Dependencies of precache/core |
| 106 'components.gyp:precache_core', | 111 'components.gyp:precache_core', |
| 107 | 112 |
| 108 # Dependencies of signin | 113 # Dependencies of signin |
| 109 'components.gyp:signin_core', | 114 'components.gyp:signin_core', |
| 110 | 115 |
| 111 # Dependencies of translate. | 116 # Dependencies of translate. |
| 117 'components.gyp:translate_core_browser', |
| 112 'components.gyp:translate_core_common', | 118 'components.gyp:translate_core_common', |
| 113 'components.gyp:translate_language_detection', | 119 'components.gyp:translate_language_detection', |
| 114 | 120 |
| 115 # Dependencies of variations | 121 # Dependencies of variations |
| 116 'components.gyp:variations', | 122 'components.gyp:variations', |
| 117 ], | 123 ], |
| 118 'conditions': [ | 124 'conditions': [ |
| 119 ['OS != "ios"', { | 125 ['OS != "ios"', { |
| 120 'dependencies': [ | 126 'dependencies': [ |
| 121 # Dependencies of browser_context_keyed_service | 127 # Dependencies of browser_context_keyed_service |
| (...skipping 28 matching lines...) Expand all Loading... |
| 150 'sources/': [ | 156 'sources/': [ |
| 151 ['exclude', '\\.cc$'], | 157 ['exclude', '\\.cc$'], |
| 152 ['include', '^test/run_all_unittests\\.cc$'], | 158 ['include', '^test/run_all_unittests\\.cc$'], |
| 153 # TODO(ios): Include files here as they are made to work, see | 159 # TODO(ios): Include files here as they are made to work, see |
| 154 # http://crbug.com/303011. | 160 # http://crbug.com/303011. |
| 155 # TODO(asvitkine): Bring up variations/ unittests on iOS. | 161 # TODO(asvitkine): Bring up variations/ unittests on iOS. |
| 156 # TODO(blundell): Bring up json_schema/ unittests on iOS. | 162 # TODO(blundell): Bring up json_schema/ unittests on iOS. |
| 157 ['include', '^auto_login_parser/'], | 163 ['include', '^auto_login_parser/'], |
| 158 ['include', '^autofill/'], | 164 ['include', '^autofill/'], |
| 159 ['include', '^dom_distiller/'], | 165 ['include', '^dom_distiller/'], |
| 166 ['include', '^language_usage_metrics/'], |
| 160 ['include', '^precache/core/'], | 167 ['include', '^precache/core/'], |
| 161 ['include', '^signin/'], | 168 ['include', '^signin/'], |
| 162 ['include', '^translate/'], | 169 ['include', '^translate/'], |
| 163 ], | 170 ], |
| 164 }], | 171 }], |
| 165 ['disable_nacl==0', { | 172 ['disable_nacl==0', { |
| 166 'sources': [ | 173 'sources': [ |
| 167 'nacl/browser/nacl_file_host_unittest.cc', | 174 'nacl/browser/nacl_file_host_unittest.cc', |
| 168 'nacl/browser/nacl_process_host_unittest.cc', | 175 'nacl/browser/nacl_process_host_unittest.cc', |
| 169 'nacl/browser/nacl_validation_cache_unittest.cc', | 176 'nacl/browser/nacl_validation_cache_unittest.cc', |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 'dependencies': [ | 398 'dependencies': [ |
| 392 '../base/allocator/allocator.gyp:allocator', | 399 '../base/allocator/allocator.gyp:allocator', |
| 393 ], | 400 ], |
| 394 }], | 401 }], |
| 395 ], | 402 ], |
| 396 }, | 403 }, |
| 397 ], | 404 ], |
| 398 }], | 405 }], |
| 399 ], | 406 ], |
| 400 } | 407 } |
| OLD | NEW |