| 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 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |