Clean up the posix source files in chrome/
This is a preliminary change to remove the posix source exclusion
filter in a future commit.
Bug: 835405
Change-Id: I278653320c22348d5125add79044e68e016c35d5
Reviewed-on: https://chromium-review.googlesource.com/1022128
Commit-Queue: Fabrice de Gans-Riberi <[email protected]>
Reviewed-by: Nico Weber <[email protected]>
Cr-Commit-Position: refs/heads/master@{#552466}
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index f0e939ff..9d47c0b 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -1022,12 +1022,14 @@
"api/messaging/native_message_process_host.h",
"api/messaging/native_process_launcher.cc",
"api/messaging/native_process_launcher.h",
- "api/messaging/native_process_launcher_posix.cc",
"api/messaging/native_process_launcher_win.cc",
"chrome_kiosk_delegate.cc",
"default_apps.cc",
"default_apps.h",
]
+ if (is_posix) {
+ sources += [ "api/messaging/native_process_launcher_posix.cc" ]
+ }
}
if (use_x11) {