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

Unified Diff: chrome/test/BUILD.gn

Issue 2840103002: Add new API function: feedbackPrivate.readLogSource (Closed)
Patch Set: Addressed comments from Patch Set 4 Created 3 years, 7 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 51b4a1b92059d46f6d0f55ad5932bc05ce0741d1..297d28847cd900b7953b006598d6dd8425a59082 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4117,6 +4117,8 @@ test("unit_tests") {
"../browser/extensions/api/messaging/native_messaging_host_manifest_unittest.cc",
"../browser/extensions/api/messaging/native_messaging_policy_handler_unittest.cc",
]
+ } else {
+ sources += [ "../browser/extensions/api/feedback_private/log_source_access_manager_unittest.cc" ]
}
}
if (use_ash) {

Powered by Google App Engine
This is Rietveld 408576698