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

Unified Diff: components/offline_pages.gypi

Issue 1226173004: Componentize //chrome/browser/offline_pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated unittest and gn build Created 5 years, 5 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/offline_pages.gypi
diff --git a/components/offline_pages.gypi b/components/offline_pages.gypi
index 668c8062dc5040d89c7f7edb2be31ab71151d7cc..7b2694b6103835291f8f8b2c7657e3f95779a3ae 100644
--- a/components/offline_pages.gypi
+++ b/components/offline_pages.gypi
@@ -15,6 +15,7 @@
'../base/base.gyp:base',
'../net/net.gyp:net',
'../url/url.gyp:url_lib',
+ '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
'keyed_service_core',
],
'sources': [
@@ -25,7 +26,15 @@
'offline_pages/offline_page_model.h',
'offline_pages/offline_page_metadata_store.cc',
'offline_pages/offline_page_metadata_store.h',
+ 'offline_pages/offline_page_metadata_store_impl.cc',
+ 'offline_pages/offline_page_metadata_store_impl.h',
+ 'offline_pages/proto/offline_pages.proto',
],
+ 'variables': {
+ 'proto_in_dir': 'offline_pages/proto',
+ 'proto_out_dir': 'components/offline_pages/proto',
+ },
+ 'includes': [ '../build/protoc.gypi', ],
},
],
}

Powered by Google App Engine
This is Rietveld 408576698