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

Unified Diff: ios/chrome/browser/physical_web/BUILD.gn

Issue 2458613004: Record the initial state of the Physical Web at startup (Closed)
Patch Set: changes for olivierrobin@, rohitrao@, sdefresne@ Created 4 years, 1 month 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: ios/chrome/browser/physical_web/BUILD.gn
diff --git a/ios/chrome/browser/physical_web/BUILD.gn b/ios/chrome/browser/physical_web/BUILD.gn
index 5ad2547a280f44dfad00b7b34b62232798146164..2a1ec5446ec1d62b335b86517026c9fff52aa368 100644
--- a/ios/chrome/browser/physical_web/BUILD.gn
+++ b/ios/chrome/browser/physical_web/BUILD.gn
@@ -6,7 +6,13 @@ source_set("physical_web") {
sources = [
"create_physical_web_data_source.h",
"create_physical_web_data_source.mm",
+ "ios_chrome_physical_web_data_source.h",
+ "ios_chrome_physical_web_data_source.mm",
"physical_web_constants.h",
+ "physical_web_initial_state_recorder.h",
+ "physical_web_initial_state_recorder.mm",
+ "physical_web_preference_manager.h",
+ "physical_web_preference_manager.mm",
"start_physical_web_discovery.h",
"start_physical_web_discovery.mm",
]

Powered by Google App Engine
This is Rietveld 408576698