Content settings: remove some plugin-related code/resources when... there are no...
[chromium-blink-merge.git] / components / bubble / BUILD.gn
blobfc60fd392c3899b1a815c982a5125de037f5df8b
1 # Copyright 2015 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("bubble") {
6   sources = [
7     "bubble_close_reason.h",
8     "bubble_controller.cc",
9     "bubble_controller.h",
10     "bubble_delegate.cc",
11     "bubble_delegate.h",
12     "bubble_manager.cc",
13     "bubble_manager.h",
14     "bubble_reference.h",
15     "bubble_ui.h",
16   ]
19 source_set("unit_tests") {
20   testonly = true
22   sources = [
23     "bubble_manager_unittest.cc",
24   ]
26   deps = [
27     ":bubble",
28     "//testing/gmock",
29     "//testing/gtest",
30   ]