Fix for Geolocation webTCT failures
[platform/framework/web/chromium-efl.git] / third_party / tfhub_models / BUILD.gn
1 # Copyright 2023 The Chromium Authors
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 bundle_data("tfhub_models_testdata") {
6   testonly = true
7   sources = [
8     "models/lite-model_universal-sentence-encoder-qa-ondevice_1.tflite",
9     "models/rehead_embedding_from_mobilebert.tflite",
10   ]
11   outputs = [ "{{bundle_resources_dir}}/" +
12               "{{source_root_relative_dir}}/{{source_file_part}}" ]
13 }