blob: 25d4d7db4e94dbaf5e28586c9fb8dce1629b2b58 [file] [log] [blame]
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Only include files that are needed for JS autotest / integration tests.
assert(is_chromeos)
source_set("autotest") {
sources = [
"shelf_integration_test_api.cc",
"shelf_integration_test_api.h",
]
deps = [
"//ash/public/cpp",
"//base",
]
}