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

Unified Diff: chrome/test/BUILD.gn

Issue 2840103002: Add new API function: feedbackPrivate.readLogSource (Closed)
Patch Set: Responded to comments from Patch Set 14 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 013b9687a87a8e2a742231511c0cdaaf0e5560c4..12afe50e5f8b4904e9e3bd04751020a8a8db65cf 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4124,7 +4124,9 @@ test("unit_tests") {
sources +=
[ "../browser/extensions/external_registry_loader_win_unittest.cc" ]
}
- if (!is_chromeos) {
+ if (is_chromeos) {
+ sources += [ "../browser/extensions/api/feedback_private/feedback_private_api_chromeos_unittest.cc" ]
tbarzic 2017/06/07 17:58:39 I think you can move this to line 3953 (under if (
Simon Que 2017/06/07 18:25:59 Done.
+ } else {
sources += [
"../browser/extensions/api/messaging/native_message_process_host_unittest.cc",
"../browser/extensions/api/messaging/native_messaging_host_manifest_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698