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

Side by Side Diff: components/password_manager.gypi

Issue 1832703002: Mojo: Simplify typemap usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-bindings-variant-import
Patch Set: add missing mash dependency Created 4 years, 8 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 }, 251 },
252 ], 252 ],
253 'conditions': [ 253 'conditions': [
254 ['OS != "ios"', { 254 ['OS != "ios"', {
255 'targets': [ 255 'targets': [
256 { 256 {
257 # GN version: //components/password_manager/content/public/interfaces 257 # GN version: //components/password_manager/content/public/interfaces
258 'target_name': 'password_manager_content_mojo_bindings_mojom', 258 'target_name': 'password_manager_content_mojo_bindings_mojom',
259 'type': 'none', 259 'type': 'none',
260 'variables': { 260 'variables': {
261 'mojom_extra_generator_args': [
262 '--typemap', '<(DEPTH)/url/mojo/origin.typemap',
263 ],
264 'mojom_files': [ 261 'mojom_files': [
265 'password_manager/content/public/interfaces/credential_manager.moj om', 262 'password_manager/content/public/interfaces/credential_manager.moj om',
266 ], 263 ],
264 'mojom_typemaps': [
265 '<(DEPTH)/url/mojo/origin.typemap',
266 ],
267 }, 267 },
268 'include_dirs': [ 268 'include_dirs': [
269 '..', 269 '..',
270 ], 270 ],
271 'includes': [ 271 'includes': [
272 '../mojo/mojom_bindings_generator_explicit.gypi', 272 '../mojo/mojom_bindings_generator_explicit.gypi',
273 ], 273 ],
274 }, 274 },
275 { 275 {
276 # GN version: //components/password_manager/content/public/cpp 276 # GN version: //components/password_manager/content/public/cpp
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 'password_manager/content/browser/credential_manager_impl.cc', 349 'password_manager/content/browser/credential_manager_impl.cc',
350 'password_manager/content/browser/credential_manager_impl.h', 350 'password_manager/content/browser/credential_manager_impl.h',
351 'password_manager/content/browser/password_manager_internals_service _factory.cc', 351 'password_manager/content/browser/password_manager_internals_service _factory.cc',
352 'password_manager/content/browser/password_manager_internals_service _factory.h', 352 'password_manager/content/browser/password_manager_internals_service _factory.h',
353 ], 353 ],
354 }, 354 },
355 ], 355 ],
356 }], 356 }],
357 ], 357 ],
358 } 358 }
OLDNEW
« no previous file with comments | « components/mus/public/interfaces/BUILD.gn ('k') | components/password_manager/content/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698