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

Side by Side Diff: components/autofill.gypi

Issue 2180093002: [Autofill] Switch on use_new_wrapper_types mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nit Created 4 years, 4 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 (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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 'variables': { 323 'variables': {
324 'mojom_files': [ 324 'mojom_files': [
325 'autofill/content/public/interfaces/autofill_types.mojom', 325 'autofill/content/public/interfaces/autofill_types.mojom',
326 ], 326 ],
327 'mojom_typemaps': [ 327 'mojom_typemaps': [
328 'autofill/content/public/cpp/autofill_types.typemap', 328 'autofill/content/public/cpp/autofill_types.typemap',
329 '<(DEPTH)/mojo/common/common_custom_types.typemap', 329 '<(DEPTH)/mojo/common/common_custom_types.typemap',
330 '<(DEPTH)/url/mojo/gurl.typemap', 330 '<(DEPTH)/url/mojo/gurl.typemap',
331 '<(DEPTH)/url/mojo/origin.typemap', 331 '<(DEPTH)/url/mojo/origin.typemap',
332 ], 332 ],
333 'use_new_wrapper_types': 'false',
334 }, 333 },
335 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ], 334 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
336 'dependencies': [ 335 'dependencies': [
337 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 336 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
338 ], 337 ],
339 }, 338 },
340 { 339 {
341 # GN version: //components/autofill/content/public/interfaces:types 340 # GN version: //components/autofill/content/public/interfaces:types
342 'target_name': 'autofill_content_types_mojo_bindings', 341 'target_name': 'autofill_content_types_mojo_bindings',
343 'type': 'static_library', 342 'type': 'static_library',
(...skipping 15 matching lines...) Expand all
359 # GN version: //components/autofill/content/public/interfaces:test_typ es 358 # GN version: //components/autofill/content/public/interfaces:test_typ es
360 'target_name': 'autofill_content_test_types_mojo_bindings', 359 'target_name': 'autofill_content_test_types_mojo_bindings',
361 'type': 'static_library', 360 'type': 'static_library',
362 'variables': { 361 'variables': {
363 'mojom_typemaps': [ 362 'mojom_typemaps': [
364 'autofill/content/public/cpp/autofill_types.typemap', 363 'autofill/content/public/cpp/autofill_types.typemap',
365 '<(DEPTH)/mojo/common/common_custom_types.typemap', 364 '<(DEPTH)/mojo/common/common_custom_types.typemap',
366 '<(DEPTH)/url/mojo/gurl.typemap', 365 '<(DEPTH)/url/mojo/gurl.typemap',
367 '<(DEPTH)/url/mojo/origin.typemap', 366 '<(DEPTH)/url/mojo/origin.typemap',
368 ], 367 ],
369 'use_new_wrapper_types': 'false',
370 }, 368 },
371 'sources': [ 369 'sources': [
372 'autofill/content/public/interfaces/test_autofill_types.mojom', 370 'autofill/content/public/interfaces/test_autofill_types.mojom',
373 ], 371 ],
374 'export_dependent_settings': [ 372 'export_dependent_settings': [
375 '../mojo/mojo_base.gyp:mojo_common_custom_types_mojom', 373 '../mojo/mojo_base.gyp:mojo_common_custom_types_mojom',
376 '../url/url.gyp:url_mojom', 374 '../url/url.gyp:url_mojom',
377 'autofill_content_types_mojo_bindings', 375 'autofill_content_types_mojo_bindings',
378 ], 376 ],
379 'dependencies': [ 377 'dependencies': [
(...skipping 12 matching lines...) Expand all
392 'mojom_files': [ 390 'mojom_files': [
393 'autofill/content/public/interfaces/autofill_agent.mojom', 391 'autofill/content/public/interfaces/autofill_agent.mojom',
394 'autofill/content/public/interfaces/autofill_driver.mojom', 392 'autofill/content/public/interfaces/autofill_driver.mojom',
395 ], 393 ],
396 'mojom_typemaps': [ 394 'mojom_typemaps': [
397 'autofill/content/public/cpp/autofill_types.typemap', 395 'autofill/content/public/cpp/autofill_types.typemap',
398 '<(DEPTH)/mojo/common/common_custom_types.typemap', 396 '<(DEPTH)/mojo/common/common_custom_types.typemap',
399 '<(DEPTH)/ui/gfx/geometry/mojo/geometry.typemap', 397 '<(DEPTH)/ui/gfx/geometry/mojo/geometry.typemap',
400 '<(DEPTH)/url/mojo/gurl.typemap', 398 '<(DEPTH)/url/mojo/gurl.typemap',
401 ], 399 ],
402 'use_new_wrapper_types': 'false',
403 }, 400 },
404 'include_dirs': [ 401 'include_dirs': [
405 '..', 402 '..',
406 ], 403 ],
407 'includes': [ 404 'includes': [
408 '../mojo/mojom_bindings_generator_explicit.gypi', 405 '../mojo/mojom_bindings_generator_explicit.gypi',
409 ], 406 ],
410 }, 407 },
411 { 408 {
412 # GN version: //components/autofill/content/public/interfaces 409 # GN version: //components/autofill/content/public/interfaces
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 ], 646 ],
650 }, 647 },
651 'includes': [ 648 'includes': [
652 '../ios/web/js_compile_checked.gypi', 649 '../ios/web/js_compile_checked.gypi',
653 ], 650 ],
654 }, 651 },
655 ], 652 ],
656 }], 653 }],
657 ], 654 ],
658 } 655 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698