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

Side by Side Diff: content/content_tests.gypi

Issue 12500009: Add the ability to clear the shader disk cache. (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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 'browser/gpu/gpu_control_list_machine_model_info_unittest.cc', 293 'browser/gpu/gpu_control_list_machine_model_info_unittest.cc',
294 'browser/gpu/gpu_control_list_number_info_unittest.cc', 294 'browser/gpu/gpu_control_list_number_info_unittest.cc',
295 'browser/gpu/gpu_control_list_os_info_unittest.cc', 295 'browser/gpu/gpu_control_list_os_info_unittest.cc',
296 'browser/gpu/gpu_control_list_string_info_unittest.cc', 296 'browser/gpu/gpu_control_list_string_info_unittest.cc',
297 'browser/gpu/gpu_control_list_unittest.cc', 297 'browser/gpu/gpu_control_list_unittest.cc',
298 'browser/gpu/gpu_control_list_version_info_unittest.cc', 298 'browser/gpu/gpu_control_list_version_info_unittest.cc',
299 'browser/gpu/gpu_data_manager_impl_unittest.cc', 299 'browser/gpu/gpu_data_manager_impl_unittest.cc',
300 'browser/gpu/gpu_driver_bug_list_unittest.cc', 300 'browser/gpu/gpu_driver_bug_list_unittest.cc',
301 'browser/gpu/gpu_switching_list_unittest.cc', 301 'browser/gpu/gpu_switching_list_unittest.cc',
302 'browser/gpu/gpu_util_unittest.cc', 302 'browser/gpu/gpu_util_unittest.cc',
303 'browser/gpu/shader_disk_cache_unittest.cc',
303 'browser/host_zoom_map_impl_unittest.cc', 304 'browser/host_zoom_map_impl_unittest.cc',
304 'browser/hyphenator/hyphenator_message_filter_unittest.cc', 305 'browser/hyphenator/hyphenator_message_filter_unittest.cc',
305 'browser/in_process_webkit/webkit_thread_unittest.cc', 306 'browser/in_process_webkit/webkit_thread_unittest.cc',
306 'browser/indexed_db/indexed_db_unittest.cc', 307 'browser/indexed_db/indexed_db_unittest.cc',
307 'browser/indexed_db/indexed_db_quota_client_unittest.cc', 308 'browser/indexed_db/indexed_db_quota_client_unittest.cc',
308 'browser/loader/resource_buffer_unittest.cc', 309 'browser/loader/resource_buffer_unittest.cc',
309 'browser/loader/resource_dispatcher_host_unittest.cc', 310 'browser/loader/resource_dispatcher_host_unittest.cc',
310 'browser/loader/resource_loader_unittest.cc', 311 'browser/loader/resource_loader_unittest.cc',
311 'browser/loader/resource_scheduler_unittest.cc', 312 'browser/loader/resource_scheduler_unittest.cc',
312 'browser/mach_broker_mac_unittest.cc', 313 'browser/mach_broker_mac_unittest.cc',
(...skipping 28 matching lines...) Expand all
341 'browser/renderer_host/text_input_client_mac_unittest.mm', 342 'browser/renderer_host/text_input_client_mac_unittest.mm',
342 'browser/renderer_host/web_input_event_aura_unittest.cc', 343 'browser/renderer_host/web_input_event_aura_unittest.cc',
343 'browser/resolve_proxy_msg_helper_unittest.cc', 344 'browser/resolve_proxy_msg_helper_unittest.cc',
344 'browser/site_instance_impl_unittest.cc', 345 'browser/site_instance_impl_unittest.cc',
345 'browser/speech/chunked_byte_buffer_unittest.cc', 346 'browser/speech/chunked_byte_buffer_unittest.cc',
346 'browser/speech/endpointer/endpointer_unittest.cc', 347 'browser/speech/endpointer/endpointer_unittest.cc',
347 'browser/speech/google_one_shot_remote_engine_unittest.cc', 348 'browser/speech/google_one_shot_remote_engine_unittest.cc',
348 'browser/speech/google_streaming_remote_engine_unittest.cc', 349 'browser/speech/google_streaming_remote_engine_unittest.cc',
349 'browser/speech/speech_recognizer_unittest.cc', 350 'browser/speech/speech_recognizer_unittest.cc',
350 'browser/ssl/ssl_host_state_unittest.cc', 351 'browser/ssl/ssl_host_state_unittest.cc',
352 'browser/storage_partition_impl_unittest.cc',
351 'browser/storage_partition_impl_map_unittest.cc', 353 'browser/storage_partition_impl_map_unittest.cc',
352 'browser/streams/stream_unittest.cc', 354 'browser/streams/stream_unittest.cc',
353 'browser/streams/stream_url_request_job_unittest.cc', 355 'browser/streams/stream_url_request_job_unittest.cc',
354 'browser/system_message_window_win_unittest.cc', 356 'browser/system_message_window_win_unittest.cc',
355 'browser/tracing/trace_subscriber_stdio_unittest.cc', 357 'browser/tracing/trace_subscriber_stdio_unittest.cc',
356 'browser/web_contents/navigation_controller_impl_unittest.cc', 358 'browser/web_contents/navigation_controller_impl_unittest.cc',
357 'browser/web_contents/navigation_entry_impl_unittest.cc', 359 'browser/web_contents/navigation_entry_impl_unittest.cc',
358 'browser/web_contents/render_view_host_manager_unittest.cc', 360 'browser/web_contents/render_view_host_manager_unittest.cc',
359 'browser/web_contents/web_contents_delegate_unittest.cc', 361 'browser/web_contents/web_contents_delegate_unittest.cc',
360 'browser/web_contents/web_contents_impl_unittest.cc', 362 'browser/web_contents/web_contents_impl_unittest.cc',
(...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 'resource_dir': 'shell/android/shell_apk/res', 1070 'resource_dir': 'shell/android/shell_apk/res',
1069 'additional_src_dirs': ['public/android/javatests/',], 1071 'additional_src_dirs': ['public/android/javatests/',],
1070 'is_test_apk': 1, 1072 'is_test_apk': 1,
1071 }, 1073 },
1072 'includes': [ '../build/java_apk.gypi' ], 1074 'includes': [ '../build/java_apk.gypi' ],
1073 }, 1075 },
1074 ], 1076 ],
1075 }], 1077 }],
1076 ], 1078 ],
1077 } 1079 }
OLDNEW
« no previous file with comments | « content/browser/storage_partition_impl_unittest.cc ('k') | content/public/browser/storage_partition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698