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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1379153003: [Smart Lock, UI] First run expience for Auto sign-in prompt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: AutoSigninFirstRunInfoBar.java Created 5 years, 1 month 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') | no next file » | 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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 526 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
527 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 527 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
528 '../tools/json_schema_compiler/test/objects_unittest.cc', 528 '../tools/json_schema_compiler/test/objects_unittest.cc',
529 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 529 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
530 ], 530 ],
531 'chrome_unit_tests_mac_android_sources': [ 531 'chrome_unit_tests_mac_android_sources': [
532 'browser/autofill/autofill_cc_infobar_delegate_unittest.cc', 532 'browser/autofill/autofill_cc_infobar_delegate_unittest.cc',
533 'browser/password_manager/save_password_infobar_delegate_unittest.cc', 533 'browser/password_manager/save_password_infobar_delegate_unittest.cc',
534 ], 534 ],
535 'chrome_unit_tests_android_sources': [ 535 'chrome_unit_tests_android_sources': [
536 'browser/password_manager/auto_signin_infobar_delegate_unittest.cc',
536 'browser/permissions/permission_queue_controller_unittest.cc', 537 'browser/permissions/permission_queue_controller_unittest.cc',
537 ], 538 ],
538 'chrome_unit_tests_non_mobile_sources': [ 539 'chrome_unit_tests_non_mobile_sources': [
539 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', 540 'browser/renderer_context_menu/render_view_context_menu_test_util.cc',
540 'browser/renderer_context_menu/render_view_context_menu_test_util.h', 541 'browser/renderer_context_menu/render_view_context_menu_test_util.h',
541 'browser/ui/website_settings/mock_permission_bubble_view.cc', 542 'browser/ui/website_settings/mock_permission_bubble_view.cc',
542 'browser/ui/website_settings/mock_permission_bubble_view.h', 543 'browser/ui/website_settings/mock_permission_bubble_view.h',
543 ], 544 ],
544 'chrome_unit_tests_spellchecker_sources': [ 545 'chrome_unit_tests_spellchecker_sources': [
545 'browser/spellchecker/feedback_sender_unittest.cc', 546 'browser/spellchecker/feedback_sender_unittest.cc',
(...skipping 2431 matching lines...) Expand 10 before | Expand all | Expand 10 after
2977 'dependencies': [ 2978 'dependencies': [
2978 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2979 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2979 ], 2980 ],
2980 }], 2981 }],
2981 ], 2982 ],
2982 }, 2983 },
2983 ], 2984 ],
2984 }], 2985 }],
2985 ], # 'conditions' 2986 ], # 'conditions'
2986 } 2987 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698