| OLD | NEW |
| 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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 '../webkit/fileapi/isolated_context_unittest.cc', | 469 '../webkit/fileapi/isolated_context_unittest.cc', |
| 470 '../webkit/fileapi/isolated_file_util_unittest.cc', | 470 '../webkit/fileapi/isolated_file_util_unittest.cc', |
| 471 '../webkit/fileapi/local_file_system_cross_operation_unittest.cc', | 471 '../webkit/fileapi/local_file_system_cross_operation_unittest.cc', |
| 472 '../webkit/fileapi/local_file_system_operation_unittest.cc', | 472 '../webkit/fileapi/local_file_system_operation_unittest.cc', |
| 473 '../webkit/fileapi/local_file_system_operation_write_unittest.cc', | 473 '../webkit/fileapi/local_file_system_operation_write_unittest.cc', |
| 474 '../webkit/fileapi/local_file_system_quota_unittest.cc', | 474 '../webkit/fileapi/local_file_system_quota_unittest.cc', |
| 475 '../webkit/fileapi/local_file_system_test_helper.cc', | 475 '../webkit/fileapi/local_file_system_test_helper.cc', |
| 476 '../webkit/fileapi/local_file_system_test_helper.h', | 476 '../webkit/fileapi/local_file_system_test_helper.h', |
| 477 '../webkit/fileapi/local_file_stream_writer_unittest.cc', | 477 '../webkit/fileapi/local_file_stream_writer_unittest.cc', |
| 478 '../webkit/fileapi/local_file_util_unittest.cc', | 478 '../webkit/fileapi/local_file_util_unittest.cc', |
| 479 '../webkit/fileapi/media/native_media_file_util_unittest.cc', | |
| 480 '../webkit/fileapi/media/picasa/pmp_column_reader_unittest.cc', | |
| 481 '../webkit/fileapi/media/picasa/pmp_table_reader_unittest.cc', | |
| 482 '../webkit/fileapi/media/picasa/pmp_test_helper.cc', | |
| 483 '../webkit/fileapi/media/picasa/pmp_test_helper.h', | |
| 484 '../webkit/fileapi/mock_file_change_observer.cc', | 479 '../webkit/fileapi/mock_file_change_observer.cc', |
| 485 '../webkit/fileapi/mock_file_change_observer.h', | 480 '../webkit/fileapi/mock_file_change_observer.h', |
| 486 '../webkit/fileapi/native_file_util_unittest.cc', | 481 '../webkit/fileapi/native_file_util_unittest.cc', |
| 487 '../webkit/fileapi/obfuscated_file_util_unittest.cc', | 482 '../webkit/fileapi/obfuscated_file_util_unittest.cc', |
| 488 '../webkit/fileapi/sandbox_mount_point_provider_unittest.cc', | 483 '../webkit/fileapi/sandbox_mount_point_provider_unittest.cc', |
| 489 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', | 484 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', |
| 490 '../webkit/fileapi/syncable/canned_syncable_file_system.h', | 485 '../webkit/fileapi/syncable/canned_syncable_file_system.h', |
| 491 '../webkit/fileapi/syncable/file_change_unittest.cc', | 486 '../webkit/fileapi/syncable/file_change_unittest.cc', |
| 492 '../webkit/fileapi/syncable/local_file_change_tracker_unittest.cc', | 487 '../webkit/fileapi/syncable/local_file_change_tracker_unittest.cc', |
| 493 '../webkit/fileapi/syncable/local_file_sync_context_unittest.cc', | 488 '../webkit/fileapi/syncable/local_file_sync_context_unittest.cc', |
| (...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1111 'resource_dir': 'shell/android/shell_apk/res', | 1106 'resource_dir': 'shell/android/shell_apk/res', |
| 1112 'additional_src_dirs': ['public/android/javatests/',], | 1107 'additional_src_dirs': ['public/android/javatests/',], |
| 1113 'is_test_apk': 1, | 1108 'is_test_apk': 1, |
| 1114 }, | 1109 }, |
| 1115 'includes': [ '../build/java_apk.gypi' ], | 1110 'includes': [ '../build/java_apk.gypi' ], |
| 1116 }, | 1111 }, |
| 1117 ], | 1112 ], |
| 1118 }], | 1113 }], |
| 1119 ], | 1114 ], |
| 1120 } | 1115 } |
| OLD | NEW |