[email protected] | 8b134c80 | 2014-05-14 13:20:56 | [diff] [blame] | 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. |
| 4 | |
| 5 | { |
| 6 | 'targets': [ |
| 7 | { |
[email protected] | ce9926c | 2014-07-16 21:41:51 | [diff] [blame] | 8 | # GN version: //components/google/core/browser |
[email protected] | 8b134c80 | 2014-05-14 13:20:56 | [diff] [blame] | 9 | 'target_name': 'google_core_browser', |
| 10 | 'type': 'static_library', |
| 11 | 'dependencies': [ |
| 12 | '../base/base.gyp:base', |
[email protected] | a1fcc1d | 2014-06-08 11:47:58 | [diff] [blame] | 13 | '../net/net.gyp:net', |
[email protected] | a1fcc1d | 2014-06-08 11:47:58 | [diff] [blame] | 14 | '../url/url.gyp:url_lib', |
| 15 | 'components_strings.gyp:components_strings', |
amohammadkhan | f76ae11 | 2015-09-14 17:34:43 | [diff] [blame] | 16 | 'data_use_measurement_core', |
[email protected] | a1fcc1d | 2014-06-08 11:47:58 | [diff] [blame] | 17 | 'keyed_service_core', |
tfarina | b920bf20 | 2015-06-04 21:54:25 | [diff] [blame] | 18 | 'pref_registry', |
rsleevi | 24f64dc2 | 2015-08-07 21:39:21 | [diff] [blame] | 19 | 'url_formatter/url_formatter.gyp:url_formatter', |
[email protected] | 8b134c80 | 2014-05-14 13:20:56 | [diff] [blame] | 20 | ], |
| 21 | 'include_dirs': [ |
| 22 | '..', |
| 23 | ], |
| 24 | 'sources': [ |
[email protected] | ce9926c | 2014-07-16 21:41:51 | [diff] [blame] | 25 | # Note: sources duplicated in GN build. |
[email protected] | 4a23327d | 2014-06-05 10:54:17 | [diff] [blame] | 26 | 'google/core/browser/google_pref_names.cc', |
| 27 | 'google/core/browser/google_pref_names.h', |
[email protected] | 676f2677 | 2014-06-01 20:10:32 | [diff] [blame] | 28 | 'google/core/browser/google_switches.cc', |
| 29 | 'google/core/browser/google_switches.h', |
[email protected] | a1fcc1d | 2014-06-08 11:47:58 | [diff] [blame] | 30 | 'google/core/browser/google_url_tracker.cc', |
| 31 | 'google/core/browser/google_url_tracker.h', |
[email protected] | 6047f192 | 2014-05-20 14:49:46 | [diff] [blame] | 32 | 'google/core/browser/google_url_tracker_client.cc', |
| 33 | 'google/core/browser/google_url_tracker_client.h', |
[email protected] | 8e44a5b0 | 2014-06-19 19:03:24 | [diff] [blame] | 34 | 'google/core/browser/google_util.cc', |
| 35 | 'google/core/browser/google_util.h', |
[email protected] | 8b134c80 | 2014-05-14 13:20:56 | [diff] [blame] | 36 | ], |
[email protected] | 8b134c80 | 2014-05-14 13:20:56 | [diff] [blame] | 37 | }, |
| 38 | ], |
| 39 | } |