OLD | NEW |
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 '../components/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 'sync_driver', | 25 'sync_driver', |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 ], | 232 ], |
233 }, | 233 }, |
234 { | 234 { |
235 # GN version: //components/password_manager/sync/browser | 235 # GN version: //components/password_manager/sync/browser |
236 'target_name': 'password_manager_sync_browser', | 236 'target_name': 'password_manager_sync_browser', |
237 'type': 'static_library', | 237 'type': 'static_library', |
238 'dependencies': [ | 238 'dependencies': [ |
239 '../base/base.gyp:base', | 239 '../base/base.gyp:base', |
240 '../google_apis/google_apis.gyp:google_apis', | 240 '../google_apis/google_apis.gyp:google_apis', |
241 '../net/net.gyp:net', | 241 '../net/net.gyp:net', |
242 '../sync/sync.gyp:sync', | 242 '../components/sync.gyp:sync', |
243 'autofill_core_common', | 243 'autofill_core_common', |
244 'password_manager_core_browser', | 244 'password_manager_core_browser', |
245 ], | 245 ], |
246 'include_dirs': [ | 246 'include_dirs': [ |
247 '..', | 247 '..', |
248 ], | 248 ], |
249 'sources': [ | 249 'sources': [ |
250 # Note: sources list duplicated in GN build. | 250 # Note: sources list duplicated in GN build. |
251 'password_manager/sync/browser/password_data_type_controller.cc', | 251 'password_manager/sync/browser/password_data_type_controller.cc', |
252 'password_manager/sync/browser/password_data_type_controller.h', | 252 'password_manager/sync/browser/password_data_type_controller.h', |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 'password_manager/content/browser/credential_manager_impl.cc', | 361 'password_manager/content/browser/credential_manager_impl.cc', |
362 'password_manager/content/browser/credential_manager_impl.h', | 362 'password_manager/content/browser/credential_manager_impl.h', |
363 'password_manager/content/browser/password_manager_internals_service
_factory.cc', | 363 'password_manager/content/browser/password_manager_internals_service
_factory.cc', |
364 'password_manager/content/browser/password_manager_internals_service
_factory.h', | 364 'password_manager/content/browser/password_manager_internals_service
_factory.h', |
365 ], | 365 ], |
366 }, | 366 }, |
367 ], | 367 ], |
368 }], | 368 }], |
369 ], | 369 ], |
370 } | 370 } |
OLD | NEW |