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

Unified Diff: components/components_tests.gyp

Issue 330833002: Extract protobuf database into a new 'leveldb_proto' component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: namespace Created 6 years, 6 months 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 side-by-side diff with in-line comments
Download patch
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 1ec98df6aaffd49ca8723cb1aef6aa31d90a2f83..dea2108633c568b7bac67df428703aed65b823a4 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -84,7 +84,6 @@
'dom_distiller/core/distilled_content_store_unittest.cc',
'dom_distiller/core/distiller_unittest.cc',
'dom_distiller/core/distiller_url_fetcher_unittest.cc',
- 'dom_distiller/core/dom_distiller_database_unittest.cc',
'dom_distiller/core/dom_distiller_model_unittest.cc',
'dom_distiller/core/dom_distiller_service_unittest.cc',
'dom_distiller/core/dom_distiller_store_unittest.cc',
@@ -115,6 +114,7 @@
'keyed_service/content/browser_context_dependency_manager_unittest.cc',
'keyed_service/core/dependency_graph_unittest.cc',
'language_usage_metrics/language_usage_metrics_unittest.cc',
+ 'leveldb_proto/core/proto_database_impl_unittest.cc',
'metrics/compression_utils_unittest.cc',
'metrics/machine_id_provider_win_unittest.cc',
'metrics/metrics_hashes_unittest.cc',
@@ -286,6 +286,11 @@
# Dependencies of language_usage_metrics
'components.gyp:language_usage_metrics',
+ # Dependencies of leveldb_proto
+ '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
+ 'components.gyp:leveldb_proto_core',
+ 'components.gyp:leveldb_proto_test_support',
+
# Dependencies of metrics
'components.gyp:metrics',
'components.gyp:metrics_net',
@@ -408,6 +413,7 @@
['include', '^json_schema/'],
['include', '^keyed_service/core/'],
['include', '^language_usage_metrics/'],
+ ['include', '^leveldb_proto/'],
['include', '^metrics/'],
['include', '^network_time/'],
['include', '^password_manager/'],

Powered by Google App Engine
This is Rietveld 408576698