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

Side by Side Diff: components/autofill.gypi

Issue 1288093004: rAc Wallet extirpation round 4: clean out RPC code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn Created 5 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
« no previous file with comments | « no previous file | components/autofill/content/browser/BUILD.gn » ('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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 'type': 'static_library', 305 'type': 'static_library',
306 'dependencies': [ 306 'dependencies': [
307 'autofill_content_browser', 307 'autofill_content_browser',
308 'autofill_content_renderer', 308 'autofill_content_renderer',
309 '../base/base.gyp:base', 309 '../base/base.gyp:base',
310 '../ipc/ipc.gyp:ipc', 310 '../ipc/ipc.gyp:ipc',
311 '../skia/skia.gyp:skia', 311 '../skia/skia.gyp:skia',
312 '../testing/gmock.gyp:gmock', 312 '../testing/gmock.gyp:gmock',
313 ], 313 ],
314 'sources': [ 314 'sources': [
315 'autofill/content/browser/wallet/mock_wallet_client.cc',
316 'autofill/content/browser/wallet/mock_wallet_client.h',
317 'autofill/content/browser/wallet/wallet_test_util.cc', 315 'autofill/content/browser/wallet/wallet_test_util.cc',
318 'autofill/content/browser/wallet/wallet_test_util.h', 316 'autofill/content/browser/wallet/wallet_test_util.h',
319 'autofill/content/renderer/test_password_autofill_agent.cc', 317 'autofill/content/renderer/test_password_autofill_agent.cc',
320 'autofill/content/renderer/test_password_autofill_agent.h', 318 'autofill/content/renderer/test_password_autofill_agent.h',
321 'autofill/content/renderer/test_password_generation_agent.cc', 319 'autofill/content/renderer/test_password_generation_agent.cc',
322 'autofill/content/renderer/test_password_generation_agent.h', 320 'autofill/content/renderer/test_password_generation_agent.h',
323 ], 321 ],
324 'include_dirs': [ '..' ], 322 'include_dirs': [ '..' ],
325 }, 323 },
326 { 324 {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 ], 358 ],
361 'sources': [ 359 'sources': [
362 'autofill/content/browser/content_autofill_driver.cc', 360 'autofill/content/browser/content_autofill_driver.cc',
363 'autofill/content/browser/content_autofill_driver.h', 361 'autofill/content/browser/content_autofill_driver.h',
364 'autofill/content/browser/content_autofill_driver_factory.cc', 362 'autofill/content/browser/content_autofill_driver_factory.cc',
365 'autofill/content/browser/content_autofill_driver_factory.h', 363 'autofill/content/browser/content_autofill_driver_factory.h',
366 'autofill/content/browser/request_autocomplete_manager.cc', 364 'autofill/content/browser/request_autocomplete_manager.cc',
367 'autofill/content/browser/request_autocomplete_manager.h', 365 'autofill/content/browser/request_autocomplete_manager.h',
368 'autofill/content/browser/risk/fingerprint.cc', 366 'autofill/content/browser/risk/fingerprint.cc',
369 'autofill/content/browser/risk/fingerprint.h', 367 'autofill/content/browser/risk/fingerprint.h',
370 'autofill/content/browser/wallet/form_field_error.cc',
371 'autofill/content/browser/wallet/form_field_error.h',
372 'autofill/content/browser/wallet/full_wallet.cc', 368 'autofill/content/browser/wallet/full_wallet.cc',
373 'autofill/content/browser/wallet/full_wallet.h', 369 'autofill/content/browser/wallet/full_wallet.h',
374 'autofill/content/browser/wallet/gaia_account.cc',
375 'autofill/content/browser/wallet/gaia_account.h',
376 'autofill/content/browser/wallet/instrument.cc',
377 'autofill/content/browser/wallet/instrument.h',
378 'autofill/content/browser/wallet/required_action.cc',
379 'autofill/content/browser/wallet/required_action.h',
380 'autofill/content/browser/wallet/wallet_address.cc', 370 'autofill/content/browser/wallet/wallet_address.cc',
381 'autofill/content/browser/wallet/wallet_address.h', 371 'autofill/content/browser/wallet/wallet_address.h',
382 'autofill/content/browser/wallet/wallet_client.cc',
383 'autofill/content/browser/wallet/wallet_client.h',
384 'autofill/content/browser/wallet/wallet_client_delegate.h',
385 'autofill/content/browser/wallet/wallet_items.cc',
386 'autofill/content/browser/wallet/wallet_items.h',
387 'autofill/content/browser/wallet/wallet_service_url.cc', 372 'autofill/content/browser/wallet/wallet_service_url.cc',
388 'autofill/content/browser/wallet/wallet_service_url.h', 373 'autofill/content/browser/wallet/wallet_service_url.h',
389 'autofill/content/browser/wallet/wallet_signin_helper.cc',
390 'autofill/content/browser/wallet/wallet_signin_helper.h',
391 ], 374 ],
392 375
393 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 376 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
394 'msvs_disabled_warnings': [4267, ], 377 'msvs_disabled_warnings': [4267, ],
395 }, 378 },
396 379
397 { 380 {
398 # GN version: //components/autofill/content/renderer 381 # GN version: //components/autofill/content/renderer
399 'target_name': 'autofill_content_renderer', 382 'target_name': 'autofill_content_renderer',
400 'type': 'static_library', 383 'type': 'static_library',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 ], 472 ],
490 }, 473 },
491 'includes': [ 474 'includes': [
492 '../ios/web/js_compile_checked.gypi', 475 '../ios/web/js_compile_checked.gypi',
493 ], 476 ],
494 }, 477 },
495 ], 478 ],
496 }], 479 }],
497 ], 480 ],
498 } 481 }
OLDNEW
« no previous file with comments | « no previous file | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698