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

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: rebase 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 | « content/content_common_child.gypi ('k') | content/renderer/pepper/pepper_file_system_host.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 (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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 '../webkit/browser/fileapi/sandbox_file_system_test_helper.h', 459 '../webkit/browser/fileapi/sandbox_file_system_test_helper.h',
460 '../webkit/browser/fileapi/sandbox_mount_point_provider_unittest.cc', 460 '../webkit/browser/fileapi/sandbox_mount_point_provider_unittest.cc',
461 '../webkit/browser/fileapi/sandbox_origin_database_unittest.cc', 461 '../webkit/browser/fileapi/sandbox_origin_database_unittest.cc',
462 '../webkit/browser/fileapi/test_file_set.cc', 462 '../webkit/browser/fileapi/test_file_set.cc',
463 '../webkit/browser/fileapi/test_file_set.h', 463 '../webkit/browser/fileapi/test_file_set.h',
464 '../webkit/browser/fileapi/transient_file_util_unittest.cc', 464 '../webkit/browser/fileapi/transient_file_util_unittest.cc',
465 '../webkit/browser/fileapi/upload_file_system_file_element_reader_unitte st.cc', 465 '../webkit/browser/fileapi/upload_file_system_file_element_reader_unitte st.cc',
466 '../webkit/chromeos/fileapi/cros_mount_point_provider_unittest.cc', 466 '../webkit/chromeos/fileapi/cros_mount_point_provider_unittest.cc',
467 '../webkit/chromeos/fileapi/file_access_permissions_unittest.cc', 467 '../webkit/chromeos/fileapi/file_access_permissions_unittest.cc',
468 '../webkit/common/database/database_connections_unittest.cc', 468 '../webkit/common/database/database_connections_unittest.cc',
469 '../webkit/common/fileapi/file_system_util_unittest.cc',
469 '../webkit/dom_storage/dom_storage_area_unittest.cc', 470 '../webkit/dom_storage/dom_storage_area_unittest.cc',
470 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc', 471 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc',
471 '../webkit/dom_storage/dom_storage_context_unittest.cc', 472 '../webkit/dom_storage/dom_storage_context_unittest.cc',
472 '../webkit/dom_storage/dom_storage_database_unittest.cc', 473 '../webkit/dom_storage/dom_storage_database_unittest.cc',
473 '../webkit/dom_storage/dom_storage_map_unittest.cc', 474 '../webkit/dom_storage/dom_storage_map_unittest.cc',
474 '../webkit/dom_storage/session_storage_database_unittest.cc', 475 '../webkit/dom_storage/session_storage_database_unittest.cc',
475 '../webkit/fileapi/file_system_util_unittest.cc',
476 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', 476 '../webkit/fileapi/syncable/canned_syncable_file_system.cc',
477 '../webkit/fileapi/syncable/canned_syncable_file_system.h', 477 '../webkit/fileapi/syncable/canned_syncable_file_system.h',
478 '../webkit/fileapi/syncable/file_change_unittest.cc', 478 '../webkit/fileapi/syncable/file_change_unittest.cc',
479 '../webkit/fileapi/syncable/local_file_change_tracker_unittest.cc', 479 '../webkit/fileapi/syncable/local_file_change_tracker_unittest.cc',
480 '../webkit/fileapi/syncable/local_file_sync_context_unittest.cc', 480 '../webkit/fileapi/syncable/local_file_sync_context_unittest.cc',
481 '../webkit/fileapi/syncable/local_file_sync_status_unittest.cc', 481 '../webkit/fileapi/syncable/local_file_sync_status_unittest.cc',
482 '../webkit/fileapi/syncable/syncable_file_operation_runner_unittest.cc', 482 '../webkit/fileapi/syncable/syncable_file_operation_runner_unittest.cc',
483 '../webkit/fileapi/syncable/syncable_file_system_unittest.cc', 483 '../webkit/fileapi/syncable/syncable_file_system_unittest.cc',
484 '../webkit/fileapi/syncable/syncable_file_system_util_unittest.cc', 484 '../webkit/fileapi/syncable/syncable_file_system_util_unittest.cc',
485 '../webkit/fileapi/webfilewriter_base_unittest.cc',
486 '../webkit/glue/cpp_variant_unittest.cc', 485 '../webkit/glue/cpp_variant_unittest.cc',
487 '../webkit/glue/glue_serialize_unittest.cc', 486 '../webkit/glue/glue_serialize_unittest.cc',
488 '../webkit/glue/multipart_response_delegate_unittest.cc', 487 '../webkit/glue/multipart_response_delegate_unittest.cc',
489 '../webkit/glue/resource_request_body_unittest.cc', 488 '../webkit/glue/resource_request_body_unittest.cc',
490 '../webkit/glue/touch_fling_gesture_curve_unittest.cc', 489 '../webkit/glue/touch_fling_gesture_curve_unittest.cc',
491 '../webkit/glue/webcursor_unittest.cc', 490 '../webkit/glue/webcursor_unittest.cc',
492 '../webkit/glue/webkit_glue_unittest.cc', 491 '../webkit/glue/webkit_glue_unittest.cc',
493 '../webkit/glue/worker_task_runner_unittest.cc', 492 '../webkit/glue/worker_task_runner_unittest.cc',
494 '../webkit/media/buffered_data_source_unittest.cc', 493 '../webkit/media/buffered_data_source_unittest.cc',
495 '../webkit/media/buffered_resource_loader_unittest.cc', 494 '../webkit/media/buffered_resource_loader_unittest.cc',
496 '../webkit/media/cache_util_unittest.cc', 495 '../webkit/media/cache_util_unittest.cc',
497 '../webkit/media/crypto/key_systems_unittest.cc', 496 '../webkit/media/crypto/key_systems_unittest.cc',
498 '../webkit/media/test_response_generator.cc', 497 '../webkit/media/test_response_generator.cc',
499 '../webkit/media/test_response_generator.h', 498 '../webkit/media/test_response_generator.h',
500 '../webkit/media/webaudiosourceprovider_impl_unittest.cc', 499 '../webkit/media/webaudiosourceprovider_impl_unittest.cc',
501 '../webkit/mocks/mock_weburlloader.cc', 500 '../webkit/mocks/mock_weburlloader.cc',
502 '../webkit/mocks/mock_weburlloader.h', 501 '../webkit/mocks/mock_weburlloader.h',
502 '../webkit/common/user_agent/user_agent_unittest.cc',
503 '../webkit/plugins/npapi/plugin_lib_unittest.cc', 503 '../webkit/plugins/npapi/plugin_lib_unittest.cc',
504 '../webkit/plugins/npapi/plugin_list_unittest.cc', 504 '../webkit/plugins/npapi/plugin_list_unittest.cc',
505 '../webkit/plugins/npapi/plugin_utils_unittest.cc', 505 '../webkit/plugins/npapi/plugin_utils_unittest.cc',
506 '../webkit/plugins/npapi/webplugin_impl_unittest.cc', 506 '../webkit/plugins/npapi/webplugin_impl_unittest.cc',
507 '../webkit/plugins/ppapi/host_var_tracker_unittest.cc', 507 '../webkit/plugins/ppapi/host_var_tracker_unittest.cc',
508 '../webkit/plugins/ppapi/mock_platform_image_2d.cc', 508 '../webkit/plugins/ppapi/mock_platform_image_2d.cc',
509 '../webkit/plugins/ppapi/mock_platform_image_2d.h', 509 '../webkit/plugins/ppapi/mock_platform_image_2d.h',
510 '../webkit/plugins/ppapi/mock_plugin_delegate.cc', 510 '../webkit/plugins/ppapi/mock_plugin_delegate.cc',
511 '../webkit/plugins/ppapi/mock_plugin_delegate.h', 511 '../webkit/plugins/ppapi/mock_plugin_delegate.h',
512 '../webkit/plugins/ppapi/mock_resource.h', 512 '../webkit/plugins/ppapi/mock_resource.h',
513 '../webkit/plugins/ppapi/ppapi_plugin_instance_unittest.cc', 513 '../webkit/plugins/ppapi/ppapi_plugin_instance_unittest.cc',
514 '../webkit/plugins/ppapi/ppapi_unittest.cc', 514 '../webkit/plugins/ppapi/ppapi_unittest.cc',
515 '../webkit/plugins/ppapi/ppapi_unittest.h', 515 '../webkit/plugins/ppapi/ppapi_unittest.h',
516 '../webkit/plugins/ppapi/quota_file_io_unittest.cc', 516 '../webkit/plugins/ppapi/quota_file_io_unittest.cc',
517 '../webkit/plugins/ppapi/v8_var_converter_unittest.cc', 517 '../webkit/plugins/ppapi/v8_var_converter_unittest.cc',
518 '../webkit/quota/mock_quota_manager.cc', 518 '../webkit/quota/mock_quota_manager.cc',
519 '../webkit/quota/mock_quota_manager.h', 519 '../webkit/quota/mock_quota_manager.h',
520 '../webkit/quota/mock_quota_manager_unittest.cc', 520 '../webkit/quota/mock_quota_manager_unittest.cc',
521 '../webkit/quota/mock_storage_client.cc', 521 '../webkit/quota/mock_storage_client.cc',
522 '../webkit/quota/mock_storage_client.h', 522 '../webkit/quota/mock_storage_client.h',
523 '../webkit/quota/quota_database_unittest.cc', 523 '../webkit/quota/quota_database_unittest.cc',
524 '../webkit/quota/quota_manager_unittest.cc', 524 '../webkit/quota/quota_manager_unittest.cc',
525 '../webkit/quota/quota_temporary_storage_evictor_unittest.cc', 525 '../webkit/quota/quota_temporary_storage_evictor_unittest.cc',
526 '../webkit/quota/usage_tracker_unittest.cc', 526 '../webkit/quota/usage_tracker_unittest.cc',
527 '../webkit/common/user_agent/user_agent_unittest.cc', 527 '../webkit/renderer/fileapi/webfilewriter_base_unittest.cc',
528 ], 528 ],
529 'conditions': [ 529 'conditions': [
530 ['OS == "ios"', { 530 ['OS == "ios"', {
531 'sources/': [ 531 'sources/': [
532 # iOS only needs a small portion of content; exclude all the 532 # iOS only needs a small portion of content; exclude all the
533 # implementation, and re-include what is used. 533 # implementation, and re-include what is used.
534 ['exclude', '\\.(cc|mm)$'], 534 ['exclude', '\\.(cc|mm)$'],
535 ['include', '_ios\\.(cc|mm)$'], 535 ['include', '_ios\\.(cc|mm)$'],
536 ['include', '^browser/notification_service_impl_unittest\\.cc$'], 536 ['include', '^browser/notification_service_impl_unittest\\.cc$'],
537 ['include', '^browser/speech/.*_unittest\\.cc$'], 537 ['include', '^browser/speech/.*_unittest\\.cc$'],
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
1168 'resource_dir': 'shell/android/shell_apk/res', 1168 'resource_dir': 'shell/android/shell_apk/res',
1169 'additional_src_dirs': ['public/android/javatests/',], 1169 'additional_src_dirs': ['public/android/javatests/',],
1170 'is_test_apk': 1, 1170 'is_test_apk': 1,
1171 }, 1171 },
1172 'includes': [ '../build/java_apk.gypi' ], 1172 'includes': [ '../build/java_apk.gypi' ],
1173 }, 1173 },
1174 ], 1174 ],
1175 }], 1175 }],
1176 ], 1176 ],
1177 } 1177 }
OLDNEW
« no previous file with comments | « content/content_common_child.gypi ('k') | content/renderer/pepper/pepper_file_system_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698