Minor Fuchsia-specific fix to base/test/perf_test_suite.cc

Perftest logging on fuchsia is broken. The changed file
manages locating and initializing a log file, specialized
for each platform. Previously, the file failed to
initialize a log file, because there was no fuchsia
specific clause in the Initialize() function, and the
default assumptions don't work on Fuchsia. The OS_ANDROID
clause also works for Fuchsia, so this change adds
it to that code path.

Bug: 841574
Change-Id: I83f0d424ce9acbb28f904c08d4660f7f7661fa3a
Reviewed-on: https://chromium-review.googlesource.com/1053229
Commit-Queue: Stephan Stross <stephanstross@google.com>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Sergey Ulanov <sergeyu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#558430}

CrOS-Libchrome-Original-Commit: f0ca00bf269c1fd3ead61300eccceecd253579d1
1 file changed
tree: 4ad03ca80d4011e989c09c051dd5ce5843e8b023
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/