Add an extension override bubble and warning box for proxy extensions. (2nd attempt...
[chromium-blink-merge.git] / components / google.gypi
blob676fe81ef8895eb11a67c4952e72eded52ab3ad8
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.
6   'targets': [
7     {
8       'target_name': 'google_core_browser',
9       'type': 'static_library',
10       'dependencies': [
11         '../base/base.gyp:base',
12       ],
13       'include_dirs': [
14         '..',
15       ],
16       'sources': [
17         'google/core/browser/google_pref_names.cc',
18         'google/core/browser/google_pref_names.h',
19         'google/core/browser/google_search_metrics.cc',
20         'google/core/browser/google_search_metrics.h',
21         'google/core/browser/google_switches.cc',
22         'google/core/browser/google_switches.h',
23         'google/core/browser/google_url_tracker_client.cc',
24         'google/core/browser/google_url_tracker_client.h',
25       ],
26     },
27   ],