sync ports with The Matrix
This commit is contained in:
parent
9d4d2e721a
commit
79bc6d9d97
846 changed files with 10693 additions and 8131 deletions
|
@ -5,7 +5,7 @@ Index: extensions/common/features/feature.cc
|
|||
return WIN_PLATFORM;
|
||||
#elif BUILDFLAG(IS_FUCHSIA)
|
||||
return FUCHSIA_PLATFORM;
|
||||
+#elif defined(OS_BSD)
|
||||
+#elif BUILDFLAG(IS_BSD)
|
||||
+ return LINUX_PLATFORM;
|
||||
#else
|
||||
return UNSPECIFIED_PLATFORM;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue