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

Side by Side Diff: components/autofill.gypi

Issue 2123483002: Revert of [Autofill] Add typemap for PasswordForm and PasswordFormGenerationData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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',
329 '<(DEPTH)/url/mojo/gurl.typemap', 328 '<(DEPTH)/url/mojo/gurl.typemap',
330 '<(DEPTH)/url/mojo/origin.typemap',
331 ], 329 ],
332 }, 330 },
333 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ], 331 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
334 'dependencies': [ 332 'dependencies': [
335 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 333 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
336 ], 334 ],
337 }, 335 },
338 { 336 {
339 # GN version: //components/autofill/content/public/interfaces:types 337 # GN version: //components/autofill/content/public/interfaces:types
340 'target_name': 'autofill_content_types_mojo_bindings', 338 'target_name': 'autofill_content_types_mojo_bindings',
341 'type': 'static_library', 339 'type': 'static_library',
342 'sources': [ 340 'sources': [
343 'autofill/content/public/cpp/autofill_types_struct_traits.cc' 341 'autofill/content/public/cpp/autofill_types_struct_traits.cc'
344 ], 342 ],
345 'export_dependent_settings': [ 343 'export_dependent_settings': [
346 '../url/url.gyp:url_mojom', 344 '../url/url.gyp:url_mojom',
347 ], 345 ],
348 'dependencies': [ 346 'dependencies': [
349 '../mojo/mojo_base.gyp:mojo_common_lib',
350 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 347 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
351 '../url/url.gyp:url_mojom', 348 '../url/url.gyp:url_mojom',
352 'autofill_content_types_mojo_bindings_mojom', 349 'autofill_content_types_mojo_bindings_mojom',
353 ], 350 ],
354 }, 351 },
355 { 352 {
356 # GN version: //components/autofill/content/public/interfaces:test_typ es 353 # GN version: //components/autofill/content/public/interfaces:test_typ es
357 'target_name': 'autofill_content_test_types_mojo_bindings', 354 'target_name': 'autofill_content_test_types_mojo_bindings',
358 'type': 'static_library', 355 'type': 'static_library',
359 'variables': { 356 'variables': {
360 'mojom_typemaps': [ 357 'mojom_typemaps': [
361 'autofill/content/public/cpp/autofill_types.typemap', 358 'autofill/content/public/cpp/autofill_types.typemap',
362 '<(DEPTH)/mojo/common/common_custom_types.typemap',
363 '<(DEPTH)/url/mojo/gurl.typemap', 359 '<(DEPTH)/url/mojo/gurl.typemap',
364 '<(DEPTH)/url/mojo/origin.typemap',
365 ], 360 ],
366 }, 361 },
367 'sources': [ 362 'sources': [
368 'autofill/content/public/interfaces/test_autofill_types.mojom', 363 'autofill/content/public/interfaces/test_autofill_types.mojom',
369 ], 364 ],
370 'export_dependent_settings': [ 365 'export_dependent_settings': [
371 '../url/url.gyp:url_mojom', 366 '../url/url.gyp:url_mojom',
372 'autofill_content_types_mojo_bindings', 367 'autofill_content_types_mojo_bindings',
373 ], 368 ],
374 'dependencies': [ 369 'dependencies': [
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 ], 627 ],
633 }, 628 },
634 'includes': [ 629 'includes': [
635 '../ios/web/js_compile_checked.gypi', 630 '../ios/web/js_compile_checked.gypi',
636 ], 631 ],
637 }, 632 },
638 ], 633 ],
639 }], 634 }],
640 ], 635 ],
641 } 636 }
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