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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 61763026: Move chrome/browser/nacl_host/pnacl_translation_cache.* to components/nacl/browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_common.gypi ('k') | components/components_tests.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 '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 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after
1027 'browser/metrics/metrics_log_unittest.cc', 1027 'browser/metrics/metrics_log_unittest.cc',
1028 'browser/metrics/metrics_log_serializer_unittest.cc', 1028 'browser/metrics/metrics_log_serializer_unittest.cc',
1029 'browser/metrics/metrics_service_unittest.cc', 1029 'browser/metrics/metrics_service_unittest.cc',
1030 'browser/metrics/thread_watcher_unittest.cc', 1030 'browser/metrics/thread_watcher_unittest.cc',
1031 'browser/metrics/time_ticks_experiment_unittest.cc', 1031 'browser/metrics/time_ticks_experiment_unittest.cc',
1032 'browser/metrics/variations/variations_http_header_provider_unittest.cc' , 1032 'browser/metrics/variations/variations_http_header_provider_unittest.cc' ,
1033 'browser/metrics/variations/variations_service_unittest.cc', 1033 'browser/metrics/variations/variations_service_unittest.cc',
1034 'browser/metrics/variations/variations_request_scheduler_unittest.cc', 1034 'browser/metrics/variations/variations_request_scheduler_unittest.cc',
1035 'browser/nacl_host/nacl_file_host_unittest.cc', 1035 'browser/nacl_host/nacl_file_host_unittest.cc',
1036 'browser/nacl_host/nacl_process_host_unittest.cc', 1036 'browser/nacl_host/nacl_process_host_unittest.cc',
1037 'browser/nacl_host/pnacl_translation_cache_unittest.cc',
1038 'browser/nacl_host/pnacl_host_unittest.cc', 1037 'browser/nacl_host/pnacl_host_unittest.cc',
1039 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc', 1038 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc',
1040 'browser/net/chrome_network_data_saving_metrics_unittest.cc', 1039 'browser/net/chrome_network_data_saving_metrics_unittest.cc',
1041 'browser/net/chrome_network_delegate_unittest.cc', 1040 'browser/net/chrome_network_delegate_unittest.cc',
1042 'browser/net/client_hints_unittest.cc', 1041 'browser/net/client_hints_unittest.cc',
1043 'browser/net/connection_tester_unittest.cc', 1042 'browser/net/connection_tester_unittest.cc',
1044 'browser/net/dns_probe_runner_unittest.cc', 1043 'browser/net/dns_probe_runner_unittest.cc',
1045 'browser/net/dns_probe_service_unittest.cc', 1044 'browser/net/dns_probe_service_unittest.cc',
1046 'browser/net/evicted_domain_cookie_counter_unittest.cc', 1045 'browser/net/evicted_domain_cookie_counter_unittest.cc',
1047 'browser/net/firefox_proxy_settings_unittest.cc', 1046 'browser/net/firefox_proxy_settings_unittest.cc',
(...skipping 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after
2129 'browser/ui/sync/one_click_signin_helper_unittest.cc', 2128 'browser/ui/sync/one_click_signin_helper_unittest.cc',
2130 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', 2129 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc',
2131 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc', 2130 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc',
2132 ] 2131 ]
2133 }], 2132 }],
2134 ['disable_nacl==1', { 2133 ['disable_nacl==1', {
2135 'sources!':[ 2134 'sources!':[
2136 'browser/nacl_host/nacl_file_host_unittest.cc', 2135 'browser/nacl_host/nacl_file_host_unittest.cc',
2137 'browser/nacl_host/nacl_process_host_unittest.cc', 2136 'browser/nacl_host/nacl_process_host_unittest.cc',
2138 'browser/nacl_host/pnacl_host_unittest.cc', 2137 'browser/nacl_host/pnacl_host_unittest.cc',
2139 'browser/nacl_host/pnacl_translation_cache_unittest.cc',
2140 # TODO(yael): Move to //components/components_tests.gypi once 2138 # TODO(yael): Move to //components/components_tests.gypi once
2141 # nacl_defines is moved out of chrome.gyp into a common place. 2139 # nacl_defines is moved out of chrome.gyp into a common place.
2142 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', 2140 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc',
2143 '../components/nacl/loader/nacl_validation_query_unittest.cc', 2141 '../components/nacl/loader/nacl_validation_query_unittest.cc',
2144 ], 2142 ],
2145 }], 2143 }],
2146 ['enable_extensions==0', { 2144 ['enable_extensions==0', {
2147 'sources/': [ 2145 'sources/': [
2148 ['exclude', '^../extensions/'], 2146 ['exclude', '^../extensions/'],
2149 ['exclude', '^browser/extensions/activity_log/'], 2147 ['exclude', '^browser/extensions/activity_log/'],
(...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after
2944 'sources': [ 2942 'sources': [
2945 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2943 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2946 ], 2944 ],
2947 }], # 'OS=="win"' 2945 }], # 'OS=="win"'
2948 ], 2946 ],
2949 }, 2947 },
2950 ], 2948 ],
2951 }], 2949 }],
2952 ], # 'conditions' 2950 ], # 'conditions'
2953 } 2951 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698