Removing WTL from content runner.
[chromium-blink-merge.git] / components / google.gypi
blob588ac4b701999fa7547e18f9b14c53dba6ed7c04
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         '../net/net.gyp:net',
13         '../ui/base/ui_base.gyp:ui_base',
14         '../url/url.gyp:url_lib',
15         'components_strings.gyp:components_strings',
16         'keyed_service_core',
17         'infobars_core',
18       ],
19       'include_dirs': [
20         '..',
21       ],
22       'sources': [
23         'google/core/browser/google_pref_names.cc',
24         'google/core/browser/google_pref_names.h',
25         'google/core/browser/google_search_metrics.cc',
26         'google/core/browser/google_search_metrics.h',
27         'google/core/browser/google_switches.cc',
28         'google/core/browser/google_switches.h',
29         'google/core/browser/google_url_tracker.cc',
30         'google/core/browser/google_url_tracker.h',
31         'google/core/browser/google_url_tracker_client.cc',
32         'google/core/browser/google_url_tracker_client.h',
33         'google/core/browser/google_url_tracker_infobar_delegate.cc',
34         'google/core/browser/google_url_tracker_infobar_delegate.h',
35         'google/core/browser/google_url_tracker_map_entry.cc',
36         'google/core/browser/google_url_tracker_map_entry.h',
37         'google/core/browser/google_url_tracker_navigation_helper.cc',
38         'google/core/browser/google_url_tracker_navigation_helper.h',
39       ],
40       # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
41       'msvs_disabled_warnings': [4267, ],
42     },
43   ],