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

Side by Side Diff: components/password_manager.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: Compile fixes following rebase Created 5 years, 6 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
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/password_manager/core/browser 8 # GN version: //components/password_manager/core/browser
9 'target_name': 'password_manager_core_browser', 9 'target_name': 'password_manager_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 '../sql/sql.gyp:sql', 14 '../sql/sql.gyp:sql',
15 '../sync/sync.gyp:sync', 15 '../sync/sync.gyp:sync',
16 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 16 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
17 '../url/url.gyp:url_lib', 17 '../url/url.gyp:url_lib',
18 'autofill_core_common', 18 'autofill_core_common',
19 'components_strings.gyp:components_strings', 19 'components_strings.gyp:components_strings',
20 'keyed_service_core', 20 'keyed_service_core',
21 'os_crypt', 21 'os_crypt',
22 '../third_party/re2/re2.gyp:re2', 22 '../third_party/re2/re2.gyp:re2',
23 'password_manager_core_common', 23 'password_manager_core_common',
24 'password_manager_core_browser_proto', 24 'password_manager_core_browser_proto',
25 'url_formatter',
25 ], 26 ],
26 'include_dirs': [ 27 'include_dirs': [
27 '..', 28 '..',
28 ], 29 ],
29 'sources': [ 30 'sources': [
30 # Note: sources list duplicated in GN build. 31 # Note: sources list duplicated in GN build.
31 'password_manager/core/browser/affiliated_match_helper.cc', 32 'password_manager/core/browser/affiliated_match_helper.cc',
32 'password_manager/core/browser/affiliated_match_helper.h', 33 'password_manager/core/browser/affiliated_match_helper.h',
33 'password_manager/core/browser/affiliation_backend.cc', 34 'password_manager/core/browser/affiliation_backend.cc',
34 'password_manager/core/browser/affiliation_backend.h', 35 'password_manager/core/browser/affiliation_backend.h',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'password_manager/content/browser/credential_manager_dispatcher.cc', 266 'password_manager/content/browser/credential_manager_dispatcher.cc',
266 'password_manager/content/browser/credential_manager_dispatcher.h', 267 'password_manager/content/browser/credential_manager_dispatcher.h',
267 'password_manager/content/browser/password_manager_internals_service _factory.cc', 268 'password_manager/content/browser/password_manager_internals_service _factory.cc',
268 'password_manager/content/browser/password_manager_internals_service _factory.h', 269 'password_manager/content/browser/password_manager_internals_service _factory.h',
269 ], 270 ],
270 }, 271 },
271 ], 272 ],
272 }], 273 }],
273 ], 274 ],
274 } 275 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698