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

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

Issue 2934293003: The chrome.lockScreen.data API implementation (Closed)
Patch Set: switch to BackendTaskRunner Created 3 years, 5 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 | « extensions/browser/BUILD.gn ('k') | extensions/browser/api/lock_screen_data/data_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/BUILD.gn
diff --git a/extensions/browser/api/BUILD.gn b/extensions/browser/api/BUILD.gn
index 700a17c003df288fb3e28bde617a861d01473e5e..f2a23a153a3ec6f16de15fa0fd93465224fd5010 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/lock_screen_data_api.cc",
"lock_screen_data/lock_screen_data_api.h",
+ "lock_screen_data/lock_screen_item_storage.cc",
+ "lock_screen_data/lock_screen_item_storage.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",
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/browser/api/lock_screen_data/data_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698