blob: 9f3bf5644d36a5927cddac5147006aaa1d478db7 [file] [log] [blame]
# Copyright 2016 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.
# C++ headers and sources that can be used outside ash.
source_set("cpp") {
sources = [
"shelf_types.h",
"shell_window_ids.cc",
"shell_window_ids.h",
]
deps = [
"//base",
]
}