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

Unified Diff: extensions/browser/api/BUILD.gn

Issue 2934293003: The chrome.lockScreen.data API implementation (Closed)
Patch Set: . Created 3 years, 6 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: extensions/browser/api/BUILD.gn
diff --git a/extensions/browser/api/BUILD.gn b/extensions/browser/api/BUILD.gn
index 6ca6a911024464b1cf7214b829387bc8d9687874..1a6baaf8856e2a0f5db8c3aec1392ccf3dbcc664 100644
--- a/extensions/browser/api/BUILD.gn
+++ b/extensions/browser/api/BUILD.gn
@@ -109,8 +109,13 @@ source_set("api") {
if (is_chromeos) {
sources += [
+ "lock_screen_data/data_item.cc",
+ "lock_screen_data/data_item.h",
+ "lock_screen_data/item_storage.cc",
+ "lock_screen_data/item_storage.h",
"lock_screen_data/lock_screen_data_api.cc",
"lock_screen_data/lock_screen_data_api.h",
+ "lock_screen_data/operation_result.h",
"media_perception_private/conversion_utils.cc",
"media_perception_private/conversion_utils.h",
"media_perception_private/media_perception_api_manager.cc",

Powered by Google App Engine
This is Rietveld 408576698