Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Side by Side Diff: components/google.gypi

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again now that CQ is fixed Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/error_page/renderer/net_error_helper_core.cc ('k') | components/google/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/google/core/browser 8 # GN version: //components/google/core/browser
9 'target_name': 'google_core_browser', 9 'target_name': 'google_core_browser',
10 'type': 'static_library', 10 'type': 'static_library',
11 'dependencies': [ 11 'dependencies': [
12 '../base/base.gyp:base', 12 '../base/base.gyp:base',
13 '../net/net.gyp:net', 13 '../net/net.gyp:net',
14 '../url/url.gyp:url_lib', 14 '../url/url.gyp:url_lib',
15 'components_strings.gyp:components_strings', 15 'components_strings.gyp:components_strings',
16 'keyed_service_core', 16 'keyed_service_core',
17 'pref_registry', 17 'pref_registry',
18 'url_fixer', 18 'url_formatter/url_formatter.gyp:url_formatter',
19 ], 19 ],
20 'include_dirs': [ 20 'include_dirs': [
21 '..', 21 '..',
22 ], 22 ],
23 'sources': [ 23 'sources': [
24 # Note: sources duplicated in GN build. 24 # Note: sources duplicated in GN build.
25 'google/core/browser/google_pref_names.cc', 25 'google/core/browser/google_pref_names.cc',
26 'google/core/browser/google_pref_names.h', 26 'google/core/browser/google_pref_names.h',
27 'google/core/browser/google_search_metrics.cc', 27 'google/core/browser/google_search_metrics.cc',
28 'google/core/browser/google_search_metrics.h', 28 'google/core/browser/google_search_metrics.h',
29 'google/core/browser/google_switches.cc', 29 'google/core/browser/google_switches.cc',
30 'google/core/browser/google_switches.h', 30 'google/core/browser/google_switches.h',
31 'google/core/browser/google_url_tracker.cc', 31 'google/core/browser/google_url_tracker.cc',
32 'google/core/browser/google_url_tracker.h', 32 'google/core/browser/google_url_tracker.h',
33 'google/core/browser/google_url_tracker_client.cc', 33 'google/core/browser/google_url_tracker_client.cc',
34 'google/core/browser/google_url_tracker_client.h', 34 'google/core/browser/google_url_tracker_client.h',
35 'google/core/browser/google_util.cc', 35 'google/core/browser/google_util.cc',
36 'google/core/browser/google_util.h', 36 'google/core/browser/google_util.h',
37 ], 37 ],
38 }, 38 },
39 ], 39 ],
40 } 40 }
OLDNEW
« no previous file with comments | « components/error_page/renderer/net_error_helper_core.cc ('k') | components/google/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698