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

Side by Side Diff: content/content_tests.gypi

Issue 15658004: Split FileAPI code for common|common_child|renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 '../webkit/browser/fileapi/obfuscated_file_util_unittest.cc', 441 '../webkit/browser/fileapi/obfuscated_file_util_unittest.cc',
442 '../webkit/browser/fileapi/sandbox_database_test_helper.cc', 442 '../webkit/browser/fileapi/sandbox_database_test_helper.cc',
443 '../webkit/browser/fileapi/sandbox_database_test_helper.h', 443 '../webkit/browser/fileapi/sandbox_database_test_helper.h',
444 '../webkit/browser/fileapi/sandbox_directory_database_unittest.cc', 444 '../webkit/browser/fileapi/sandbox_directory_database_unittest.cc',
445 '../webkit/browser/fileapi/sandbox_mount_point_provider_unittest.cc', 445 '../webkit/browser/fileapi/sandbox_mount_point_provider_unittest.cc',
446 '../webkit/browser/fileapi/sandbox_origin_database_unittest.cc', 446 '../webkit/browser/fileapi/sandbox_origin_database_unittest.cc',
447 '../webkit/browser/fileapi/transient_file_util_unittest.cc', 447 '../webkit/browser/fileapi/transient_file_util_unittest.cc',
448 '../webkit/chromeos/fileapi/cros_mount_point_provider_unittest.cc', 448 '../webkit/chromeos/fileapi/cros_mount_point_provider_unittest.cc',
449 '../webkit/chromeos/fileapi/file_access_permissions_unittest.cc', 449 '../webkit/chromeos/fileapi/file_access_permissions_unittest.cc',
450 '../webkit/common/database/database_connections_unittest.cc', 450 '../webkit/common/database/database_connections_unittest.cc',
451 '../webkit/common/fileapi/file_system_url_unittest.cc',
452 '../webkit/common/fileapi/file_system_util_unittest.cc',
451 '../webkit/dom_storage/dom_storage_area_unittest.cc', 453 '../webkit/dom_storage/dom_storage_area_unittest.cc',
452 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc', 454 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc',
453 '../webkit/dom_storage/dom_storage_context_unittest.cc', 455 '../webkit/dom_storage/dom_storage_context_unittest.cc',
454 '../webkit/dom_storage/dom_storage_database_unittest.cc', 456 '../webkit/dom_storage/dom_storage_database_unittest.cc',
455 '../webkit/dom_storage/dom_storage_map_unittest.cc', 457 '../webkit/dom_storage/dom_storage_map_unittest.cc',
456 '../webkit/dom_storage/session_storage_database_unittest.cc', 458 '../webkit/dom_storage/session_storage_database_unittest.cc',
457 '../webkit/fileapi/async_file_test_helper.cc', 459 '../webkit/fileapi/async_file_test_helper.cc',
458 '../webkit/fileapi/async_file_test_helper.h', 460 '../webkit/fileapi/async_file_test_helper.h',
459 '../webkit/fileapi/external_mount_points_unittest.cc', 461 '../webkit/fileapi/external_mount_points_unittest.cc',
460 '../webkit/fileapi/file_system_context_unittest.cc', 462 '../webkit/fileapi/file_system_context_unittest.cc',
461 '../webkit/fileapi/file_system_file_stream_reader_unittest.cc', 463 '../webkit/fileapi/file_system_file_stream_reader_unittest.cc',
462 '../webkit/fileapi/file_system_url_unittest.cc',
463 '../webkit/fileapi/file_system_util_unittest.cc',
464 '../webkit/fileapi/file_writer_delegate_unittest.cc', 464 '../webkit/fileapi/file_writer_delegate_unittest.cc',
465 '../webkit/fileapi/isolated_context_unittest.cc', 465 '../webkit/fileapi/isolated_context_unittest.cc',
466 '../webkit/fileapi/local_file_stream_writer_unittest.cc', 466 '../webkit/fileapi/local_file_stream_writer_unittest.cc',
467 '../webkit/fileapi/local_file_system_cross_operation_unittest.cc', 467 '../webkit/fileapi/local_file_system_cross_operation_unittest.cc',
468 '../webkit/fileapi/local_file_system_operation_unittest.cc', 468 '../webkit/fileapi/local_file_system_operation_unittest.cc',
469 '../webkit/fileapi/local_file_system_operation_write_unittest.cc', 469 '../webkit/fileapi/local_file_system_operation_write_unittest.cc',
470 '../webkit/fileapi/mock_file_change_observer.cc', 470 '../webkit/fileapi/mock_file_change_observer.cc',
471 '../webkit/fileapi/mock_file_change_observer.h', 471 '../webkit/fileapi/mock_file_change_observer.h',
472 '../webkit/fileapi/sandbox_file_system_test_helper.cc', 472 '../webkit/fileapi/sandbox_file_system_test_helper.cc',
473 '../webkit/fileapi/sandbox_file_system_test_helper.h', 473 '../webkit/fileapi/sandbox_file_system_test_helper.h',
474 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', 474 '../webkit/fileapi/syncable/canned_syncable_file_system.cc',
475 '../webkit/fileapi/syncable/canned_syncable_file_system.h', 475 '../webkit/fileapi/syncable/canned_syncable_file_system.h',
476 '../webkit/fileapi/syncable/file_change_unittest.cc', 476 '../webkit/fileapi/syncable/file_change_unittest.cc',
477 '../webkit/fileapi/syncable/local_file_change_tracker_unittest.cc', 477 '../webkit/fileapi/syncable/local_file_change_tracker_unittest.cc',
478 '../webkit/fileapi/syncable/local_file_sync_context_unittest.cc', 478 '../webkit/fileapi/syncable/local_file_sync_context_unittest.cc',
479 '../webkit/fileapi/syncable/local_file_sync_status_unittest.cc', 479 '../webkit/fileapi/syncable/local_file_sync_status_unittest.cc',
480 '../webkit/fileapi/syncable/syncable_file_operation_runner_unittest.cc', 480 '../webkit/fileapi/syncable/syncable_file_operation_runner_unittest.cc',
481 '../webkit/fileapi/syncable/syncable_file_system_unittest.cc', 481 '../webkit/fileapi/syncable/syncable_file_system_unittest.cc',
482 '../webkit/fileapi/syncable/syncable_file_system_util_unittest.cc', 482 '../webkit/fileapi/syncable/syncable_file_system_util_unittest.cc',
483 '../webkit/fileapi/test_file_set.cc', 483 '../webkit/fileapi/test_file_set.cc',
484 '../webkit/fileapi/test_file_set.h', 484 '../webkit/fileapi/test_file_set.h',
485 '../webkit/fileapi/upload_file_system_file_element_reader_unittest.cc', 485 '../webkit/fileapi/upload_file_system_file_element_reader_unittest.cc',
486 '../webkit/fileapi/webfilewriter_base_unittest.cc',
487 '../webkit/glue/cpp_variant_unittest.cc', 486 '../webkit/glue/cpp_variant_unittest.cc',
488 '../webkit/glue/glue_serialize_unittest.cc', 487 '../webkit/glue/glue_serialize_unittest.cc',
489 '../webkit/glue/resource_request_body_unittest.cc', 488 '../webkit/glue/resource_request_body_unittest.cc',
490 '../webkit/glue/multipart_response_delegate_unittest.cc', 489 '../webkit/glue/multipart_response_delegate_unittest.cc',
491 '../webkit/glue/touch_fling_gesture_curve_unittest.cc', 490 '../webkit/glue/touch_fling_gesture_curve_unittest.cc',
492 '../webkit/glue/webcursor_unittest.cc', 491 '../webkit/glue/webcursor_unittest.cc',
493 '../webkit/glue/webkit_glue_unittest.cc', 492 '../webkit/glue/webkit_glue_unittest.cc',
494 '../webkit/glue/worker_task_runner_unittest.cc', 493 '../webkit/glue/worker_task_runner_unittest.cc',
495 '../webkit/media/buffered_data_source_unittest.cc', 494 '../webkit/media/buffered_data_source_unittest.cc',
496 '../webkit/media/buffered_resource_loader_unittest.cc', 495 '../webkit/media/buffered_resource_loader_unittest.cc',
497 '../webkit/media/cache_util_unittest.cc', 496 '../webkit/media/cache_util_unittest.cc',
498 '../webkit/media/crypto/key_systems_unittest.cc', 497 '../webkit/media/crypto/key_systems_unittest.cc',
499 '../webkit/media/test_response_generator.cc', 498 '../webkit/media/test_response_generator.cc',
500 '../webkit/media/test_response_generator.h', 499 '../webkit/media/test_response_generator.h',
501 '../webkit/media/webaudiosourceprovider_impl_unittest.cc', 500 '../webkit/media/webaudiosourceprovider_impl_unittest.cc',
502 '../webkit/mocks/mock_weburlloader.cc', 501 '../webkit/mocks/mock_weburlloader.cc',
503 '../webkit/mocks/mock_weburlloader.h', 502 '../webkit/mocks/mock_weburlloader.h',
503 '../webkit/common/user_agent/user_agent_unittest.cc',
504 '../webkit/plugins/npapi/plugin_lib_unittest.cc', 504 '../webkit/plugins/npapi/plugin_lib_unittest.cc',
505 '../webkit/plugins/npapi/plugin_list_unittest.cc', 505 '../webkit/plugins/npapi/plugin_list_unittest.cc',
506 '../webkit/plugins/npapi/plugin_utils_unittest.cc', 506 '../webkit/plugins/npapi/plugin_utils_unittest.cc',
507 '../webkit/plugins/npapi/webplugin_impl_unittest.cc', 507 '../webkit/plugins/npapi/webplugin_impl_unittest.cc',
508 '../webkit/plugins/ppapi/host_var_tracker_unittest.cc', 508 '../webkit/plugins/ppapi/host_var_tracker_unittest.cc',
509 '../webkit/plugins/ppapi/mock_platform_image_2d.cc', 509 '../webkit/plugins/ppapi/mock_platform_image_2d.cc',
510 '../webkit/plugins/ppapi/mock_platform_image_2d.h', 510 '../webkit/plugins/ppapi/mock_platform_image_2d.h',
511 '../webkit/plugins/ppapi/mock_plugin_delegate.cc', 511 '../webkit/plugins/ppapi/mock_plugin_delegate.cc',
512 '../webkit/plugins/ppapi/mock_plugin_delegate.h', 512 '../webkit/plugins/ppapi/mock_plugin_delegate.h',
513 '../webkit/plugins/ppapi/mock_resource.h', 513 '../webkit/plugins/ppapi/mock_resource.h',
514 '../webkit/plugins/ppapi/ppapi_plugin_instance_unittest.cc', 514 '../webkit/plugins/ppapi/ppapi_plugin_instance_unittest.cc',
515 '../webkit/plugins/ppapi/ppapi_unittest.cc', 515 '../webkit/plugins/ppapi/ppapi_unittest.cc',
516 '../webkit/plugins/ppapi/ppapi_unittest.h', 516 '../webkit/plugins/ppapi/ppapi_unittest.h',
517 '../webkit/plugins/ppapi/quota_file_io_unittest.cc', 517 '../webkit/plugins/ppapi/quota_file_io_unittest.cc',
518 '../webkit/plugins/ppapi/v8_var_converter_unittest.cc', 518 '../webkit/plugins/ppapi/v8_var_converter_unittest.cc',
519 '../webkit/quota/mock_quota_manager.cc', 519 '../webkit/quota/mock_quota_manager.cc',
520 '../webkit/quota/mock_quota_manager.h', 520 '../webkit/quota/mock_quota_manager.h',
521 '../webkit/quota/mock_quota_manager_unittest.cc', 521 '../webkit/quota/mock_quota_manager_unittest.cc',
522 '../webkit/quota/mock_storage_client.cc', 522 '../webkit/quota/mock_storage_client.cc',
523 '../webkit/quota/mock_storage_client.h', 523 '../webkit/quota/mock_storage_client.h',
524 '../webkit/quota/quota_database_unittest.cc', 524 '../webkit/quota/quota_database_unittest.cc',
525 '../webkit/quota/quota_manager_unittest.cc', 525 '../webkit/quota/quota_manager_unittest.cc',
526 '../webkit/quota/quota_temporary_storage_evictor_unittest.cc', 526 '../webkit/quota/quota_temporary_storage_evictor_unittest.cc',
527 '../webkit/quota/usage_tracker_unittest.cc', 527 '../webkit/quota/usage_tracker_unittest.cc',
528 '../webkit/common/user_agent/user_agent_unittest.cc', 528 '../webkit/renderer/fileapi/webfilewriter_base_unittest.cc',
529 ], 529 ],
530 'conditions': [ 530 'conditions': [
531 ['OS == "ios"', { 531 ['OS == "ios"', {
532 'sources/': [ 532 'sources/': [
533 # iOS only needs a small portion of content; exclude all the 533 # iOS only needs a small portion of content; exclude all the
534 # implementation, and re-include what is used. 534 # implementation, and re-include what is used.
535 ['exclude', '\\.(cc|mm)$'], 535 ['exclude', '\\.(cc|mm)$'],
536 ['include', '_ios\\.(cc|mm)$'], 536 ['include', '_ios\\.(cc|mm)$'],
537 ['include', '^browser/notification_service_impl_unittest\\.cc$'], 537 ['include', '^browser/notification_service_impl_unittest\\.cc$'],
538 ['include', '^browser/speech/.*_unittest\\.cc$'], 538 ['include', '^browser/speech/.*_unittest\\.cc$'],
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
1102 'resource_dir': 'shell/android/shell_apk/res', 1102 'resource_dir': 'shell/android/shell_apk/res',
1103 'additional_src_dirs': ['public/android/javatests/',], 1103 'additional_src_dirs': ['public/android/javatests/',],
1104 'is_test_apk': 1, 1104 'is_test_apk': 1,
1105 }, 1105 },
1106 'includes': [ '../build/java_apk.gypi' ], 1106 'includes': [ '../build/java_apk.gypi' ],
1107 }, 1107 },
1108 ], 1108 ],
1109 }], 1109 }],
1110 ], 1110 ],
1111 } 1111 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698