1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

fuchsia_web / webengine / test / test_data.h [blame]

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef FUCHSIA_WEB_WEBENGINE_TEST_TEST_DATA_H_
#define FUCHSIA_WEB_WEBENGINE_TEST_TEST_DATA_H_

// Path to data used in browsertests.
extern const char kTestServerRoot[];

#endif  // FUCHSIA_WEB_WEBENGINE_TEST_TEST_DATA_H_