summaryrefslogtreecommitdiff
path: root/chromium/components/browsing_data_ui.gypi
blob: 859c0cc65998670d43ff1741d574a50cf2b0cd6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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.

{
  'targets': [
    {
      # GN version: //components/browsing_data_ui
      'target_name': 'browsing_data_ui',
      'type': 'static_library',
      'dependencies': [
        '../base/base.gyp:base',
        'browser_sync_browser',
        'history_core_browser',
      ],
      'include_dirs': [
        '..',
      ],
      'sources': [
        # Note: sources list duplicated in GN build.
        'browsing_data_ui/history_notice_utils.cc',
        'browsing_data_ui/history_notice_utils.h',
      ],
    },
  ],
}