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

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

Issue 2458613004: Record the initial state of the Physical Web at startup (Closed)
Patch Set: move reporting to IOSChromePhysicalWebDataSource 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..1d3741ad12a6fbdb592ce98dd92fa1461f311c13 100644
--- a/ios/chrome/browser/physical_web/BUILD.gn
+++ b/ios/chrome/browser/physical_web/BUILD.gn
@@ -6,7 +6,11 @@ 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",
"start_physical_web_discovery.h",
"start_physical_web_discovery.mm",
]

Powered by Google App Engine
This is Rietveld 408576698