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

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 #2 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
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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_status_unittest.cc', 436 '../webkit/fileapi/syncable/local_file_sync_status_unittest.cc',
437 '../webkit/fileapi/syncable/syncable_context_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',
446 '../webkit/media/skcanvas_video_renderer_unittest.cc', 447 '../webkit/media/skcanvas_video_renderer_unittest.cc',
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 'java_in_dir': '../content/shell/android/javatests', 912 'java_in_dir': '../content/shell/android/javatests',
912 'resource_dir': '../res', 913 'resource_dir': '../res',
913 'additional_src_dirs': ['../content/public/android/javatests/'], 914 'additional_src_dirs': ['../content/public/android/javatests/'],
914 }, 915 },
915 'includes': [ '../build/java_apk.gypi' ], 916 'includes': [ '../build/java_apk.gypi' ],
916 }, 917 },
917 ], 918 ],
918 }], 919 }],
919 ], 920 ],
920 } 921 }
OLDNEW
« no previous file with comments | « no previous file | webkit/fileapi/file_system_context.h » ('j') | webkit/fileapi/syncable/canned_syncable_file_system.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698