| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 '../../appcache/appcache_group_unittest.cc', | 371 '../../appcache/appcache_group_unittest.cc', |
| 372 '../../appcache/appcache_host_unittest.cc', | 372 '../../appcache/appcache_host_unittest.cc', |
| 373 '../../appcache/appcache_quota_client_unittest.cc', | 373 '../../appcache/appcache_quota_client_unittest.cc', |
| 374 '../../appcache/appcache_request_handler_unittest.cc', | 374 '../../appcache/appcache_request_handler_unittest.cc', |
| 375 '../../appcache/appcache_response_unittest.cc', | 375 '../../appcache/appcache_response_unittest.cc', |
| 376 '../../appcache/appcache_service_unittest.cc', | 376 '../../appcache/appcache_service_unittest.cc', |
| 377 '../../appcache/appcache_storage_unittest.cc', | 377 '../../appcache/appcache_storage_unittest.cc', |
| 378 '../../appcache/appcache_storage_impl_unittest.cc', | 378 '../../appcache/appcache_storage_impl_unittest.cc', |
| 379 '../../appcache/appcache_update_job_unittest.cc', | 379 '../../appcache/appcache_update_job_unittest.cc', |
| 380 '../../appcache/appcache_url_request_job_unittest.cc', | 380 '../../appcache/appcache_url_request_job_unittest.cc', |
| 381 '../../appcache/mock_appcache_policy.h', |
| 382 '../../appcache/mock_appcache_policy.cc', |
| 381 '../../appcache/mock_appcache_service.cc', | 383 '../../appcache/mock_appcache_service.cc', |
| 382 '../../appcache/mock_appcache_service.h', | 384 '../../appcache/mock_appcache_service.h', |
| 383 '../../appcache/mock_appcache_storage.cc', | 385 '../../appcache/mock_appcache_storage.cc', |
| 384 '../../appcache/mock_appcache_storage.h', | 386 '../../appcache/mock_appcache_storage.h', |
| 385 '../../appcache/mock_appcache_storage_unittest.cc', | 387 '../../appcache/mock_appcache_storage_unittest.cc', |
| 386 '../../blob/blob_storage_controller_unittest.cc', | 388 '../../blob/blob_storage_controller_unittest.cc', |
| 387 '../../blob/blob_url_request_job_unittest.cc', | 389 '../../blob/blob_url_request_job_unittest.cc', |
| 388 '../../blob/deletable_file_reference_unittest.cc', | 390 '../../blob/deletable_file_reference_unittest.cc', |
| 389 '../../database/database_connections_unittest.cc', | 391 '../../database/database_connections_unittest.cc', |
| 390 '../../database/database_quota_client_unittest.cc', | 392 '../../database/database_quota_client_unittest.cc', |
| (...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 748 'link_settings': { | 750 'link_settings': { |
| 749 'libraries': [ | 751 'libraries': [ |
| 750 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 752 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 751 ], | 753 ], |
| 752 }, | 754 }, |
| 753 }, | 755 }, |
| 754 ], | 756 ], |
| 755 }], | 757 }], |
| 756 ], | 758 ], |
| 757 } | 759 } |
| OLD | NEW |