blob: e524f62db9fd045d4b9d9b785a777b8875a38f2d [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.
# GYP version: components/ntp_tiles.gypi:ntp_tiles
source_set("ntp_tiles") {
sources = [
"pref_names.cc",
"pref_names.h",
"switches.cc",
"switches.h",
]
public_deps = [
"//base",
]
}