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

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, 10 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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 '../tools/json_schema_compiler/test/error_generation_unittest.cc', 598 '../tools/json_schema_compiler/test/error_generation_unittest.cc',
599 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc', 599 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc',
600 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 600 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
601 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 601 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
602 '../tools/json_schema_compiler/test/objects_unittest.cc', 602 '../tools/json_schema_compiler/test/objects_unittest.cc',
603 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 603 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
604 '../ui/webui/resources/js/cr.js', 604 '../ui/webui/resources/js/cr.js',
605 ], 605 ],
606 'chrome_unit_tests_one_click_signin_sources': [ 606 'chrome_unit_tests_one_click_signin_sources': [
607 'browser/ui/cocoa/one_click_signin_bubble_controller_unittest.mm', 607 'browser/ui/cocoa/one_click_signin_bubble_controller_unittest.mm',
608 'browser/ui/sync/one_click_signin_helper_unittest.cc',
609 'browser/ui/sync/one_click_signin_sync_observer_unittest.cc', 608 'browser/ui/sync/one_click_signin_sync_observer_unittest.cc',
610 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', 609 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc',
611 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc', 610 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc',
612 ], 611 ],
613 'chrome_unit_tests_spellchecker_sources': [ 612 'chrome_unit_tests_spellchecker_sources': [
614 'browser/spellchecker/spellcheck_action_unittest.cc', 613 'browser/spellchecker/spellcheck_action_unittest.cc',
615 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', 614 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc',
616 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', 615 'browser/spellchecker/spellcheck_host_metrics_unittest.cc',
617 'browser/spellchecker/spellcheck_message_filter_mac_unittest.cc', 616 'browser/spellchecker/spellcheck_message_filter_mac_unittest.cc',
618 'browser/spellchecker/spellcheck_message_filter_unittest.cc', 617 'browser/spellchecker/spellcheck_message_filter_unittest.cc',
(...skipping 1528 matching lines...) Expand 10 before | Expand all | Expand 10 after
2147 ['OS!="mac" and OS!="ios"', { 2146 ['OS!="mac" and OS!="ios"', {
2148 'dependencies': [ '../third_party/hunspell/hunspell.gyp:hunspell' ], 2147 'dependencies': [ '../third_party/hunspell/hunspell.gyp:hunspell' ],
2149 }], 2148 }],
2150 ], 2149 ],
2151 }], 2150 }],
2152 ['enable_one_click_signin==1', { 2151 ['enable_one_click_signin==1', {
2153 'sources': [ '<@(chrome_unit_tests_one_click_signin_sources)' ], 2152 'sources': [ '<@(chrome_unit_tests_one_click_signin_sources)' ],
2154 'conditions': [ 2153 'conditions': [
2155 ['chromeos == 1', { 2154 ['chromeos == 1', {
2156 'sources!': [ 2155 'sources!': [
2157 'browser/ui/sync/one_click_signin_helper_unittest.cc',
2158 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', 2156 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc',
2159 ], 2157 ],
2160 }], 2158 }],
2161 ['toolkit_views == 0', { 2159 ['toolkit_views == 0', {
2162 'sources!': [ 2160 'sources!': [
2163 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc' , 2161 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc' ,
2164 ], 2162 ],
2165 }], 2163 }],
2166 ], 2164 ],
2167 }], 2165 }],
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
2740 'dependencies': [ 2738 'dependencies': [
2741 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2739 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2742 ], 2740 ],
2743 }], 2741 }],
2744 ], 2742 ],
2745 }, 2743 },
2746 ], 2744 ],
2747 }], 2745 }],
2748 ], # 'conditions' 2746 ], # 'conditions'
2749 } 2747 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698