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

Unified Diff: components/offline_pages/BUILD.gn

Issue 1904613005: [Offline pages] Removing bookmarks dependency from offline pages component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit tests compilation Created 4 years, 8 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/offline_pages.gypi ('k') | components/offline_pages/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/BUILD.gn
diff --git a/components/offline_pages/BUILD.gn b/components/offline_pages/BUILD.gn
index 84a6601ba7e1e7fff0cc6685c358ba37896bed1c..fdfd89f9cf315df3f125f299f40d0b78ef92ab4b 100644
--- a/components/offline_pages/BUILD.gn
+++ b/components/offline_pages/BUILD.gn
@@ -10,8 +10,6 @@ if (is_android) {
static_library("offline_pages") {
sources = [
"offline_page_archiver.h",
- "offline_page_bookmark_bridge.cc",
- "offline_page_bookmark_bridge.h",
"offline_page_item.cc",
"offline_page_item.h",
"offline_page_metadata_store.cc",
@@ -80,8 +78,6 @@ source_set("unit_tests") {
":test_support",
"//base",
"//base/test:test_support",
- "//components/bookmarks/browser",
- "//components/bookmarks/test",
"//components/leveldb_proto",
"//components/offline_pages/proto:offline_pages_proto",
"//testing/gtest",
« no previous file with comments | « components/offline_pages.gypi ('k') | components/offline_pages/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698