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 '../../database/databases_table_unittest.cc', | 397 '../../database/databases_table_unittest.cc', |
398 '../../database/database_tracker_unittest.cc', | 398 '../../database/database_tracker_unittest.cc', |
399 '../../database/database_util_unittest.cc', | 399 '../../database/database_util_unittest.cc', |
400 '../../database/quota_table_unittest.cc', | 400 '../../database/quota_table_unittest.cc', |
401 '../../dom_storage/dom_storage_area_unittest.cc', | 401 '../../dom_storage/dom_storage_area_unittest.cc', |
402 '../../dom_storage/dom_storage_cached_area_unittest.cc', | 402 '../../dom_storage/dom_storage_cached_area_unittest.cc', |
403 '../../dom_storage/dom_storage_context_unittest.cc', | 403 '../../dom_storage/dom_storage_context_unittest.cc', |
404 '../../dom_storage/dom_storage_database_unittest.cc', | 404 '../../dom_storage/dom_storage_database_unittest.cc', |
405 '../../dom_storage/dom_storage_map_unittest.cc', | 405 '../../dom_storage/dom_storage_map_unittest.cc', |
406 '../../dom_storage/session_storage_database_unittest.cc', | 406 '../../dom_storage/session_storage_database_unittest.cc', |
407 '../../fileapi/file_system_database_test_helper.cc', | |
408 '../../fileapi/file_system_database_test_helper.h', | |
409 '../../fileapi/file_system_directory_database_unittest.cc', | |
410 '../../fileapi/file_system_file_util_unittest.cc', | |
411 '../../fileapi/file_system_mount_point_provider_unittest.cc', | |
412 '../../fileapi/file_system_operation_unittest.cc', | |
413 '../../fileapi/file_system_origin_database_unittest.cc', | |
414 '../../fileapi/file_system_quota_client_unittest.cc', | |
415 '../../fileapi/file_system_quota_unittest.cc', | |
416 '../../fileapi/file_system_test_helper.cc', | |
417 '../../fileapi/file_system_test_helper.h', | |
418 '../../fileapi/file_system_usage_cache_unittest.cc', | |
419 '../../fileapi/file_system_util_unittest.cc', | |
420 '../../fileapi/isolated_context_unittest.cc', | |
421 '../../fileapi/isolated_file_util_unittest.cc', | |
422 '../../fileapi/local_file_util_unittest.cc', | |
423 '../../fileapi/mock_file_system_options.cc', | |
424 '../../fileapi/mock_file_system_options.h', | |
425 '../../fileapi/obfuscated_file_util_unittest.cc', | |
426 '../../fileapi/sandbox_mount_point_provider_unittest.cc', | |
427 '../../fileapi/test_file_set.cc', | |
428 '../../fileapi/test_file_set.h', | |
429 '../../fileapi/webfilewriter_base_unittest.cc', | |
430 '../../glue/bookmarklet_unittest.cc', | 407 '../../glue/bookmarklet_unittest.cc', |
431 '../../glue/cpp_bound_class_unittest.cc', | 408 '../../glue/cpp_bound_class_unittest.cc', |
432 '../../glue/cpp_variant_unittest.cc', | 409 '../../glue/cpp_variant_unittest.cc', |
433 '../../glue/dom_operations_unittest.cc', | 410 '../../glue/dom_operations_unittest.cc', |
434 '../../glue/dom_serializer_unittest.cc', | 411 '../../glue/dom_serializer_unittest.cc', |
435 '../../glue/glue_serialize_unittest.cc', | 412 '../../glue/glue_serialize_unittest.cc', |
436 '../../glue/iframe_redirect_unittest.cc', | 413 '../../glue/iframe_redirect_unittest.cc', |
437 '../../glue/mimetype_unittest.cc', | 414 '../../glue/mimetype_unittest.cc', |
438 '../../glue/multipart_response_delegate_unittest.cc', | 415 '../../glue/multipart_response_delegate_unittest.cc', |
439 '../../glue/regular_expression_unittest.cc', | 416 '../../glue/regular_expression_unittest.cc', |
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
748 'link_settings': { | 725 'link_settings': { |
749 'libraries': [ | 726 'libraries': [ |
750 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 727 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
751 ], | 728 ], |
752 }, | 729 }, |
753 }, | 730 }, |
754 ], | 731 ], |
755 }], | 732 }], |
756 ], | 733 ], |
757 } | 734 } |
OLD | NEW |