| 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', |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 'targets': [ | 252 'targets': [ |
| 253 { | 253 { |
| 254 # GN version: //components/password_manager/content/common | 254 # GN version: //components/password_manager/content/common |
| 255 'target_name': 'password_manager_content_common', | 255 'target_name': 'password_manager_content_common', |
| 256 'type': 'static_library', | 256 'type': 'static_library', |
| 257 'dependencies': [ | 257 'dependencies': [ |
| 258 '../base/base.gyp:base', | 258 '../base/base.gyp:base', |
| 259 '../content/content.gyp:content_common', | 259 '../content/content.gyp:content_common', |
| 260 '../ipc/ipc.gyp:ipc', | 260 '../ipc/ipc.gyp:ipc', |
| 261 '../third_party/WebKit/public/blink.gyp:blink_minimal', | 261 '../third_party/WebKit/public/blink.gyp:blink_minimal', |
| 262 '../url/ipc/url_ipc.gyp:url_ipc', | |
| 263 'password_manager_core_common', | 262 'password_manager_core_common', |
| 264 ], | 263 ], |
| 265 'include_dirs': [ | 264 'include_dirs': [ |
| 266 '..', | 265 '..', |
| 267 ], | 266 ], |
| 268 'sources': [ | 267 'sources': [ |
| 269 'password_manager/content/common/credential_manager_content_utils.cc
', | 268 'password_manager/content/common/credential_manager_content_utils.cc
', |
| 270 'password_manager/content/common/credential_manager_content_utils.h'
, | 269 'password_manager/content/common/credential_manager_content_utils.h'
, |
| 271 'password_manager/content/common/credential_manager_message_generato
r.cc', | 270 'password_manager/content/common/credential_manager_message_generato
r.cc', |
| 272 'password_manager/content/common/credential_manager_message_generato
r.h', | 271 'password_manager/content/common/credential_manager_message_generato
r.h', |
| 273 'password_manager/content/common/credential_manager_messages.h', | 272 'password_manager/content/common/credential_manager_messages.h', |
| 274 ], | 273 ], |
| 275 }, | 274 }, |
| 276 { | 275 { |
| 277 # GN version: //components/password_manager/content/renderer | 276 # GN version: //components/password_manager/content/renderer |
| 278 'target_name': 'password_manager_content_renderer', | 277 'target_name': 'password_manager_content_renderer', |
| 279 'type': 'static_library', | 278 'type': 'static_library', |
| 280 'dependencies': [ | 279 'dependencies': [ |
| 281 '../base/base.gyp:base', | 280 '../base/base.gyp:base', |
| 282 '../content/content.gyp:content_common', | 281 '../content/content.gyp:content_common', |
| 283 '../ipc/ipc.gyp:ipc', | 282 '../ipc/ipc.gyp:ipc', |
| 284 '../third_party/WebKit/public/blink.gyp:blink', | 283 '../third_party/WebKit/public/blink.gyp:blink', |
| 285 '../url/ipc/url_ipc.gyp:url_ipc', | |
| 286 'password_manager_core_common', | 284 'password_manager_core_common', |
| 287 'password_manager_content_common', | 285 'password_manager_content_common', |
| 288 ], | 286 ], |
| 289 'include_dirs': [ | 287 'include_dirs': [ |
| 290 '..', | 288 '..', |
| 291 ], | 289 ], |
| 292 'sources': [ | 290 'sources': [ |
| 293 'password_manager/content/renderer/credential_manager_client.cc', | 291 'password_manager/content/renderer/credential_manager_client.cc', |
| 294 'password_manager/content/renderer/credential_manager_client.h', | 292 'password_manager/content/renderer/credential_manager_client.h', |
| 295 ], | 293 ], |
| (...skipping 29 matching lines...) Expand all Loading... |
| 325 'password_manager/content/browser/credential_manager_dispatcher.cc', | 323 'password_manager/content/browser/credential_manager_dispatcher.cc', |
| 326 'password_manager/content/browser/credential_manager_dispatcher.h', | 324 'password_manager/content/browser/credential_manager_dispatcher.h', |
| 327 'password_manager/content/browser/password_manager_internals_service
_factory.cc', | 325 'password_manager/content/browser/password_manager_internals_service
_factory.cc', |
| 328 'password_manager/content/browser/password_manager_internals_service
_factory.h', | 326 'password_manager/content/browser/password_manager_internals_service
_factory.h', |
| 329 ], | 327 ], |
| 330 }, | 328 }, |
| 331 ], | 329 ], |
| 332 }], | 330 }], |
| 333 ], | 331 ], |
| 334 } | 332 } |
| OLD | NEW |