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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 492693004: Delete Privet filesystem code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2179 matching lines...) Expand 10 before | Expand all | Expand 10 after
2190 'browser/local_discovery/cloud_device_list_unittest.cc', 2190 'browser/local_discovery/cloud_device_list_unittest.cc',
2191 'browser/local_discovery/cloud_print_printer_list_unittest.cc', 2191 'browser/local_discovery/cloud_print_printer_list_unittest.cc',
2192 'browser/local_discovery/gcd_api_flow_unittest.cc', 2192 'browser/local_discovery/gcd_api_flow_unittest.cc',
2193 'browser/local_discovery/gcd_registration_ticket_request_unittest.cc ', 2193 'browser/local_discovery/gcd_registration_ticket_request_unittest.cc ',
2194 'browser/local_discovery/privet_confirm_api_flow_unittest.cc', 2194 'browser/local_discovery/privet_confirm_api_flow_unittest.cc',
2195 'browser/local_discovery/privet_http_unittest.cc', 2195 'browser/local_discovery/privet_http_unittest.cc',
2196 'browser/local_discovery/privet_url_fetcher_unittest.cc', 2196 'browser/local_discovery/privet_url_fetcher_unittest.cc',
2197 'browser/local_discovery/privetv3_session_unittest.cc', 2197 'browser/local_discovery/privetv3_session_unittest.cc',
2198 'browser/local_discovery/privetv3_setup_flow_unittest.cc', 2198 'browser/local_discovery/privetv3_setup_flow_unittest.cc',
2199 'browser/local_discovery/service_discovery_client_mac_unittest.mm', 2199 'browser/local_discovery/service_discovery_client_mac_unittest.mm',
2200 'browser/local_discovery/storage/path_util_unittest.cc',
2201 'browser/local_discovery/storage/privet_filesystem_attribute_cache_u nittest.cc',
2202 ], 2200 ],
2203 }], 2201 }],
2204 ['configuration_policy==0', { 2202 ['configuration_policy==0', {
2205 'sources!': [ 2203 'sources!': [
2206 'browser/extensions/api/storage/policy_value_store_unittest.cc', 2204 'browser/extensions/api/storage/policy_value_store_unittest.cc',
2207 'browser/extensions/policy_handlers_unittest.cc', 2205 'browser/extensions/policy_handlers_unittest.cc',
2208 'browser/net/proxy_policy_handler_unittest.cc', 2206 'browser/net/proxy_policy_handler_unittest.cc',
2209 'browser/prefs/proxy_policy_unittest.cc', 2207 'browser/prefs/proxy_policy_unittest.cc',
2210 'browser/profiles/incognito_mode_policy_handler_unittest.cc', 2208 'browser/profiles/incognito_mode_policy_handler_unittest.cc',
2211 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', 2209 'browser/sessions/restore_on_startup_policy_handler_unittest.cc',
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
2864 'dependencies': [ 2862 'dependencies': [
2865 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2863 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2866 ], 2864 ],
2867 }], 2865 }],
2868 ], 2866 ],
2869 }, 2867 },
2870 ], 2868 ],
2871 }], 2869 }],
2872 ], # 'conditions' 2870 ], # 'conditions'
2873 } 2871 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698