Vectorize website settings icons in omnibox
[chromium-blink-merge.git] / components / content_settings / content / common / BUILD.gn
blob5da2f62693bcfabc19ac6d5936255e25b520a2ba
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 source_set("common") {
6   sources = [
7     "content_settings_message_generator.cc",
8     "content_settings_message_generator.h",
9     "content_settings_messages.h",
10   ]
12   deps = [
13     "//base",
14     "//components/content_settings/core/common",
15     "//content/public/common",
16     "//ipc",
17     "//url",
18   ]