Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Side by Side Diff: components/components_tests.gyp

Issue 27047003: Precache tracking database (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@precache
Patch Set: Added field trials Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 12 matching lines...) Expand all
23 'browser_context_keyed_service/dependency_graph_unittest.cc', 23 'browser_context_keyed_service/dependency_graph_unittest.cc',
24 'dom_distiller/core/distiller_url_fetcher_unittest.cc', 24 'dom_distiller/core/distiller_url_fetcher_unittest.cc',
25 'dom_distiller/core/dom_distiller_database_unittest.cc', 25 'dom_distiller/core/dom_distiller_database_unittest.cc',
26 'dom_distiller/core/dom_distiller_model_unittest.cc', 26 'dom_distiller/core/dom_distiller_model_unittest.cc',
27 'dom_distiller/core/dom_distiller_store_unittest.cc', 27 'dom_distiller/core/dom_distiller_store_unittest.cc',
28 'dom_distiller/core/article_entry_unittest.cc', 28 'dom_distiller/core/article_entry_unittest.cc',
29 'json_schema/json_schema_validator_unittest.cc', 29 'json_schema/json_schema_validator_unittest.cc',
30 'json_schema/json_schema_validator_unittest_base.cc', 30 'json_schema/json_schema_validator_unittest_base.cc',
31 'json_schema/json_schema_validator_unittest_base.h', 31 'json_schema/json_schema_validator_unittest_base.h',
32 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc', 32 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc',
33 'precache/core/precache_database_unittest.cc',
33 'precache/core/precache_fetcher_unittest.cc', 34 'precache/core/precache_fetcher_unittest.cc',
35 'precache/core/precache_statistics_table_unittest.cc',
36 'precache/core/precache_url_table_unittest.cc',
34 'sessions/serialized_navigation_entry_unittest.cc', 37 'sessions/serialized_navigation_entry_unittest.cc',
35 'test/run_all_unittests.cc', 38 'test/run_all_unittests.cc',
36 'translate/common/translate_metrics_unittest.cc', 39 'translate/common/translate_metrics_unittest.cc',
37 'translate/common/translate_util_unittest.cc', 40 'translate/common/translate_util_unittest.cc',
38 'translate/language_detection/language_detection_util_unittest.cc', 41 'translate/language_detection/language_detection_util_unittest.cc',
39 # TODO(asvitkine): These should be tested on iOS too. 42 # TODO(asvitkine): These should be tested on iOS too.
40 'variations/entropy_provider_unittest.cc', 43 'variations/entropy_provider_unittest.cc',
41 'variations/metrics_util_unittest.cc', 44 'variations/metrics_util_unittest.cc',
42 'variations/variations_associated_data_unittest.cc', 45 'variations/variations_associated_data_unittest.cc',
43 'variations/variations_seed_processor_unittest.cc', 46 'variations/variations_seed_processor_unittest.cc',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 79
77 # Dependencies of intercept_navigation_resource_throttle_unittest.cc 80 # Dependencies of intercept_navigation_resource_throttle_unittest.cc
78 '../content/content_shell_and_tests.gyp:test_support_content', 81 '../content/content_shell_and_tests.gyp:test_support_content',
79 '../skia/skia.gyp:skia', 82 '../skia/skia.gyp:skia',
80 'components.gyp:navigation_interception', 83 'components.gyp:navigation_interception',
81 84
82 # Dependencies of policy 85 # Dependencies of policy
83 'components.gyp:policy_component', 86 'components.gyp:policy_component',
84 87
85 # Dependencies of precache 88 # Dependencies of precache
86 'components.gyp:precache_core', 89 'components.gyp:precache',
87 'components.gyp:precache_core_proto',
88 90
89 # Dependencies of sessions 91 # Dependencies of sessions
90 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 92 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
91 'components.gyp:sessions', 93 'components.gyp:sessions',
92 'components.gyp:sessions_test_support', 94 'components.gyp:sessions_test_support',
93 95
94 # Dependencies of translate. 96 # Dependencies of translate.
95 'components.gyp:translate_common', 97 'components.gyp:translate_common',
96 'components.gyp:translate_language_detection', 98 'components.gyp:translate_language_detection',
97 99
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)compo nents_unittests<(SHARED_LIB_SUFFIX)', 207 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)compo nents_unittests<(SHARED_LIB_SUFFIX)',
206 }, 208 },
207 'includes': [ '../build/apk_test.gypi' ], 209 'includes': [ '../build/apk_test.gypi' ],
208 }, 210 },
209 ], 211 ],
210 }], 212 }],
211 ], 213 ],
212 }], 214 }],
213 ], 215 ],
214 } 216 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698