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

Side by Side Diff: components/password_manager.gypi

Issue 2156303003: Mojo C++ bindings: make the generator use STL/WTF string/vector/map by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into 72_switch_default Created 4 years, 5 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',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698