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

Unified Diff: extensions/browser/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 | « chrome/browser/prefs/browser_prefs.cc ('k') | extensions/browser/api/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 17301128fe51fa79cd2fe78012de76280f17f48a..8a69dd9c3cbef1ff46b01c44845dfa5a29c0cf51 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -589,6 +589,8 @@ source_set("unit_tests") {
if (is_chromeos) {
sources += [
"api/audio/audio_device_id_calculator_unittest.cc",
+ "api/lock_screen_data/data_item_unittest.cc",
+ "api/lock_screen_data/lock_screen_item_storage_unittest.cc",
"api/media_perception_private/conversion_utils_unittest.cc",
"api/media_perception_private/media_perception_api_manager_unittest.cc",
"api/webcam_private/visca_webcam_unittest.cc",
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | extensions/browser/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698