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

Side by Side Diff: components/autofill.gypi

Issue 2101533002: [Autofill] Add typemap for PasswordForm and PasswordFormGenerationData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: origin --> origin_with_path 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
« no previous file with comments | « no previous file | components/autofill/content/public/cpp/autofill_types.typemap » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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/autofill/core/common 8 # GN version: //components/autofill/core/common
9 'target_name': 'autofill_core_common', 9 'target_name': 'autofill_core_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 { 318 {
319 # GN version: //components/autofill/content/public/interfaces:types 319 # GN version: //components/autofill/content/public/interfaces:types
320 'target_name': 'autofill_content_types_mojo_bindings_mojom', 320 'target_name': 'autofill_content_types_mojo_bindings_mojom',
321 'type': 'none', 321 'type': 'none',
322 'variables': { 322 'variables': {
323 'mojom_files': [ 323 'mojom_files': [
324 'autofill/content/public/interfaces/autofill_types.mojom', 324 'autofill/content/public/interfaces/autofill_types.mojom',
325 ], 325 ],
326 'mojom_typemaps': [ 326 'mojom_typemaps': [
327 'autofill/content/public/cpp/autofill_types.typemap', 327 'autofill/content/public/cpp/autofill_types.typemap',
328 '<(DEPTH)/mojo/common/common_custom_types.typemap',
328 '<(DEPTH)/url/mojo/gurl.typemap', 329 '<(DEPTH)/url/mojo/gurl.typemap',
330 '<(DEPTH)/url/mojo/origin.typemap',
329 ], 331 ],
330 }, 332 },
331 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ], 333 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
332 'dependencies': [ 334 'dependencies': [
333 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 335 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
334 ], 336 ],
335 }, 337 },
336 { 338 {
337 # GN version: //components/autofill/content/public/interfaces:types 339 # GN version: //components/autofill/content/public/interfaces:types
338 'target_name': 'autofill_content_types_mojo_bindings', 340 'target_name': 'autofill_content_types_mojo_bindings',
339 'type': 'static_library', 341 'type': 'static_library',
340 'sources': [ 342 'sources': [
341 'autofill/content/public/cpp/autofill_types_struct_traits.cc' 343 'autofill/content/public/cpp/autofill_types_struct_traits.cc'
342 ], 344 ],
343 'export_dependent_settings': [ 345 'export_dependent_settings': [
344 '../url/url.gyp:url_mojom', 346 '../url/url.gyp:url_mojom',
345 ], 347 ],
346 'dependencies': [ 348 'dependencies': [
349 '../mojo/mojo_base.gyp:mojo_common_lib',
347 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 350 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
348 '../url/url.gyp:url_mojom', 351 '../url/url.gyp:url_mojom',
349 'autofill_content_types_mojo_bindings_mojom', 352 'autofill_content_types_mojo_bindings_mojom',
350 ], 353 ],
351 }, 354 },
352 { 355 {
353 # GN version: //components/autofill/content/public/interfaces:test_typ es 356 # GN version: //components/autofill/content/public/interfaces:test_typ es
354 'target_name': 'autofill_content_test_types_mojo_bindings', 357 'target_name': 'autofill_content_test_types_mojo_bindings',
355 'type': 'static_library', 358 'type': 'static_library',
356 'variables': { 359 'variables': {
357 'mojom_typemaps': [ 360 'mojom_typemaps': [
358 'autofill/content/public/cpp/autofill_types.typemap', 361 'autofill/content/public/cpp/autofill_types.typemap',
362 '<(DEPTH)/mojo/common/common_custom_types.typemap',
359 '<(DEPTH)/url/mojo/gurl.typemap', 363 '<(DEPTH)/url/mojo/gurl.typemap',
364 '<(DEPTH)/url/mojo/origin.typemap',
360 ], 365 ],
361 }, 366 },
362 'sources': [ 367 'sources': [
363 'autofill/content/public/interfaces/test_autofill_types.mojom', 368 'autofill/content/public/interfaces/test_autofill_types.mojom',
364 ], 369 ],
365 'export_dependent_settings': [ 370 'export_dependent_settings': [
366 '../url/url.gyp:url_mojom', 371 '../url/url.gyp:url_mojom',
367 'autofill_content_types_mojo_bindings', 372 'autofill_content_types_mojo_bindings',
368 ], 373 ],
369 'dependencies': [ 374 'dependencies': [
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 ], 632 ],
628 }, 633 },
629 'includes': [ 634 'includes': [
630 '../ios/web/js_compile_checked.gypi', 635 '../ios/web/js_compile_checked.gypi',
631 ], 636 ],
632 }, 637 },
633 ], 638 ],
634 }], 639 }],
635 ], 640 ],
636 } 641 }
OLDNEW
« no previous file with comments | « no previous file | components/autofill/content/public/cpp/autofill_types.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698