# 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", | |
] | |
} |