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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 873103002: Removed unused native code related to wifi bootstrapping. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sun 01/25/2015 21:44:58.31 Created 5 years, 11 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.gypi ('k') | components/cloud_devices/common/cloud_devices_switches.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 946 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 ], 957 ],
958 'chrome_unit_tests_service_discovery_sources': [ 958 'chrome_unit_tests_service_discovery_sources': [
959 'browser/local_discovery/cloud_device_list_unittest.cc', 959 'browser/local_discovery/cloud_device_list_unittest.cc',
960 'browser/local_discovery/cloud_print_printer_list_unittest.cc', 960 'browser/local_discovery/cloud_print_printer_list_unittest.cc',
961 'browser/local_discovery/gcd_api_flow_unittest.cc', 961 'browser/local_discovery/gcd_api_flow_unittest.cc',
962 'browser/local_discovery/gcd_registration_ticket_request_unittest.cc', 962 'browser/local_discovery/gcd_registration_ticket_request_unittest.cc',
963 'browser/local_discovery/privet_confirm_api_flow_unittest.cc', 963 'browser/local_discovery/privet_confirm_api_flow_unittest.cc',
964 'browser/local_discovery/privet_http_unittest.cc', 964 'browser/local_discovery/privet_http_unittest.cc',
965 'browser/local_discovery/privet_url_fetcher_unittest.cc', 965 'browser/local_discovery/privet_url_fetcher_unittest.cc',
966 'browser/local_discovery/privetv3_session_unittest.cc', 966 'browser/local_discovery/privetv3_session_unittest.cc',
967 'browser/local_discovery/privetv3_setup_flow_unittest.cc',
968 'browser/local_discovery/service_discovery_client_mac_unittest.mm', 967 'browser/local_discovery/service_discovery_client_mac_unittest.mm',
969 ], 968 ],
970 'chrome_unit_tests_configuration_policy_sources': [ 969 'chrome_unit_tests_configuration_policy_sources': [
971 'browser/net/proxy_policy_handler_unittest.cc', 970 'browser/net/proxy_policy_handler_unittest.cc',
972 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', 971 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc',
973 'browser/policy/cloud/user_policy_signin_service_unittest.cc', 972 'browser/policy/cloud/user_policy_signin_service_unittest.cc',
974 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', 973 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc',
975 'browser/policy/javascript_policy_handler_unittest.cc', 974 'browser/policy/javascript_policy_handler_unittest.cc',
976 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', 975 'browser/policy/managed_bookmarks_policy_handler_unittest.cc',
977 'browser/policy/policy_path_parser_unittest.cc', 976 'browser/policy/policy_path_parser_unittest.cc',
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
1530 'browser/ui/app_list/profile_loader_unittest.cc', 1529 'browser/ui/app_list/profile_loader_unittest.cc',
1531 'browser/ui/app_list/search/omnibox_result_unittest.cc', 1530 'browser/ui/app_list/search/omnibox_result_unittest.cc',
1532 'browser/ui/app_list/search/suggestions/suggestions_search_provider_unitte st.cc', 1531 'browser/ui/app_list/search/suggestions/suggestions_search_provider_unitte st.cc',
1533 'browser/ui/app_list/speech_auth_helper_unittest.cc', 1532 'browser/ui/app_list/speech_auth_helper_unittest.cc',
1534 'browser/ui/app_list/test/fake_profile.cc', 1533 'browser/ui/app_list/test/fake_profile.cc',
1535 'browser/ui/app_list/test/fake_profile.h', 1534 'browser/ui/app_list/test/fake_profile.h',
1536 'browser/ui/app_list/test/fake_profile_store.cc', 1535 'browser/ui/app_list/test/fake_profile_store.cc',
1537 'browser/ui/app_list/test/fake_profile_store.h', 1536 'browser/ui/app_list/test/fake_profile_store.h',
1538 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 1537 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
1539 ], 1538 ],
1540 'chrome_unit_tests_wifi_bootstrapping_sources': [
1541 'browser/local_discovery/wifi/bootstrapping_device_lister_unittest.cc',
1542 'browser/local_discovery/wifi/bootstrapping_network_switcher_unittest.cc',
1543 ],
1544 }, 1539 },
1545 'targets': [ 1540 'targets': [
1546 { 1541 {
1547 # This target contains mocks and test utilities that don't belong in 1542 # This target contains mocks and test utilities that don't belong in
1548 # production libraries but are used by more than one test executable. 1543 # production libraries but are used by more than one test executable.
1549 # 1544 #
1550 # GN version: //chrome/test:test_support 1545 # GN version: //chrome/test:test_support
1551 'target_name': 'test_support_common', 1546 'target_name': 'test_support_common',
1552 'type': 'static_library', 1547 'type': 'static_library',
1553 'dependencies': [ 1548 'dependencies': [
(...skipping 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after
2592 'sources!': [ 2587 'sources!': [
2593 # crbug.com/354036 2588 # crbug.com/354036
2594 'browser/chromeos/events/event_rewriter_unittest.cc', 2589 'browser/chromeos/events/event_rewriter_unittest.cc',
2595 ], 2590 ],
2596 }], 2591 }],
2597 ['enable_plugin_installation==0', { 2592 ['enable_plugin_installation==0', {
2598 'sources!': [ 2593 'sources!': [
2599 'browser/plugins/plugin_installer_unittest.cc', 2594 'browser/plugins/plugin_installer_unittest.cc',
2600 ], 2595 ],
2601 }], 2596 }],
2602 ['enable_wifi_bootstrapping', {
2603 'sources' : [ '<@(chrome_unit_tests_wifi_bootstrapping_sources)' ],
2604 }],
2605 ], 2597 ],
2606 }, 2598 },
2607 { 2599 {
2608 'target_name': 'chrome_app_unittests', 2600 'target_name': 'chrome_app_unittests',
2609 'type': 'executable', 2601 'type': 'executable',
2610 'dependencies': [ 2602 'dependencies': [
2611 # unit tests should only depend on 2603 # unit tests should only depend on
2612 # 1) everything that the chrome binaries depend on: 2604 # 1) everything that the chrome binaries depend on:
2613 '<@(chromium_browser_dependencies)', 2605 '<@(chromium_browser_dependencies)',
2614 '<@(chromium_child_dependencies)', 2606 '<@(chromium_child_dependencies)',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
2747 'dependencies': [ 2739 'dependencies': [
2748 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2740 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2749 ], 2741 ],
2750 }], 2742 }],
2751 ], 2743 ],
2752 }, 2744 },
2753 ], 2745 ],
2754 }], 2746 }],
2755 ], # 'conditions' 2747 ], # 'conditions'
2756 } 2748 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/cloud_devices/common/cloud_devices_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698