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 25 matching lines...) Expand all Loading... |
36 '<(DEPTH)/net/net.gyp:net', | 36 '<(DEPTH)/net/net.gyp:net', |
37 '<(DEPTH)/skia/skia.gyp:skia', | 37 '<(DEPTH)/skia/skia.gyp:skia', |
38 '<(DEPTH)/testing/gmock.gyp:gmock', | 38 '<(DEPTH)/testing/gmock.gyp:gmock', |
39 '<(DEPTH)/testing/gtest.gyp:gtest', | 39 '<(DEPTH)/testing/gtest.gyp:gtest', |
40 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector
_resources', | 40 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector
_resources', |
41 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 41 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
42 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 42 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
43 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache', | 43 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache', |
44 '<(DEPTH)/webkit/support/webkit_support.gyp:blob', | 44 '<(DEPTH)/webkit/support/webkit_support.gyp:blob', |
45 '<(DEPTH)/webkit/support/webkit_support.gyp:database', | 45 '<(DEPTH)/webkit/support/webkit_support.gyp:database', |
| 46 '<(DEPTH)/webkit/support/webkit_support.gyp:dom_storage', |
46 '<(DEPTH)/webkit/support/webkit_support.gyp:fileapi', | 47 '<(DEPTH)/webkit/support/webkit_support.gyp:fileapi', |
47 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', | 48 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', |
48 '<(DEPTH)/webkit/support/webkit_support.gyp:quota', | 49 '<(DEPTH)/webkit/support/webkit_support.gyp:quota', |
49 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_gpu', | 50 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_gpu', |
50 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_media', | 51 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_media', |
51 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', | 52 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', |
52 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support_common', | 53 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support_common', |
53 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_user_agent', | 54 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_user_agent', |
54 ], | 55 ], |
55 'sources': [ | 56 'sources': [ |
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
389 '../../appcache/mock_appcache_storage_unittest.cc', | 390 '../../appcache/mock_appcache_storage_unittest.cc', |
390 '../../blob/blob_storage_controller_unittest.cc', | 391 '../../blob/blob_storage_controller_unittest.cc', |
391 '../../blob/blob_url_request_job_unittest.cc', | 392 '../../blob/blob_url_request_job_unittest.cc', |
392 '../../blob/deletable_file_reference_unittest.cc', | 393 '../../blob/deletable_file_reference_unittest.cc', |
393 '../../database/database_connections_unittest.cc', | 394 '../../database/database_connections_unittest.cc', |
394 '../../database/database_quota_client_unittest.cc', | 395 '../../database/database_quota_client_unittest.cc', |
395 '../../database/databases_table_unittest.cc', | 396 '../../database/databases_table_unittest.cc', |
396 '../../database/database_tracker_unittest.cc', | 397 '../../database/database_tracker_unittest.cc', |
397 '../../database/database_util_unittest.cc', | 398 '../../database/database_util_unittest.cc', |
398 '../../database/quota_table_unittest.cc', | 399 '../../database/quota_table_unittest.cc', |
| 400 '../../dom_storage/dom_storage_database_unittest.cc', |
399 '../../fileapi/file_system_directory_database_unittest.cc', | 401 '../../fileapi/file_system_directory_database_unittest.cc', |
400 '../../fileapi/file_system_file_util_unittest.cc', | 402 '../../fileapi/file_system_file_util_unittest.cc', |
401 '../../fileapi/file_system_mount_point_provider_unittest.cc', | 403 '../../fileapi/file_system_mount_point_provider_unittest.cc', |
402 '../../fileapi/file_system_operation_unittest.cc', | 404 '../../fileapi/file_system_operation_unittest.cc', |
403 '../../fileapi/file_system_origin_database_unittest.cc', | 405 '../../fileapi/file_system_origin_database_unittest.cc', |
404 '../../fileapi/file_system_quota_client_unittest.cc', | 406 '../../fileapi/file_system_quota_client_unittest.cc', |
405 '../../fileapi/file_system_quota_unittest.cc', | 407 '../../fileapi/file_system_quota_unittest.cc', |
406 '../../fileapi/file_system_test_helper.cc', | 408 '../../fileapi/file_system_test_helper.cc', |
407 '../../fileapi/file_system_test_helper.h', | 409 '../../fileapi/file_system_test_helper.h', |
408 '../../fileapi/file_system_usage_cache_unittest.cc', | 410 '../../fileapi/file_system_usage_cache_unittest.cc', |
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
762 'link_settings': { | 764 'link_settings': { |
763 'libraries': [ | 765 'libraries': [ |
764 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 766 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
765 ], | 767 ], |
766 }, | 768 }, |
767 }, | 769 }, |
768 ], | 770 ], |
769 }], | 771 }], |
770 ], | 772 ], |
771 } | 773 } |
OLD | NEW |