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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 914363003: Remove OneClickSigninHelper since it is no longer used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ocl
Patch Set: rebased Created 5 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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 '../tools/json_schema_compiler/test/error_generation_unittest.cc', 602 '../tools/json_schema_compiler/test/error_generation_unittest.cc',
603 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc', 603 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc',
604 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 604 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
605 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 605 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
606 '../tools/json_schema_compiler/test/objects_unittest.cc', 606 '../tools/json_schema_compiler/test/objects_unittest.cc',
607 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 607 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
608 '../ui/webui/resources/js/cr.js', 608 '../ui/webui/resources/js/cr.js',
609 ], 609 ],
610 'chrome_unit_tests_one_click_signin_sources': [ 610 'chrome_unit_tests_one_click_signin_sources': [
611 'browser/ui/cocoa/one_click_signin_bubble_controller_unittest.mm', 611 'browser/ui/cocoa/one_click_signin_bubble_controller_unittest.mm',
612 'browser/ui/sync/one_click_signin_helper_unittest.cc',
613 'browser/ui/sync/one_click_signin_sync_observer_unittest.cc', 612 'browser/ui/sync/one_click_signin_sync_observer_unittest.cc',
614 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', 613 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc',
615 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc', 614 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc',
616 ], 615 ],
617 'chrome_unit_tests_spellchecker_sources': [ 616 'chrome_unit_tests_spellchecker_sources': [
618 'browser/spellchecker/spellcheck_action_unittest.cc', 617 'browser/spellchecker/spellcheck_action_unittest.cc',
619 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', 618 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc',
620 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', 619 'browser/spellchecker/spellcheck_host_metrics_unittest.cc',
621 'browser/spellchecker/spellcheck_message_filter_mac_unittest.cc', 620 'browser/spellchecker/spellcheck_message_filter_mac_unittest.cc',
622 'browser/spellchecker/spellcheck_message_filter_unittest.cc', 621 'browser/spellchecker/spellcheck_message_filter_unittest.cc',
(...skipping 1534 matching lines...) Expand 10 before | Expand all | Expand 10 after
2157 ['OS!="mac" and OS!="ios"', { 2156 ['OS!="mac" and OS!="ios"', {
2158 'dependencies': [ '../third_party/hunspell/hunspell.gyp:hunspell' ], 2157 'dependencies': [ '../third_party/hunspell/hunspell.gyp:hunspell' ],
2159 }], 2158 }],
2160 ], 2159 ],
2161 }], 2160 }],
2162 ['enable_one_click_signin==1', { 2161 ['enable_one_click_signin==1', {
2163 'sources': [ '<@(chrome_unit_tests_one_click_signin_sources)' ], 2162 'sources': [ '<@(chrome_unit_tests_one_click_signin_sources)' ],
2164 'conditions': [ 2163 'conditions': [
2165 ['chromeos == 1', { 2164 ['chromeos == 1', {
2166 'sources!': [ 2165 'sources!': [
2167 'browser/ui/sync/one_click_signin_helper_unittest.cc',
2168 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', 2166 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc',
2169 ], 2167 ],
2170 }], 2168 }],
2171 ['toolkit_views == 0', { 2169 ['toolkit_views == 0', {
2172 'sources!': [ 2170 'sources!': [
2173 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc' , 2171 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc' ,
2174 ], 2172 ],
2175 }], 2173 }],
2176 ], 2174 ],
2177 }], 2175 }],
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
2756 'dependencies': [ 2754 'dependencies': [
2757 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2755 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2758 ], 2756 ],
2759 }], 2757 }],
2760 ], 2758 ],
2761 }, 2759 },
2762 ], 2760 ],
2763 }], 2761 }],
2764 ], # 'conditions' 2762 ], # 'conditions'
2765 } 2763 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698