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

Unified Diff: chrome/test/BUILD.gn

Issue 2924943003: Break ConsentProvider classes into own file (Closed)
Patch Set: rebase 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
« no previous file with comments | « chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 01afa9421f818f1c8c615a61b6c28b71498d53bd..034908e50f4602518d87105d5d30c6dbecc37e76 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4123,7 +4123,9 @@ test("unit_tests") {
sources +=
[ "../browser/extensions/external_registry_loader_win_unittest.cc" ]
}
- if (!is_chromeos) {
+ if (is_chromeos) {
+ sources += [ "../browser/extensions/api/file_system/consent_provider_unittest.cc" ]
+ } else {
sources += [
"../browser/extensions/api/messaging/native_message_process_host_unittest.cc",
"../browser/extensions/api/messaging/native_messaging_host_manifest_unittest.cc",
« no previous file with comments | « chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698