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

Side by Side Diff: content/content_tests.gypi

Issue 11090019: Add LocalFileSyncContext class which wires up profile-owned service and FileSystemContext(s) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments #4 Created 8 years, 2 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/fileapi/file_system_context.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) 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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 '../webkit/fileapi/mock_file_change_observer.cc', 426 '../webkit/fileapi/mock_file_change_observer.cc',
427 '../webkit/fileapi/mock_file_change_observer.h', 427 '../webkit/fileapi/mock_file_change_observer.h',
428 '../webkit/fileapi/mock_file_system_options.cc', 428 '../webkit/fileapi/mock_file_system_options.cc',
429 '../webkit/fileapi/mock_file_system_options.h', 429 '../webkit/fileapi/mock_file_system_options.h',
430 '../webkit/fileapi/obfuscated_file_util_unittest.cc', 430 '../webkit/fileapi/obfuscated_file_util_unittest.cc',
431 '../webkit/fileapi/sandbox_mount_point_provider_unittest.cc', 431 '../webkit/fileapi/sandbox_mount_point_provider_unittest.cc',
432 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', 432 '../webkit/fileapi/syncable/canned_syncable_file_system.cc',
433 '../webkit/fileapi/syncable/canned_syncable_file_system.h', 433 '../webkit/fileapi/syncable/canned_syncable_file_system.h',
434 '../webkit/fileapi/syncable/file_change_unittest.cc', 434 '../webkit/fileapi/syncable/file_change_unittest.cc',
435 '../webkit/fileapi/syncable/local_file_change_tracker_unittest.cc', 435 '../webkit/fileapi/syncable/local_file_change_tracker_unittest.cc',
436 '../webkit/fileapi/syncable/local_file_sync_context_unittest.cc',
436 '../webkit/fileapi/syncable/local_file_sync_status_unittest.cc', 437 '../webkit/fileapi/syncable/local_file_sync_status_unittest.cc',
437 '../webkit/fileapi/syncable/syncable_file_system_unittest.cc', 438 '../webkit/fileapi/syncable/syncable_file_system_unittest.cc',
438 '../webkit/fileapi/syncable/syncable_file_system_util_unittest.cc', 439 '../webkit/fileapi/syncable/syncable_file_system_util_unittest.cc',
439 '../webkit/fileapi/test_file_set.cc', 440 '../webkit/fileapi/test_file_set.cc',
440 '../webkit/fileapi/test_file_set.h', 441 '../webkit/fileapi/test_file_set.h',
441 '../webkit/fileapi/webfilewriter_base_unittest.cc', 442 '../webkit/fileapi/webfilewriter_base_unittest.cc',
442 '../webkit/media/buffered_data_source_unittest.cc', 443 '../webkit/media/buffered_data_source_unittest.cc',
443 '../webkit/media/buffered_resource_loader_unittest.cc', 444 '../webkit/media/buffered_resource_loader_unittest.cc',
444 '../webkit/media/cache_util_unittest.cc', 445 '../webkit/media/cache_util_unittest.cc',
445 '../webkit/media/crypto/proxy_decryptor_unittest.cc', 446 '../webkit/media/crypto/proxy_decryptor_unittest.cc',
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 'java_in_dir': '../content/shell/android/javatests', 915 'java_in_dir': '../content/shell/android/javatests',
915 'resource_dir': '../res', 916 'resource_dir': '../res',
916 'additional_src_dirs': ['../content/public/android/javatests/'], 917 'additional_src_dirs': ['../content/public/android/javatests/'],
917 }, 918 },
918 'includes': [ '../build/java_apk.gypi' ], 919 'includes': [ '../build/java_apk.gypi' ],
919 }, 920 },
920 ], 921 ],
921 }], 922 }],
922 ], 923 ],
923 } 924 }
OLDNEW
« no previous file with comments | « no previous file | webkit/fileapi/file_system_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698