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

Side by Side Diff: content/content_tests.gypi

Issue 21116008: FileAPI: Move FileSystemQuotaUtil related functions into SandboxContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up Created 7 years, 4 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) 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 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 '../webkit/browser/fileapi/local_file_system_operation_unittest.cc', 500 '../webkit/browser/fileapi/local_file_system_operation_unittest.cc',
501 '../webkit/browser/fileapi/local_file_system_operation_write_unittest.cc ', 501 '../webkit/browser/fileapi/local_file_system_operation_write_unittest.cc ',
502 '../webkit/browser/fileapi/local_file_util_unittest.cc', 502 '../webkit/browser/fileapi/local_file_util_unittest.cc',
503 '../webkit/browser/fileapi/mock_file_change_observer.cc', 503 '../webkit/browser/fileapi/mock_file_change_observer.cc',
504 '../webkit/browser/fileapi/mock_file_change_observer.h', 504 '../webkit/browser/fileapi/mock_file_change_observer.h',
505 '../webkit/browser/fileapi/native_file_util_unittest.cc', 505 '../webkit/browser/fileapi/native_file_util_unittest.cc',
506 '../webkit/browser/fileapi/obfuscated_file_util_unittest.cc', 506 '../webkit/browser/fileapi/obfuscated_file_util_unittest.cc',
507 '../webkit/browser/fileapi/sandbox_database_test_helper.cc', 507 '../webkit/browser/fileapi/sandbox_database_test_helper.cc',
508 '../webkit/browser/fileapi/sandbox_database_test_helper.h', 508 '../webkit/browser/fileapi/sandbox_database_test_helper.h',
509 '../webkit/browser/fileapi/sandbox_directory_database_unittest.cc', 509 '../webkit/browser/fileapi/sandbox_directory_database_unittest.cc',
510 '../webkit/browser/fileapi/sandbox_context_unittest.cc',
510 '../webkit/browser/fileapi/sandbox_file_system_backend_unittest.cc', 511 '../webkit/browser/fileapi/sandbox_file_system_backend_unittest.cc',
511 '../webkit/browser/fileapi/sandbox_file_system_test_helper.cc', 512 '../webkit/browser/fileapi/sandbox_file_system_test_helper.cc',
512 '../webkit/browser/fileapi/sandbox_file_system_test_helper.h', 513 '../webkit/browser/fileapi/sandbox_file_system_test_helper.h',
513 '../webkit/browser/fileapi/sandbox_isolated_origin_database_unittest.cc' , 514 '../webkit/browser/fileapi/sandbox_isolated_origin_database_unittest.cc' ,
514 '../webkit/browser/fileapi/sandbox_origin_database_unittest.cc', 515 '../webkit/browser/fileapi/sandbox_origin_database_unittest.cc',
515 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.cc', 516 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.cc',
516 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.h', 517 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.h',
517 '../webkit/browser/fileapi/syncable/file_change_unittest.cc', 518 '../webkit/browser/fileapi/syncable/file_change_unittest.cc',
518 '../webkit/browser/fileapi/syncable/local_file_change_tracker_unittest.c c', 519 '../webkit/browser/fileapi/syncable/local_file_change_tracker_unittest.c c',
519 '../webkit/browser/fileapi/syncable/local_file_sync_context_unittest.cc' , 520 '../webkit/browser/fileapi/syncable/local_file_sync_context_unittest.cc' ,
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
1391 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1392 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1392 }, 1393 },
1393 ], 1394 ],
1394 }], 1395 }],
1395 ], 1396 ],
1396 }, 1397 },
1397 ], 1398 ],
1398 }], 1399 }],
1399 ], 1400 ],
1400 } 1401 }
OLDNEW
« no previous file with comments | « no previous file | webkit/browser/fileapi/file_system_context.h » ('j') | webkit/browser/fileapi/sandbox_context.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698