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

Side by Side Diff: content/content_tests.gypi

Issue 15806012: Move webkit/fileapi/syncable/* code to webkit/browser/fileapi (final!) (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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | webkit/browser/fileapi/file_system_context.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 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 '../webkit/browser/fileapi/mock_file_change_observer.h', 452 '../webkit/browser/fileapi/mock_file_change_observer.h',
453 '../webkit/browser/fileapi/native_file_util_unittest.cc', 453 '../webkit/browser/fileapi/native_file_util_unittest.cc',
454 '../webkit/browser/fileapi/obfuscated_file_util_unittest.cc', 454 '../webkit/browser/fileapi/obfuscated_file_util_unittest.cc',
455 '../webkit/browser/fileapi/sandbox_database_test_helper.cc', 455 '../webkit/browser/fileapi/sandbox_database_test_helper.cc',
456 '../webkit/browser/fileapi/sandbox_database_test_helper.h', 456 '../webkit/browser/fileapi/sandbox_database_test_helper.h',
457 '../webkit/browser/fileapi/sandbox_directory_database_unittest.cc', 457 '../webkit/browser/fileapi/sandbox_directory_database_unittest.cc',
458 '../webkit/browser/fileapi/sandbox_file_system_test_helper.cc', 458 '../webkit/browser/fileapi/sandbox_file_system_test_helper.cc',
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/syncable/canned_syncable_file_system.cc',
463 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.h',
464 '../webkit/browser/fileapi/syncable/file_change_unittest.cc',
465 '../webkit/browser/fileapi/syncable/local_file_change_tracker_unittest.c c',
466 '../webkit/browser/fileapi/syncable/local_file_sync_context_unittest.cc' ,
467 '../webkit/browser/fileapi/syncable/local_file_sync_status_unittest.cc',
468 '../webkit/browser/fileapi/syncable/syncable_file_operation_runner_unitt est.cc',
469 '../webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc',
470 '../webkit/browser/fileapi/syncable/syncable_file_system_util_unittest.c c',
462 '../webkit/browser/fileapi/test_file_set.cc', 471 '../webkit/browser/fileapi/test_file_set.cc',
463 '../webkit/browser/fileapi/test_file_set.h', 472 '../webkit/browser/fileapi/test_file_set.h',
464 '../webkit/browser/fileapi/transient_file_util_unittest.cc', 473 '../webkit/browser/fileapi/transient_file_util_unittest.cc',
465 '../webkit/browser/fileapi/upload_file_system_file_element_reader_unitte st.cc', 474 '../webkit/browser/fileapi/upload_file_system_file_element_reader_unitte st.cc',
466 '../webkit/chromeos/fileapi/cros_mount_point_provider_unittest.cc', 475 '../webkit/chromeos/fileapi/cros_mount_point_provider_unittest.cc',
467 '../webkit/chromeos/fileapi/file_access_permissions_unittest.cc', 476 '../webkit/chromeos/fileapi/file_access_permissions_unittest.cc',
468 '../webkit/common/database/database_connections_unittest.cc', 477 '../webkit/common/database/database_connections_unittest.cc',
469 '../webkit/common/fileapi/file_system_util_unittest.cc', 478 '../webkit/common/fileapi/file_system_util_unittest.cc',
470 '../webkit/dom_storage/dom_storage_area_unittest.cc', 479 '../webkit/dom_storage/dom_storage_area_unittest.cc',
471 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc', 480 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc',
472 '../webkit/dom_storage/dom_storage_context_unittest.cc', 481 '../webkit/dom_storage/dom_storage_context_unittest.cc',
473 '../webkit/dom_storage/dom_storage_database_unittest.cc', 482 '../webkit/dom_storage/dom_storage_database_unittest.cc',
474 '../webkit/dom_storage/dom_storage_map_unittest.cc', 483 '../webkit/dom_storage/dom_storage_map_unittest.cc',
475 '../webkit/dom_storage/session_storage_database_unittest.cc', 484 '../webkit/dom_storage/session_storage_database_unittest.cc',
476 '../webkit/fileapi/syncable/canned_syncable_file_system.cc',
477 '../webkit/fileapi/syncable/canned_syncable_file_system.h',
478 '../webkit/fileapi/syncable/file_change_unittest.cc',
479 '../webkit/fileapi/syncable/local_file_change_tracker_unittest.cc',
480 '../webkit/fileapi/syncable/local_file_sync_context_unittest.cc',
481 '../webkit/fileapi/syncable/local_file_sync_status_unittest.cc',
482 '../webkit/fileapi/syncable/syncable_file_operation_runner_unittest.cc',
483 '../webkit/fileapi/syncable/syncable_file_system_unittest.cc',
484 '../webkit/fileapi/syncable/syncable_file_system_util_unittest.cc',
485 '../webkit/glue/cpp_variant_unittest.cc', 485 '../webkit/glue/cpp_variant_unittest.cc',
486 '../webkit/glue/glue_serialize_unittest.cc', 486 '../webkit/glue/glue_serialize_unittest.cc',
487 '../webkit/glue/multipart_response_delegate_unittest.cc', 487 '../webkit/glue/multipart_response_delegate_unittest.cc',
488 '../webkit/glue/resource_request_body_unittest.cc', 488 '../webkit/glue/resource_request_body_unittest.cc',
489 '../webkit/glue/touch_fling_gesture_curve_unittest.cc', 489 '../webkit/glue/touch_fling_gesture_curve_unittest.cc',
490 '../webkit/glue/webcursor_unittest.cc', 490 '../webkit/glue/webcursor_unittest.cc',
491 '../webkit/glue/webkit_glue_unittest.cc', 491 '../webkit/glue/webkit_glue_unittest.cc',
492 '../webkit/glue/worker_task_runner_unittest.cc', 492 '../webkit/glue/worker_task_runner_unittest.cc',
493 '../webkit/media/buffered_data_source_unittest.cc', 493 '../webkit/media/buffered_data_source_unittest.cc',
494 '../webkit/media/buffered_resource_loader_unittest.cc', 494 '../webkit/media/buffered_resource_loader_unittest.cc',
(...skipping 673 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 | « chrome/chrome_tests_unit.gypi ('k') | webkit/browser/fileapi/file_system_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698