| 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 14 matching lines...) Expand all  Loading... | 
| 25             'browser_context_keyed_service/dependency_graph_unittest.cc', | 25             'browser_context_keyed_service/dependency_graph_unittest.cc', | 
| 26             'dom_distiller/core/distiller_url_fetcher_unittest.cc', | 26             'dom_distiller/core/distiller_url_fetcher_unittest.cc', | 
| 27             'dom_distiller/core/dom_distiller_database_unittest.cc', | 27             'dom_distiller/core/dom_distiller_database_unittest.cc', | 
| 28             'dom_distiller/core/dom_distiller_model_unittest.cc', | 28             'dom_distiller/core/dom_distiller_model_unittest.cc', | 
| 29             'dom_distiller/core/dom_distiller_store_unittest.cc', | 29             'dom_distiller/core/dom_distiller_store_unittest.cc', | 
| 30             'dom_distiller/core/article_entry_unittest.cc', | 30             'dom_distiller/core/article_entry_unittest.cc', | 
| 31             'json_schema/json_schema_validator_unittest.cc', | 31             'json_schema/json_schema_validator_unittest.cc', | 
| 32             'json_schema/json_schema_validator_unittest_base.cc', | 32             'json_schema/json_schema_validator_unittest_base.cc', | 
| 33             'json_schema/json_schema_validator_unittest_base.h', | 33             'json_schema/json_schema_validator_unittest_base.h', | 
| 34             'navigation_interception/intercept_navigation_resource_throttle_unit
     test.cc', | 34             'navigation_interception/intercept_navigation_resource_throttle_unit
     test.cc', | 
|  | 35             'precache/core/precache_database_unittest.cc', | 
| 35             'precache/core/precache_fetcher_unittest.cc', | 36             'precache/core/precache_fetcher_unittest.cc', | 
|  | 37             'precache/core/precache_statistics_table_unittest.cc', | 
|  | 38             'precache/core/precache_url_table_unittest.cc', | 
| 36             'sessions/serialized_navigation_entry_unittest.cc', | 39             'sessions/serialized_navigation_entry_unittest.cc', | 
| 37             'test/run_all_unittests.cc', | 40             'test/run_all_unittests.cc', | 
| 38             'translate/common/translate_metrics_unittest.cc', | 41             'translate/common/translate_metrics_unittest.cc', | 
| 39             'translate/common/translate_util_unittest.cc', | 42             'translate/common/translate_util_unittest.cc', | 
| 40             'translate/language_detection/language_detection_util_unittest.cc', | 43             'translate/language_detection/language_detection_util_unittest.cc', | 
| 41             # TODO(asvitkine): These should be tested on iOS too. | 44             # TODO(asvitkine): These should be tested on iOS too. | 
| 42             'variations/entropy_provider_unittest.cc', | 45             'variations/entropy_provider_unittest.cc', | 
| 43             'variations/metrics_util_unittest.cc', | 46             'variations/metrics_util_unittest.cc', | 
| 44             'variations/variations_associated_data_unittest.cc', | 47             'variations/variations_associated_data_unittest.cc', | 
| 45             'variations/variations_seed_processor_unittest.cc', | 48             'variations/variations_seed_processor_unittest.cc', | 
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 80 | 83 | 
| 81             # Dependencies of intercept_navigation_resource_throttle_unittest.cc | 84             # Dependencies of intercept_navigation_resource_throttle_unittest.cc | 
| 82             '../content/content_shell_and_tests.gyp:test_support_content', | 85             '../content/content_shell_and_tests.gyp:test_support_content', | 
| 83             '../skia/skia.gyp:skia', | 86             '../skia/skia.gyp:skia', | 
| 84             'components.gyp:navigation_interception', | 87             'components.gyp:navigation_interception', | 
| 85 | 88 | 
| 86             # Dependencies of policy | 89             # Dependencies of policy | 
| 87             'components.gyp:policy_component', | 90             'components.gyp:policy_component', | 
| 88 | 91 | 
| 89             # Dependencies of precache | 92             # Dependencies of precache | 
| 90             'components.gyp:precache_core', | 93             'components.gyp:precache', | 
| 91             'components.gyp:precache_core_proto', |  | 
| 92 | 94 | 
| 93             # Dependencies of sessions | 95             # Dependencies of sessions | 
| 94             '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 96             '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 
| 95             'components.gyp:sessions', | 97             'components.gyp:sessions', | 
| 96             'components.gyp:sessions_test_support', | 98             'components.gyp:sessions_test_support', | 
| 97 | 99 | 
| 98             # Dependencies of translate. | 100             # Dependencies of translate. | 
| 99             'components.gyp:translate_common', | 101             'components.gyp:translate_common', | 
| 100             'components.gyp:translate_language_detection', | 102             'components.gyp:translate_language_detection', | 
| 101 | 103 | 
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 217                 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)compo
     nents_unittests<(SHARED_LIB_SUFFIX)', | 219                 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)compo
     nents_unittests<(SHARED_LIB_SUFFIX)', | 
| 218               }, | 220               }, | 
| 219               'includes': [ '../build/apk_test.gypi' ], | 221               'includes': [ '../build/apk_test.gypi' ], | 
| 220             }, | 222             }, | 
| 221           ], | 223           ], | 
| 222         }], | 224         }], | 
| 223       ], | 225       ], | 
| 224     }], | 226     }], | 
| 225   ], | 227   ], | 
| 226 } | 228 } | 
| OLD | NEW | 
|---|