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

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

Issue 2934293003: The chrome.lockScreen.data API implementation (Closed)
Patch Set: remove FilePath*UTF8Unsafe methods 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 716d2a37dedafe570a518f779c6c0c8d772d8ab2..4476f96d44040b8fa30dcd7b13e1f1a58fb53407 100644
--- a/extensions/browser/api/BUILD.gn
+++ b/extensions/browser/api/BUILD.gn
@@ -105,8 +105,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