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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 998513002: Revert of Remove OneClickSigninHelper since it is no longer used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ocl
Patch Set: 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/signin/core/browser/signin_metrics.h » ('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 '../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',
612 'browser/ui/sync/one_click_signin_sync_observer_unittest.cc', 613 'browser/ui/sync/one_click_signin_sync_observer_unittest.cc',
613 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', 614 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc',
614 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc', 615 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc',
615 ], 616 ],
616 'chrome_unit_tests_spellchecker_sources': [ 617 'chrome_unit_tests_spellchecker_sources': [
617 'browser/spellchecker/spellcheck_action_unittest.cc', 618 'browser/spellchecker/spellcheck_action_unittest.cc',
618 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', 619 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc',
619 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', 620 'browser/spellchecker/spellcheck_host_metrics_unittest.cc',
620 'browser/spellchecker/spellcheck_message_filter_mac_unittest.cc', 621 'browser/spellchecker/spellcheck_message_filter_mac_unittest.cc',
621 'browser/spellchecker/spellcheck_message_filter_unittest.cc', 622 'browser/spellchecker/spellcheck_message_filter_unittest.cc',
(...skipping 1533 matching lines...) Expand 10 before | Expand all | Expand 10 after
2155 ['OS!="mac" and OS!="ios"', { 2156 ['OS!="mac" and OS!="ios"', {
2156 'dependencies': [ '../third_party/hunspell/hunspell.gyp:hunspell' ], 2157 'dependencies': [ '../third_party/hunspell/hunspell.gyp:hunspell' ],
2157 }], 2158 }],
2158 ], 2159 ],
2159 }], 2160 }],
2160 ['enable_one_click_signin==1', { 2161 ['enable_one_click_signin==1', {
2161 'sources': [ '<@(chrome_unit_tests_one_click_signin_sources)' ], 2162 'sources': [ '<@(chrome_unit_tests_one_click_signin_sources)' ],
2162 'conditions': [ 2163 'conditions': [
2163 ['chromeos == 1', { 2164 ['chromeos == 1', {
2164 'sources!': [ 2165 'sources!': [
2166 'browser/ui/sync/one_click_signin_helper_unittest.cc',
2165 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', 2167 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc',
2166 ], 2168 ],
2167 }], 2169 }],
2168 ['toolkit_views == 0', { 2170 ['toolkit_views == 0', {
2169 'sources!': [ 2171 'sources!': [
2170 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc' , 2172 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc' ,
2171 ], 2173 ],
2172 }], 2174 }],
2173 ], 2175 ],
2174 }], 2176 }],
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
2748 'dependencies': [ 2750 'dependencies': [
2749 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2751 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2750 ], 2752 ],
2751 }], 2753 }],
2752 ], 2754 ],
2753 }, 2755 },
2754 ], 2756 ],
2755 }], 2757 }],
2756 ], # 'conditions' 2758 ], # 'conditions'
2757 } 2759 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/signin/core/browser/signin_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698