blob: b1381eb8fb4950d66d912df9a10a12cfa206d7b0 [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.
source_set("colors") {
configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"MDCPalette+CrAdditions.h",
"MDCPalette+CrAdditions.mm",
]
deps = [
"//ios/third_party/material_components_ios",
"//ios/web",
]
}