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

Unified Diff: components/offline_pages/BUILD.gn

Issue 1968563003: [Offline pages] Extracting callbacks from the Offline Page Model (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding a missing fix to gypi file Created 4 years, 7 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/offline_page_model.h » ('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 8bb47aa12e0743cf8d59677cca84ace01213aeb8..450ea6743f0475ac6a535cf86937a4e84abe4de0 100644
--- a/components/offline_pages/BUILD.gn
+++ b/components/offline_pages/BUILD.gn
@@ -25,6 +25,7 @@ static_library("offline_pages") {
"offline_page_model.h",
"offline_page_storage_manager.cc",
"offline_page_storage_manager.h",
+ "offline_page_types.h",
"snapshot_controller.cc",
"snapshot_controller.h",
]
@@ -99,7 +100,7 @@ source_set("unit_tests") {
if (is_android) {
java_cpp_enum("offline_page_model_enums_java") {
sources = [
- "offline_page_model.h",
+ "offline_page_types.h",
]
}
}
« no previous file with comments | « components/offline_pages.gypi ('k') | components/offline_pages/offline_page_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698