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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 14352005: Rename pnacl_file_host to nacl_file_host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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') | ppapi/native_client/src/trusted/plugin/pnacl_resources.cc » ('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 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 'browser/media_galleries/win/mtp_device_object_enumerator_unittest.cc', 879 'browser/media_galleries/win/mtp_device_object_enumerator_unittest.cc',
880 'browser/metrics/metrics_log_unittest.cc', 880 'browser/metrics/metrics_log_unittest.cc',
881 'browser/metrics/metrics_log_serializer_unittest.cc', 881 'browser/metrics/metrics_log_serializer_unittest.cc',
882 'browser/metrics/metrics_service_unittest.cc', 882 'browser/metrics/metrics_service_unittest.cc',
883 'browser/metrics/thread_watcher_unittest.cc', 883 'browser/metrics/thread_watcher_unittest.cc',
884 'browser/metrics/variations/network_time_tracker_unittest.cc', 884 'browser/metrics/variations/network_time_tracker_unittest.cc',
885 'browser/metrics/variations/variations_service_unittest.cc', 885 'browser/metrics/variations/variations_service_unittest.cc',
886 'browser/metrics/variations/resource_request_allowed_notifier_test_util. cc', 886 'browser/metrics/variations/resource_request_allowed_notifier_test_util. cc',
887 'browser/metrics/variations/resource_request_allowed_notifier_test_util. h', 887 'browser/metrics/variations/resource_request_allowed_notifier_test_util. h',
888 'browser/metrics/variations/resource_request_allowed_notifier_unittest.c c', 888 'browser/metrics/variations/resource_request_allowed_notifier_unittest.c c',
889 'browser/nacl_host/nacl_file_host_unittest.cc',
889 'browser/nacl_host/nacl_validation_cache_unittest.cc', 890 'browser/nacl_host/nacl_validation_cache_unittest.cc',
890 'browser/nacl_host/pnacl_file_host_unittest.cc',
891 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc', 891 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc',
892 'browser/net/chrome_net_log_unittest.cc', 892 'browser/net/chrome_net_log_unittest.cc',
893 'browser/net/chrome_network_delegate_unittest.cc', 893 'browser/net/chrome_network_delegate_unittest.cc',
894 'browser/net/connection_tester_unittest.cc', 894 'browser/net/connection_tester_unittest.cc',
895 'browser/net/dns_probe_job_unittest.cc', 895 'browser/net/dns_probe_job_unittest.cc',
896 'browser/net/dns_probe_service_unittest.cc', 896 'browser/net/dns_probe_service_unittest.cc',
897 'browser/net/evicted_domain_cookie_counter_unittest.cc', 897 'browser/net/evicted_domain_cookie_counter_unittest.cc',
898 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', 898 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc',
899 'browser/net/http_pipelining_compatibility_client_unittest.cc', 899 'browser/net/http_pipelining_compatibility_client_unittest.cc',
900 'browser/net/http_server_properties_manager_unittest.cc', 900 'browser/net/http_server_properties_manager_unittest.cc',
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
1797 ], 1797 ],
1798 }], 1798 }],
1799 ['enable_one_click_signin==0', { 1799 ['enable_one_click_signin==0', {
1800 'sources!': [ 1800 'sources!': [
1801 'browser/ui/cocoa/one_click_signin_bubble_controller_unittest.mm', 1801 'browser/ui/cocoa/one_click_signin_bubble_controller_unittest.mm',
1802 'browser/ui/sync/one_click_signin_helper_unittest.cc', 1802 'browser/ui/sync/one_click_signin_helper_unittest.cc',
1803 ] 1803 ]
1804 }], 1804 }],
1805 ['disable_nacl==1', { 1805 ['disable_nacl==1', {
1806 'sources!':[ 1806 'sources!':[
1807 'browser/nacl_host/nacl_file_host_unittest.cc',
1807 'browser/nacl_host/nacl_validation_cache_unittest.cc', 1808 'browser/nacl_host/nacl_validation_cache_unittest.cc',
1808 'browser/nacl_host/pnacl_file_host_unittest.cc',
1809 'nacl/nacl_ipc_adapter_unittest.cc', 1809 'nacl/nacl_ipc_adapter_unittest.cc',
1810 'nacl/nacl_validation_query_unittest.cc', 1810 'nacl/nacl_validation_query_unittest.cc',
1811 ], 1811 ],
1812 }], 1812 }],
1813 ['enable_extensions==0', { 1813 ['enable_extensions==0', {
1814 'sources/': [ 1814 'sources/': [
1815 ['exclude', '^../extensions/'], 1815 ['exclude', '^../extensions/'],
1816 ['exclude', '^browser/extensions/activity_database_unittest.cc'], 1816 ['exclude', '^browser/extensions/activity_database_unittest.cc'],
1817 ['exclude', '^browser/extensions/activity_log_unittest.cc'], 1817 ['exclude', '^browser/extensions/activity_log_unittest.cc'],
1818 ['exclude', '^browser/extensions/api/'], 1818 ['exclude', '^browser/extensions/api/'],
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
2420 # more details. 2420 # more details.
2421 'DebugInformationFormat': '3', 2421 'DebugInformationFormat': '3',
2422 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2422 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2423 }, 2423 },
2424 }, 2424 },
2425 }, 2425 },
2426 ], 2426 ],
2427 }], 2427 }],
2428 ], # 'conditions' 2428 ], # 'conditions'
2429 } 2429 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ppapi/native_client/src/trusted/plugin/pnacl_resources.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698