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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 16232011: Add PNaCl translation cache based on Chrome disk_cache (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test type Created 7 years, 6 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 921 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 'browser/metrics/metrics_log_serializer_unittest.cc', 932 'browser/metrics/metrics_log_serializer_unittest.cc',
933 'browser/metrics/metrics_service_unittest.cc', 933 'browser/metrics/metrics_service_unittest.cc',
934 'browser/metrics/thread_watcher_unittest.cc', 934 'browser/metrics/thread_watcher_unittest.cc',
935 'browser/metrics/time_ticks_experiment_unittest.cc', 935 'browser/metrics/time_ticks_experiment_unittest.cc',
936 'browser/metrics/variations/variations_service_unittest.cc', 936 'browser/metrics/variations/variations_service_unittest.cc',
937 'browser/metrics/variations/resource_request_allowed_notifier_test_util. cc', 937 'browser/metrics/variations/resource_request_allowed_notifier_test_util. cc',
938 'browser/metrics/variations/resource_request_allowed_notifier_test_util. h', 938 'browser/metrics/variations/resource_request_allowed_notifier_test_util. h',
939 'browser/metrics/variations/resource_request_allowed_notifier_unittest.c c', 939 'browser/metrics/variations/resource_request_allowed_notifier_unittest.c c',
940 'browser/nacl_host/nacl_file_host_unittest.cc', 940 'browser/nacl_host/nacl_file_host_unittest.cc',
941 'browser/nacl_host/nacl_validation_cache_unittest.cc', 941 'browser/nacl_host/nacl_validation_cache_unittest.cc',
942 'browser/nacl_host/pnacl_translation_cache_unittest.cc',
942 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc', 943 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc',
943 'browser/net/chrome_net_log_unittest.cc', 944 'browser/net/chrome_net_log_unittest.cc',
944 'browser/net/chrome_network_delegate_unittest.cc', 945 'browser/net/chrome_network_delegate_unittest.cc',
945 'browser/net/connection_tester_unittest.cc', 946 'browser/net/connection_tester_unittest.cc',
946 'browser/net/dns_probe_job_unittest.cc', 947 'browser/net/dns_probe_job_unittest.cc',
947 'browser/net/dns_probe_service_unittest.cc', 948 'browser/net/dns_probe_service_unittest.cc',
948 'browser/net/evicted_domain_cookie_counter_unittest.cc', 949 'browser/net/evicted_domain_cookie_counter_unittest.cc',
949 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', 950 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc',
950 'browser/net/http_pipelining_compatibility_client_unittest.cc', 951 'browser/net/http_pipelining_compatibility_client_unittest.cc',
951 'browser/net/http_server_properties_manager_unittest.cc', 952 'browser/net/http_server_properties_manager_unittest.cc',
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
1900 ['enable_one_click_signin==0', { 1901 ['enable_one_click_signin==0', {
1901 'sources!': [ 1902 'sources!': [
1902 'browser/ui/cocoa/one_click_signin_bubble_controller_unittest.mm', 1903 'browser/ui/cocoa/one_click_signin_bubble_controller_unittest.mm',
1903 'browser/ui/sync/one_click_signin_helper_unittest.cc', 1904 'browser/ui/sync/one_click_signin_helper_unittest.cc',
1904 ] 1905 ]
1905 }], 1906 }],
1906 ['disable_nacl==1', { 1907 ['disable_nacl==1', {
1907 'sources!':[ 1908 'sources!':[
1908 'browser/nacl_host/nacl_file_host_unittest.cc', 1909 'browser/nacl_host/nacl_file_host_unittest.cc',
1909 'browser/nacl_host/nacl_validation_cache_unittest.cc', 1910 'browser/nacl_host/nacl_validation_cache_unittest.cc',
1911 'browser/nacl_host/pnacl_translation_cache_unittest.cc',
1910 'nacl/nacl_ipc_adapter_unittest.cc', 1912 'nacl/nacl_ipc_adapter_unittest.cc',
1911 'nacl/nacl_validation_query_unittest.cc', 1913 'nacl/nacl_validation_query_unittest.cc',
1912 ], 1914 ],
1913 }], 1915 }],
1914 ['enable_extensions==0', { 1916 ['enable_extensions==0', {
1915 'sources/': [ 1917 'sources/': [
1916 ['exclude', '^../extensions/'], 1918 ['exclude', '^../extensions/'],
1917 ['exclude', '^browser/extensions/activity_database_unittest.cc'], 1919 ['exclude', '^browser/extensions/activity_database_unittest.cc'],
1918 ['exclude', '^browser/extensions/activity_log_unittest.cc'], 1920 ['exclude', '^browser/extensions/activity_log_unittest.cc'],
1919 ['exclude', '^browser/extensions/api/'], 1921 ['exclude', '^browser/extensions/api/'],
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
2543 # more details. 2545 # more details.
2544 'DebugInformationFormat': '3', 2546 'DebugInformationFormat': '3',
2545 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2547 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2546 }, 2548 },
2547 }, 2549 },
2548 }, 2550 },
2549 ], 2551 ],
2550 }], 2552 }],
2551 ], # 'conditions' 2553 ], # 'conditions'
2552 } 2554 }
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