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

Side by Side Diff: content/content_tests.gypi

Issue 15810004: Cleanup: Rename LocalFileSystemTestOriginHelper (aka test_helper_) to SandboxFileSystemTestHelper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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_unittest.cc » ('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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 '../webkit/fileapi/file_system_context_unittest.cc', 474 '../webkit/fileapi/file_system_context_unittest.cc',
475 '../webkit/fileapi/file_system_file_stream_reader_unittest.cc', 475 '../webkit/fileapi/file_system_file_stream_reader_unittest.cc',
476 '../webkit/fileapi/file_system_url_unittest.cc', 476 '../webkit/fileapi/file_system_url_unittest.cc',
477 '../webkit/fileapi/file_system_util_unittest.cc', 477 '../webkit/fileapi/file_system_util_unittest.cc',
478 '../webkit/fileapi/file_writer_delegate_unittest.cc', 478 '../webkit/fileapi/file_writer_delegate_unittest.cc',
479 '../webkit/fileapi/isolated_context_unittest.cc', 479 '../webkit/fileapi/isolated_context_unittest.cc',
480 '../webkit/fileapi/local_file_stream_writer_unittest.cc', 480 '../webkit/fileapi/local_file_stream_writer_unittest.cc',
481 '../webkit/fileapi/local_file_system_cross_operation_unittest.cc', 481 '../webkit/fileapi/local_file_system_cross_operation_unittest.cc',
482 '../webkit/fileapi/local_file_system_operation_unittest.cc', 482 '../webkit/fileapi/local_file_system_operation_unittest.cc',
483 '../webkit/fileapi/local_file_system_operation_write_unittest.cc', 483 '../webkit/fileapi/local_file_system_operation_write_unittest.cc',
484 '../webkit/fileapi/local_file_system_test_helper.cc',
485 '../webkit/fileapi/local_file_system_test_helper.h',
486 '../webkit/fileapi/mock_file_change_observer.cc', 484 '../webkit/fileapi/mock_file_change_observer.cc',
487 '../webkit/fileapi/mock_file_change_observer.h', 485 '../webkit/fileapi/mock_file_change_observer.h',
486 '../webkit/fileapi/sandbox_file_system_test_helper.cc',
487 '../webkit/fileapi/sandbox_file_system_test_helper.h',
488 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', 488 '../webkit/fileapi/syncable/canned_syncable_file_system.cc',
489 '../webkit/fileapi/syncable/canned_syncable_file_system.h', 489 '../webkit/fileapi/syncable/canned_syncable_file_system.h',
490 '../webkit/fileapi/syncable/file_change_unittest.cc', 490 '../webkit/fileapi/syncable/file_change_unittest.cc',
491 '../webkit/fileapi/syncable/local_file_change_tracker_unittest.cc', 491 '../webkit/fileapi/syncable/local_file_change_tracker_unittest.cc',
492 '../webkit/fileapi/syncable/local_file_sync_context_unittest.cc', 492 '../webkit/fileapi/syncable/local_file_sync_context_unittest.cc',
493 '../webkit/fileapi/syncable/local_file_sync_status_unittest.cc', 493 '../webkit/fileapi/syncable/local_file_sync_status_unittest.cc',
494 '../webkit/fileapi/syncable/syncable_file_operation_runner_unittest.cc', 494 '../webkit/fileapi/syncable/syncable_file_operation_runner_unittest.cc',
495 '../webkit/fileapi/syncable/syncable_file_system_unittest.cc', 495 '../webkit/fileapi/syncable/syncable_file_system_unittest.cc',
496 '../webkit/fileapi/syncable/syncable_file_system_util_unittest.cc', 496 '../webkit/fileapi/syncable/syncable_file_system_util_unittest.cc',
497 '../webkit/fileapi/test_file_set.cc', 497 '../webkit/fileapi/test_file_set.cc',
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
1116 'resource_dir': 'shell/android/shell_apk/res', 1116 'resource_dir': 'shell/android/shell_apk/res',
1117 'additional_src_dirs': ['public/android/javatests/',], 1117 'additional_src_dirs': ['public/android/javatests/',],
1118 'is_test_apk': 1, 1118 'is_test_apk': 1,
1119 }, 1119 },
1120 'includes': [ '../build/java_apk.gypi' ], 1120 'includes': [ '../build/java_apk.gypi' ],
1121 }, 1121 },
1122 ], 1122 ],
1123 }], 1123 }],
1124 ], 1124 ],
1125 } 1125 }
OLDNEW
« no previous file with comments | « no previous file | webkit/browser/fileapi/obfuscated_file_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698