1 2 3 4 5 6 7 8 9 10 11
// 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_