| OLD | NEW |
| 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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 '../webkit/browser/fileapi/local_file_system_operation_unittest.cc', | 473 '../webkit/browser/fileapi/local_file_system_operation_unittest.cc', |
| 474 '../webkit/browser/fileapi/local_file_system_operation_write_unittest.cc
', | 474 '../webkit/browser/fileapi/local_file_system_operation_write_unittest.cc
', |
| 475 '../webkit/browser/fileapi/local_file_util_unittest.cc', | 475 '../webkit/browser/fileapi/local_file_util_unittest.cc', |
| 476 '../webkit/browser/fileapi/mock_file_change_observer.cc', | 476 '../webkit/browser/fileapi/mock_file_change_observer.cc', |
| 477 '../webkit/browser/fileapi/mock_file_change_observer.h', | 477 '../webkit/browser/fileapi/mock_file_change_observer.h', |
| 478 '../webkit/browser/fileapi/native_file_util_unittest.cc', | 478 '../webkit/browser/fileapi/native_file_util_unittest.cc', |
| 479 '../webkit/browser/fileapi/obfuscated_file_util_unittest.cc', | 479 '../webkit/browser/fileapi/obfuscated_file_util_unittest.cc', |
| 480 '../webkit/browser/fileapi/sandbox_database_test_helper.cc', | 480 '../webkit/browser/fileapi/sandbox_database_test_helper.cc', |
| 481 '../webkit/browser/fileapi/sandbox_database_test_helper.h', | 481 '../webkit/browser/fileapi/sandbox_database_test_helper.h', |
| 482 '../webkit/browser/fileapi/sandbox_directory_database_unittest.cc', | 482 '../webkit/browser/fileapi/sandbox_directory_database_unittest.cc', |
| 483 '../webkit/browser/fileapi/sandbox_file_system_backend_unittest.cc', |
| 483 '../webkit/browser/fileapi/sandbox_file_system_test_helper.cc', | 484 '../webkit/browser/fileapi/sandbox_file_system_test_helper.cc', |
| 484 '../webkit/browser/fileapi/sandbox_file_system_test_helper.h', | 485 '../webkit/browser/fileapi/sandbox_file_system_test_helper.h', |
| 485 '../webkit/browser/fileapi/sandbox_isolated_origin_database_unittest.cc'
, | 486 '../webkit/browser/fileapi/sandbox_isolated_origin_database_unittest.cc'
, |
| 486 '../webkit/browser/fileapi/sandbox_mount_point_provider_unittest.cc', | |
| 487 '../webkit/browser/fileapi/sandbox_origin_database_unittest.cc', | 487 '../webkit/browser/fileapi/sandbox_origin_database_unittest.cc', |
| 488 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.cc', | 488 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.cc', |
| 489 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.h', | 489 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.h', |
| 490 '../webkit/browser/fileapi/syncable/file_change_unittest.cc', | 490 '../webkit/browser/fileapi/syncable/file_change_unittest.cc', |
| 491 '../webkit/browser/fileapi/syncable/local_file_change_tracker_unittest.c
c', | 491 '../webkit/browser/fileapi/syncable/local_file_change_tracker_unittest.c
c', |
| 492 '../webkit/browser/fileapi/syncable/local_file_sync_context_unittest.cc'
, | 492 '../webkit/browser/fileapi/syncable/local_file_sync_context_unittest.cc'
, |
| 493 '../webkit/browser/fileapi/syncable/local_file_sync_status_unittest.cc', | 493 '../webkit/browser/fileapi/syncable/local_file_sync_status_unittest.cc', |
| 494 '../webkit/browser/fileapi/syncable/syncable_file_operation_runner_unitt
est.cc', | 494 '../webkit/browser/fileapi/syncable/syncable_file_operation_runner_unitt
est.cc', |
| 495 '../webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc', | 495 '../webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc', |
| 496 '../webkit/browser/fileapi/syncable/syncable_file_system_util_unittest.c
c', | 496 '../webkit/browser/fileapi/syncable/syncable_file_system_util_unittest.c
c', |
| (...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1223 'resource_dir': 'shell/android/shell_apk/res', | 1223 'resource_dir': 'shell/android/shell_apk/res', |
| 1224 'additional_src_dirs': ['public/android/javatests/',], | 1224 'additional_src_dirs': ['public/android/javatests/',], |
| 1225 'is_test_apk': 1, | 1225 'is_test_apk': 1, |
| 1226 }, | 1226 }, |
| 1227 'includes': [ '../build/java_apk.gypi' ], | 1227 'includes': [ '../build/java_apk.gypi' ], |
| 1228 }, | 1228 }, |
| 1229 ], | 1229 ], |
| 1230 }], | 1230 }], |
| 1231 ], | 1231 ], |
| 1232 } | 1232 } |
| OLD | NEW |