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

Side by Side Diff: content/content_tests.gypi

Issue 16150002: Implement special origin database handling for Isolated Apps (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 | « no previous file | webkit/browser/fileapi/obfuscated_file_util.h » ('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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 '../webkit/browser/fileapi/local_file_util_unittest.cc', 445 '../webkit/browser/fileapi/local_file_util_unittest.cc',
446 '../webkit/browser/fileapi/mock_file_change_observer.cc', 446 '../webkit/browser/fileapi/mock_file_change_observer.cc',
447 '../webkit/browser/fileapi/mock_file_change_observer.h', 447 '../webkit/browser/fileapi/mock_file_change_observer.h',
448 '../webkit/browser/fileapi/native_file_util_unittest.cc', 448 '../webkit/browser/fileapi/native_file_util_unittest.cc',
449 '../webkit/browser/fileapi/obfuscated_file_util_unittest.cc', 449 '../webkit/browser/fileapi/obfuscated_file_util_unittest.cc',
450 '../webkit/browser/fileapi/sandbox_database_test_helper.cc', 450 '../webkit/browser/fileapi/sandbox_database_test_helper.cc',
451 '../webkit/browser/fileapi/sandbox_database_test_helper.h', 451 '../webkit/browser/fileapi/sandbox_database_test_helper.h',
452 '../webkit/browser/fileapi/sandbox_directory_database_unittest.cc', 452 '../webkit/browser/fileapi/sandbox_directory_database_unittest.cc',
453 '../webkit/browser/fileapi/sandbox_file_system_test_helper.cc', 453 '../webkit/browser/fileapi/sandbox_file_system_test_helper.cc',
454 '../webkit/browser/fileapi/sandbox_file_system_test_helper.h', 454 '../webkit/browser/fileapi/sandbox_file_system_test_helper.h',
455 '../webkit/browser/fileapi/sandbox_isolated_origin_database_unittest.cc' ,
455 '../webkit/browser/fileapi/sandbox_mount_point_provider_unittest.cc', 456 '../webkit/browser/fileapi/sandbox_mount_point_provider_unittest.cc',
456 '../webkit/browser/fileapi/sandbox_origin_database_unittest.cc', 457 '../webkit/browser/fileapi/sandbox_origin_database_unittest.cc',
457 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.cc', 458 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.cc',
458 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.h', 459 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.h',
459 '../webkit/browser/fileapi/syncable/file_change_unittest.cc', 460 '../webkit/browser/fileapi/syncable/file_change_unittest.cc',
460 '../webkit/browser/fileapi/syncable/local_file_change_tracker_unittest.c c', 461 '../webkit/browser/fileapi/syncable/local_file_change_tracker_unittest.c c',
461 '../webkit/browser/fileapi/syncable/local_file_sync_context_unittest.cc' , 462 '../webkit/browser/fileapi/syncable/local_file_sync_context_unittest.cc' ,
462 '../webkit/browser/fileapi/syncable/local_file_sync_status_unittest.cc', 463 '../webkit/browser/fileapi/syncable/local_file_sync_status_unittest.cc',
463 '../webkit/browser/fileapi/syncable/syncable_file_operation_runner_unitt est.cc', 464 '../webkit/browser/fileapi/syncable/syncable_file_operation_runner_unitt est.cc',
464 '../webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc', 465 '../webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc',
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
1162 'resource_dir': 'shell/android/shell_apk/res', 1163 'resource_dir': 'shell/android/shell_apk/res',
1163 'additional_src_dirs': ['public/android/javatests/',], 1164 'additional_src_dirs': ['public/android/javatests/',],
1164 'is_test_apk': 1, 1165 'is_test_apk': 1,
1165 }, 1166 },
1166 'includes': [ '../build/java_apk.gypi' ], 1167 'includes': [ '../build/java_apk.gypi' ],
1167 }, 1168 },
1168 ], 1169 ],
1169 }], 1170 }],
1170 ], 1171 ],
1171 } 1172 }
OLDNEW
« no previous file with comments | « no previous file | webkit/browser/fileapi/obfuscated_file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698