[M120 Migration] Set IO|GPU thread type with higher priorites
[platform/framework/web/chromium-efl.git] / storage / BUILD.gn
1 # Copyright 2014 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 import("//testing/test.gni")
5
6 test("storage_unittests") {
7   deps = [
8     "//components/file_access:test_support",
9     "//storage/browser:unittests",
10     "//storage/common:unittests",
11   ]
12
13   if (is_ios) {
14     deps += [ "//storage/test:test_bundle_data" ]
15   } else {
16     data = [ "//storage/test/data/" ]
17   }
18 }