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

Unified Diff: components/dom_distiller.gypi

Issue 330833002: Extract protobuf database into a new 'leveldb_proto' component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/dom_distiller/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « components/components_tests.gyp ('k') | components/dom_distiller/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698