| 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 'variables': { | 6 'variables': { |
| 7 'test_shell_windows_resource_files': [ | 7 'test_shell_windows_resource_files': [ |
| 8 'resources/test_shell.rc', | 8 'resources/test_shell.rc', |
| 9 '../../glue/resources/pan_east.cur', | 9 '../../glue/resources/pan_east.cur', |
| 10 '../../glue/resources/pan_middle.cur', | 10 '../../glue/resources/pan_middle.cur', |
| (...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 '../../blob/blob_storage_controller_unittest.cc', | 397 '../../blob/blob_storage_controller_unittest.cc', |
| 398 '../../blob/blob_url_request_job_unittest.cc', | 398 '../../blob/blob_url_request_job_unittest.cc', |
| 399 '../../blob/shareable_file_reference_unittest.cc', | 399 '../../blob/shareable_file_reference_unittest.cc', |
| 400 '../../database/database_connections_unittest.cc', | 400 '../../database/database_connections_unittest.cc', |
| 401 '../../database/database_quota_client_unittest.cc', | 401 '../../database/database_quota_client_unittest.cc', |
| 402 '../../database/databases_table_unittest.cc', | 402 '../../database/databases_table_unittest.cc', |
| 403 '../../database/database_tracker_unittest.cc', | 403 '../../database/database_tracker_unittest.cc', |
| 404 '../../database/database_util_unittest.cc', | 404 '../../database/database_util_unittest.cc', |
| 405 '../../database/quota_table_unittest.cc', | 405 '../../database/quota_table_unittest.cc', |
| 406 '../../dom_storage/dom_storage_area_unittest.cc', | 406 '../../dom_storage/dom_storage_area_unittest.cc', |
| 407 '../../dom_storage/dom_storage_context_unittest.cc', |
| 407 '../../dom_storage/dom_storage_database_unittest.cc', | 408 '../../dom_storage/dom_storage_database_unittest.cc', |
| 408 '../../dom_storage/dom_storage_map_unittest.cc', | 409 '../../dom_storage/dom_storage_map_unittest.cc', |
| 409 '../../fileapi/file_system_directory_database_unittest.cc', | 410 '../../fileapi/file_system_directory_database_unittest.cc', |
| 410 '../../fileapi/file_system_file_util_unittest.cc', | 411 '../../fileapi/file_system_file_util_unittest.cc', |
| 411 '../../fileapi/file_system_mount_point_provider_unittest.cc', | 412 '../../fileapi/file_system_mount_point_provider_unittest.cc', |
| 412 '../../fileapi/file_system_operation_unittest.cc', | 413 '../../fileapi/file_system_operation_unittest.cc', |
| 413 '../../fileapi/file_system_origin_database_unittest.cc', | 414 '../../fileapi/file_system_origin_database_unittest.cc', |
| 414 '../../fileapi/file_system_quota_client_unittest.cc', | 415 '../../fileapi/file_system_quota_client_unittest.cc', |
| 415 '../../fileapi/file_system_quota_unittest.cc', | 416 '../../fileapi/file_system_quota_unittest.cc', |
| 416 '../../fileapi/file_system_test_helper.cc', | 417 '../../fileapi/file_system_test_helper.cc', |
| (...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 773 'link_settings': { | 774 'link_settings': { |
| 774 'libraries': [ | 775 'libraries': [ |
| 775 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 776 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 776 ], | 777 ], |
| 777 }, | 778 }, |
| 778 }, | 779 }, |
| 779 ], | 780 ], |
| 780 }], | 781 }], |
| 781 ], | 782 ], |
| 782 } | 783 } |
| OLD | NEW |