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 import("//build/config/ui.gni")
10 output_name = "browser_ui_views"
12 "accelerator_table.cc",
13 "accelerator_table.h",
15 "chrome_views_export.h",
18 "tab_icon_view_model.h",
19 "tabs/tab_renderer_data.cc",
20 "tabs/tab_renderer_data.h",
21 "tabs/tab_strip_observer.cc",
22 "tabs/tab_strip_observer.h",
23 "tabs/tab_strip_types.h",
26 defines = [ "CHROME_VIEWS_IMPLEMENTATION" ]