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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2026353002: [Autofill] Credit Card Assist Infobar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleaning 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/autofill.gypi » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 '../tools/json_schema_compiler/test/crossref_unittest.cc', 352 '../tools/json_schema_compiler/test/crossref_unittest.cc',
353 '../tools/json_schema_compiler/test/enums_unittest.cc', 353 '../tools/json_schema_compiler/test/enums_unittest.cc',
354 '../tools/json_schema_compiler/test/error_generation_unittest.cc', 354 '../tools/json_schema_compiler/test/error_generation_unittest.cc',
355 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc', 355 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc',
356 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 356 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
357 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 357 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
358 '../tools/json_schema_compiler/test/objects_unittest.cc', 358 '../tools/json_schema_compiler/test/objects_unittest.cc',
359 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 359 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
360 ], 360 ],
361 'chrome_unit_tests_android_sources': [ 361 'chrome_unit_tests_android_sources': [
362 'browser/autofill/autofill_credit_card_filling_infobar_delegate_mobile_uni ttest.cc',
362 'browser/autofill/autofill_save_card_infobar_delegate_mobile_unittest.cc', 363 'browser/autofill/autofill_save_card_infobar_delegate_mobile_unittest.cc',
363 'browser/password_manager/account_chooser_dialog_android_unittest.cc', 364 'browser/password_manager/account_chooser_dialog_android_unittest.cc',
364 'browser/password_manager/auto_signin_first_run_dialog_android_unittest.cc ', 365 'browser/password_manager/auto_signin_first_run_dialog_android_unittest.cc ',
365 'browser/password_manager/save_password_infobar_delegate_android_unittest. cc', 366 'browser/password_manager/save_password_infobar_delegate_android_unittest. cc',
366 'browser/permissions/permission_queue_controller_unittest.cc', 367 'browser/permissions/permission_queue_controller_unittest.cc',
367 ], 368 ],
368 'chrome_unit_tests_non_mobile_sources': [ 369 'chrome_unit_tests_non_mobile_sources': [
369 'browser/download/download_dir_policy_handler_unittest.cc', 370 'browser/download/download_dir_policy_handler_unittest.cc',
370 'browser/lifetime/keep_alive_registry_unittest.cc', 371 'browser/lifetime/keep_alive_registry_unittest.cc',
371 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', 372 'browser/renderer_context_menu/render_view_context_menu_test_util.cc',
(...skipping 2663 matching lines...) Expand 10 before | Expand all | Expand 10 after
3035 'dependencies': [ 3036 'dependencies': [
3036 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3037 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3037 ], 3038 ],
3038 }], 3039 }],
3039 ], 3040 ],
3040 }, 3041 },
3041 ], 3042 ],
3042 }], 3043 }],
3043 ], # 'conditions' 3044 ], # 'conditions'
3044 } 3045 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/autofill.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698