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

Side by Side Diff: trunk/src/content/content_tests.gypi

Issue 64883003: Revert 233815 "Quota: Implement QuotaBackendImpl" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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 | trunk/src/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 'dependencies': [ 10 'dependencies': [
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 '../webkit/browser/database/database_util_unittest.cc', 574 '../webkit/browser/database/database_util_unittest.cc',
575 '../webkit/browser/database/databases_table_unittest.cc', 575 '../webkit/browser/database/databases_table_unittest.cc',
576 '../webkit/browser/fileapi/external_mount_points_unittest.cc', 576 '../webkit/browser/fileapi/external_mount_points_unittest.cc',
577 '../webkit/browser/fileapi/file_system_url_unittest.cc', 577 '../webkit/browser/fileapi/file_system_url_unittest.cc',
578 '../webkit/browser/fileapi/file_system_usage_cache_unittest.cc', 578 '../webkit/browser/fileapi/file_system_usage_cache_unittest.cc',
579 '../webkit/browser/fileapi/isolated_context_unittest.cc', 579 '../webkit/browser/fileapi/isolated_context_unittest.cc',
580 '../webkit/browser/fileapi/local_file_stream_writer_unittest.cc', 580 '../webkit/browser/fileapi/local_file_stream_writer_unittest.cc',
581 '../webkit/browser/fileapi/mock_file_change_observer.cc', 581 '../webkit/browser/fileapi/mock_file_change_observer.cc',
582 '../webkit/browser/fileapi/mock_file_change_observer.h', 582 '../webkit/browser/fileapi/mock_file_change_observer.h',
583 '../webkit/browser/fileapi/native_file_util_unittest.cc', 583 '../webkit/browser/fileapi/native_file_util_unittest.cc',
584 '../webkit/browser/fileapi/quota/quota_backend_impl_unittest.cc',
585 '../webkit/browser/fileapi/quota/quota_reservation_manager_unittest.cc', 584 '../webkit/browser/fileapi/quota/quota_reservation_manager_unittest.cc',
586 '../webkit/browser/fileapi/sandbox_database_test_helper.cc', 585 '../webkit/browser/fileapi/sandbox_database_test_helper.cc',
587 '../webkit/browser/fileapi/sandbox_database_test_helper.h', 586 '../webkit/browser/fileapi/sandbox_database_test_helper.h',
588 '../webkit/browser/fileapi/sandbox_directory_database_unittest.cc', 587 '../webkit/browser/fileapi/sandbox_directory_database_unittest.cc',
589 '../webkit/browser/fileapi/sandbox_isolated_origin_database_unittest.cc' , 588 '../webkit/browser/fileapi/sandbox_isolated_origin_database_unittest.cc' ,
590 '../webkit/browser/fileapi/sandbox_origin_database_unittest.cc', 589 '../webkit/browser/fileapi/sandbox_origin_database_unittest.cc',
591 '../webkit/browser/fileapi/sandbox_prioritized_origin_database_unittest. cc', 590 '../webkit/browser/fileapi/sandbox_prioritized_origin_database_unittest. cc',
592 '../webkit/browser/fileapi/test_file_set.cc', 591 '../webkit/browser/fileapi/test_file_set.cc',
593 '../webkit/browser/fileapi/test_file_set.h', 592 '../webkit/browser/fileapi/test_file_set.h',
594 '../webkit/browser/fileapi/timed_task_helper_unittest.cc', 593 '../webkit/browser/fileapi/timed_task_helper_unittest.cc',
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
1600 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1599 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1601 }, 1600 },
1602 ], 1601 ],
1603 }], 1602 }],
1604 ], 1603 ],
1605 }, 1604 },
1606 ], 1605 ],
1607 }], 1606 }],
1608 ], 1607 ],
1609 } 1608 }
OLDNEW
« no previous file with comments | « no previous file | trunk/src/webkit/browser/fileapi/obfuscated_file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698