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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1780443002: Cleanup: roll AutofillCCInfoBarDelegate into AutofillSaveCardInfoBarDelegateMobile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pay_mac_bubble_default
Patch Set: Created 4 years, 9 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 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 '../tools/json_schema_compiler/test/crossref_unittest.cc', 317 '../tools/json_schema_compiler/test/crossref_unittest.cc',
318 '../tools/json_schema_compiler/test/enums_unittest.cc', 318 '../tools/json_schema_compiler/test/enums_unittest.cc',
319 '../tools/json_schema_compiler/test/error_generation_unittest.cc', 319 '../tools/json_schema_compiler/test/error_generation_unittest.cc',
320 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc', 320 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc',
321 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 321 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
322 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 322 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
323 '../tools/json_schema_compiler/test/objects_unittest.cc', 323 '../tools/json_schema_compiler/test/objects_unittest.cc',
324 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 324 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
325 ], 325 ],
326 'chrome_unit_tests_mac_android_sources': [ 326 'chrome_unit_tests_mac_android_sources': [
327 'browser/autofill/autofill_cc_infobar_delegate_unittest.cc',
328 'browser/password_manager/save_password_infobar_delegate_unittest.cc', 327 'browser/password_manager/save_password_infobar_delegate_unittest.cc',
329 ], 328 ],
330 'chrome_unit_tests_android_sources': [ 329 'chrome_unit_tests_android_sources': [
330 'browser/autofill/autofill_save_card_infobar_delegate_mobile_unittest.cc',
Evan Stade 2016/03/08 21:41:49 is this used by ios? if not, maybe rename s/mobile
Justin Donnelly 2016/03/08 22:41:46 It will be used by iOS soon.
331 'browser/password_manager/auto_signin_first_run_dialog_android_unittest.cc ', 331 'browser/password_manager/auto_signin_first_run_dialog_android_unittest.cc ',
332 'browser/permissions/permission_queue_controller_unittest.cc', 332 'browser/permissions/permission_queue_controller_unittest.cc',
333 ], 333 ],
334 'chrome_unit_tests_non_mobile_sources': [ 334 'chrome_unit_tests_non_mobile_sources': [
335 'browser/lifetime/keep_alive_registry_unittest.cc', 335 'browser/lifetime/keep_alive_registry_unittest.cc',
336 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', 336 'browser/renderer_context_menu/render_view_context_menu_test_util.cc',
337 'browser/renderer_context_menu/render_view_context_menu_test_util.h', 337 'browser/renderer_context_menu/render_view_context_menu_test_util.h',
338 'browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc', 338 'browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc',
339 'browser/ui/passwords/manage_passwords_ui_controller_unittest.cc', 339 'browser/ui/passwords/manage_passwords_ui_controller_unittest.cc',
340 'browser/ui/website_settings/mock_permission_bubble_factory.cc', 340 'browser/ui/website_settings/mock_permission_bubble_factory.cc',
(...skipping 2691 matching lines...) Expand 10 before | Expand all | Expand 10 after
3032 'dependencies': [ 3032 'dependencies': [
3033 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3033 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3034 ], 3034 ],
3035 }], 3035 }],
3036 ], 3036 ],
3037 }, 3037 },
3038 ], 3038 ],
3039 }], 3039 }],
3040 ], # 'conditions' 3040 ], # 'conditions'
3041 } 3041 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698