| 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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 '../webkit/dom_storage/dom_storage_area_unittest.cc', | 398 '../webkit/dom_storage/dom_storage_area_unittest.cc', |
| 399 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc', | 399 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc', |
| 400 '../webkit/dom_storage/dom_storage_context_unittest.cc', | 400 '../webkit/dom_storage/dom_storage_context_unittest.cc', |
| 401 '../webkit/dom_storage/dom_storage_database_unittest.cc', | 401 '../webkit/dom_storage/dom_storage_database_unittest.cc', |
| 402 '../webkit/dom_storage/dom_storage_map_unittest.cc', | 402 '../webkit/dom_storage/dom_storage_map_unittest.cc', |
| 403 '../webkit/dom_storage/session_storage_database_unittest.cc', | 403 '../webkit/dom_storage/session_storage_database_unittest.cc', |
| 404 '../webkit/fileapi/file_system_database_test_helper.cc', | 404 '../webkit/fileapi/file_system_database_test_helper.cc', |
| 405 '../webkit/fileapi/file_system_database_test_helper.h', | 405 '../webkit/fileapi/file_system_database_test_helper.h', |
| 406 '../webkit/fileapi/file_system_directory_database_unittest.cc', | 406 '../webkit/fileapi/file_system_directory_database_unittest.cc', |
| 407 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', | 407 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', |
| 408 '../webkit/fileapi/file_system_file_stream_reader_unittest.cc', |
| 408 '../webkit/fileapi/file_system_file_util_unittest.cc', | 409 '../webkit/fileapi/file_system_file_util_unittest.cc', |
| 409 '../webkit/fileapi/file_system_mount_point_provider_unittest.cc', | 410 '../webkit/fileapi/file_system_mount_point_provider_unittest.cc', |
| 410 '../webkit/fileapi/file_system_origin_database_unittest.cc', | 411 '../webkit/fileapi/file_system_origin_database_unittest.cc', |
| 411 '../webkit/fileapi/file_system_quota_client_unittest.cc', | 412 '../webkit/fileapi/file_system_quota_client_unittest.cc', |
| 412 '../webkit/fileapi/file_system_url_unittest.cc', | 413 '../webkit/fileapi/file_system_url_unittest.cc', |
| 413 '../webkit/fileapi/file_system_url_request_job_unittest.cc', | 414 '../webkit/fileapi/file_system_url_request_job_unittest.cc', |
| 414 '../webkit/fileapi/file_system_usage_cache_unittest.cc', | 415 '../webkit/fileapi/file_system_usage_cache_unittest.cc', |
| 415 '../webkit/fileapi/file_system_util_unittest.cc', | 416 '../webkit/fileapi/file_system_util_unittest.cc', |
| 416 '../webkit/fileapi/file_writer_delegate_unittest.cc', | 417 '../webkit/fileapi/file_writer_delegate_unittest.cc', |
| 417 '../webkit/fileapi/isolated_context_unittest.cc', | 418 '../webkit/fileapi/isolated_context_unittest.cc', |
| (...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 916 'java_in_dir': '../content/shell/android/javatests', | 917 'java_in_dir': '../content/shell/android/javatests', |
| 917 'resource_dir': '../res', | 918 'resource_dir': '../res', |
| 918 'additional_src_dirs': ['../content/public/android/javatests/'], | 919 'additional_src_dirs': ['../content/public/android/javatests/'], |
| 919 }, | 920 }, |
| 920 'includes': [ '../build/java_apk.gypi' ], | 921 'includes': [ '../build/java_apk.gypi' ], |
| 921 }, | 922 }, |
| 922 ], | 923 ], |
| 923 }], | 924 }], |
| 924 ], | 925 ], |
| 925 } | 926 } |
| OLD | NEW |