Index: components/dom_distiller.gypi |
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi |
index cc7bae5abdc523b13cf4b157a00d2177636b4e9a..80e1f4ea0a7b74039263a0073176d0b5d308b2cc 100644 |
--- a/components/dom_distiller.gypi |
+++ b/components/dom_distiller.gypi |
@@ -37,8 +37,7 @@ |
'../skia/skia.gyp:skia', |
'../sync/sync.gyp:sync', |
'../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_proto', |
- '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
- '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
+ 'components.gyp:leveldb_proto', |
'components_resources.gyp:components_resources', |
'components_strings.gyp:components_strings', |
'distilled_page_proto', |
@@ -67,8 +66,6 @@ |
'dom_distiller/core/distiller_url_fetcher.h', |
'dom_distiller/core/dom_distiller_constants.cc', |
'dom_distiller/core/dom_distiller_constants.h', |
- 'dom_distiller/core/dom_distiller_database.cc', |
- 'dom_distiller/core/dom_distiller_database.h', |
'dom_distiller/core/dom_distiller_model.cc', |
'dom_distiller/core/dom_distiller_model.h', |
'dom_distiller/core/dom_distiller_observer.h', |
@@ -102,6 +99,7 @@ |
'type': 'static_library', |
'dependencies': [ |
'dom_distiller_core', |
+ 'components.gyp:leveldb_proto_test_support', |
'../sync/sync.gyp:sync', |
'../testing/gmock.gyp:gmock', |
], |
@@ -111,8 +109,6 @@ |
'sources': [ |
'dom_distiller/core/dom_distiller_test_util.cc', |
'dom_distiller/core/dom_distiller_test_util.h', |
- 'dom_distiller/core/fake_db.cc', |
- 'dom_distiller/core/fake_db.h', |
'dom_distiller/core/fake_distiller.cc', |
'dom_distiller/core/fake_distiller.h', |
'dom_distiller/core/fake_distiller_page.cc', |