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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 743623002: Move ProxyResolutionServiceProvider to chromeos/dbus/services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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_chromeos.gypi ('k') | chromeos/chromeos.gyp » ('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 '../apps/saved_files_service_unittest.cc', 7 '../apps/saved_files_service_unittest.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', 9 '../components/autofill/content/renderer/test_password_autofill_agent.h',
10 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 10 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'browser/chrome_page_zoom_unittest.cc', 73 'browser/chrome_page_zoom_unittest.cc',
74 'browser/chrome_process_singleton_win_unittest.cc', 74 'browser/chrome_process_singleton_win_unittest.cc',
75 'browser/chromeos/accessibility/magnification_manager_unittest.cc', 75 'browser/chromeos/accessibility/magnification_manager_unittest.cc',
76 'browser/chromeos/attestation/attestation_ca_client_unittest.cc', 76 'browser/chromeos/attestation/attestation_ca_client_unittest.cc',
77 'browser/chromeos/attestation/attestation_policy_observer_unittest.cc', 77 'browser/chromeos/attestation/attestation_policy_observer_unittest.cc',
78 'browser/chromeos/attestation/fake_certificate.cc', 78 'browser/chromeos/attestation/fake_certificate.cc',
79 'browser/chromeos/attestation/fake_certificate.h', 79 'browser/chromeos/attestation/fake_certificate.h',
80 'browser/chromeos/attestation/platform_verification_flow_unittest.cc', 80 'browser/chromeos/attestation/platform_verification_flow_unittest.cc',
81 'browser/chromeos/customization_document_unittest.cc', 81 'browser/chromeos/customization_document_unittest.cc',
82 'browser/chromeos/dbus/printer_service_provider_unittest.cc', 82 'browser/chromeos/dbus/printer_service_provider_unittest.cc',
83 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc',
84 'browser/chromeos/display/display_preferences_unittest.cc', 83 'browser/chromeos/display/display_preferences_unittest.cc',
85 'browser/chromeos/drive/change_list_loader_unittest.cc', 84 'browser/chromeos/drive/change_list_loader_unittest.cc',
86 'browser/chromeos/drive/change_list_processor_unittest.cc', 85 'browser/chromeos/drive/change_list_processor_unittest.cc',
87 'browser/chromeos/drive/directory_loader_unittest.cc', 86 'browser/chromeos/drive/directory_loader_unittest.cc',
88 'browser/chromeos/drive/download_handler_unittest.cc', 87 'browser/chromeos/drive/download_handler_unittest.cc',
89 'browser/chromeos/drive/drive_file_stream_reader_unittest.cc', 88 'browser/chromeos/drive/drive_file_stream_reader_unittest.cc',
90 'browser/chromeos/drive/drive_integration_service_unittest.cc', 89 'browser/chromeos/drive/drive_integration_service_unittest.cc',
91 'browser/chromeos/drive/dummy_file_system.cc', 90 'browser/chromeos/drive/dummy_file_system.cc',
92 'browser/chromeos/drive/dummy_file_system.h', 91 'browser/chromeos/drive/dummy_file_system.h',
93 'browser/chromeos/drive/fake_file_system.cc', 92 'browser/chromeos/drive/fake_file_system.cc',
(...skipping 2842 matching lines...) Expand 10 before | Expand all | Expand 10 after
2936 'dependencies': [ 2935 'dependencies': [
2937 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2936 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2938 ], 2937 ],
2939 }], 2938 }],
2940 ], 2939 ],
2941 }, 2940 },
2942 ], 2941 ],
2943 }], 2942 }],
2944 ], # 'conditions' 2943 ], # 'conditions'
2945 } 2944 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698