| 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 'target_name': 'password_manager_content_mojo_bindings_mojom', | 269 'target_name': 'password_manager_content_mojo_bindings_mojom', |
| 270 'type': 'none', | 270 'type': 'none', |
| 271 'variables': { | 271 'variables': { |
| 272 'mojom_files': [ | 272 'mojom_files': [ |
| 273 'password_manager/content/public/interfaces/credential_manager.moj
om', | 273 'password_manager/content/public/interfaces/credential_manager.moj
om', |
| 274 ], | 274 ], |
| 275 'mojom_typemaps': [ | 275 'mojom_typemaps': [ |
| 276 '<(DEPTH)/url/mojo/gurl.typemap', | 276 '<(DEPTH)/url/mojo/gurl.typemap', |
| 277 '<(DEPTH)/url/mojo/origin.typemap', | 277 '<(DEPTH)/url/mojo/origin.typemap', |
| 278 ], | 278 ], |
| 279 'use_new_wrapper_types': 'false', |
| 279 }, | 280 }, |
| 280 'include_dirs': [ | 281 'include_dirs': [ |
| 281 '..', | 282 '..', |
| 282 ], | 283 ], |
| 283 'includes': [ | 284 'includes': [ |
| 284 '../mojo/mojom_bindings_generator_explicit.gypi', | 285 '../mojo/mojom_bindings_generator_explicit.gypi', |
| 285 ], | 286 ], |
| 286 }, | 287 }, |
| 287 { | 288 { |
| 288 # GN version: //components/password_manager/content/public/cpp | 289 # GN version: //components/password_manager/content/public/cpp |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 'password_manager/content/browser/credential_manager_impl.cc', | 359 'password_manager/content/browser/credential_manager_impl.cc', |
| 359 'password_manager/content/browser/credential_manager_impl.h', | 360 'password_manager/content/browser/credential_manager_impl.h', |
| 360 'password_manager/content/browser/password_manager_internals_service
_factory.cc', | 361 'password_manager/content/browser/password_manager_internals_service
_factory.cc', |
| 361 'password_manager/content/browser/password_manager_internals_service
_factory.h', | 362 'password_manager/content/browser/password_manager_internals_service
_factory.h', |
| 362 ], | 363 ], |
| 363 }, | 364 }, |
| 364 ], | 365 ], |
| 365 }], | 366 }], |
| 366 ], | 367 ], |
| 367 } | 368 } |
| OLD | NEW |