| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit', | 208 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 209 'files': [ | 209 'files': [ |
| 210 'shell/resources/missingImage.png', | 210 'shell/resources/missingImage.png', |
| 211 'shell/resources/textAreaResizeCorner.png', | 211 'shell/resources/textAreaResizeCorner.png', |
| 212 ], | 212 ], |
| 213 }], | 213 }], |
| 214 }], | 214 }], |
| 215 ], | 215 ], |
| 216 'dependencies': [ | 216 'dependencies': [ |
| 217 'content.gyp:content_child', | 217 'content.gyp:content_child', |
| 218 'content.gyp:content_common', |
| 218 'content.gyp:content_gpu', | 219 'content.gyp:content_gpu', |
| 219 'content.gyp:content_ppapi_plugin', | 220 'content.gyp:content_ppapi_plugin', |
| 220 'content.gyp:content_renderer', | 221 'content.gyp:content_renderer', |
| 221 'content.gyp:content_utility', | 222 'content.gyp:content_utility', |
| 222 'content.gyp:content_worker', | 223 'content.gyp:content_worker', |
| 223 '../cc/cc_tests.gyp:cc_test_support', | 224 '../cc/cc_tests.gyp:cc_test_support', |
| 224 '../media/media.gyp:media', | 225 '../media/media.gyp:media', |
| 225 '../ppapi/ppapi_internal.gyp:ppapi_host', | 226 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 226 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 227 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 227 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 228 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 228 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 229 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 229 '../third_party/WebKit/public/blink.gyp:blink', | 230 '../third_party/WebKit/public/blink.gyp:blink', |
| 230 '../ui/surface/surface.gyp:surface', | 231 '../ui/surface/surface.gyp:surface', |
| 231 '../webkit/child/webkit_child.gyp:webkit_child', | 232 '../webkit/child/webkit_child.gyp:webkit_child', |
| 232 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 233 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 233 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | |
| 234 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk
it_compositor_support', | 234 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk
it_compositor_support', |
| 235 '../webkit/storage_browser.gyp:webkit_storage_browser', | 235 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 236 '../webkit/storage_common.gyp:webkit_storage_common', | 236 '../webkit/storage_common.gyp:webkit_storage_common', |
| 237 ], | 237 ], |
| 238 'export_dependent_settings': [ | 238 'export_dependent_settings': [ |
| 239 '../third_party/WebKit/public/blink.gyp:blink', | 239 '../third_party/WebKit/public/blink.gyp:blink', |
| 240 ], | 240 ], |
| 241 }], | 241 }], |
| 242 ['OS == "win" or toolkit_uses_gtk == 1', { | 242 ['OS == "win" or toolkit_uses_gtk == 1', { |
| 243 'dependencies': [ | 243 'dependencies': [ |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 '../skia/skia.gyp:skia', | 319 '../skia/skia.gyp:skia', |
| 320 '../sql/sql.gyp:sql', | 320 '../sql/sql.gyp:sql', |
| 321 '../sql/sql.gyp:test_support_sql', | 321 '../sql/sql.gyp:test_support_sql', |
| 322 '../testing/gmock.gyp:gmock', | 322 '../testing/gmock.gyp:gmock', |
| 323 '../testing/gtest.gyp:gtest', | 323 '../testing/gtest.gyp:gtest', |
| 324 '../third_party/re2/re2.gyp:re2', | 324 '../third_party/re2/re2.gyp:re2', |
| 325 '../ui/accessibility/accessibility.gyp:accessibility', | 325 '../ui/accessibility/accessibility.gyp:accessibility', |
| 326 '../ui/gfx/gfx.gyp:gfx', | 326 '../ui/gfx/gfx.gyp:gfx', |
| 327 '../ui/gfx/gfx.gyp:gfx_geometry', | 327 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 328 '../ui/ui.gyp:ui', | 328 '../ui/ui.gyp:ui', |
| 329 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | |
| 330 ], | 329 ], |
| 331 'include_dirs': [ | 330 'include_dirs': [ |
| 332 '..', | 331 '..', |
| 333 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. | 332 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. |
| 334 ], | 333 ], |
| 335 'sources': [ | 334 'sources': [ |
| 336 'browser/accessibility/accessibility_mode_helper_unittest.cc', | 335 'browser/accessibility/accessibility_mode_helper_unittest.cc', |
| 337 'browser/accessibility/browser_accessibility_mac_unittest.mm', | 336 'browser/accessibility/browser_accessibility_mac_unittest.mm', |
| 338 'browser/accessibility/browser_accessibility_manager_unittest.cc', | 337 'browser/accessibility/browser_accessibility_manager_unittest.cc', |
| 339 'browser/accessibility/browser_accessibility_win_unittest.cc', | 338 'browser/accessibility/browser_accessibility_win_unittest.cc', |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 'common/mac/attributed_string_coder_unittest.mm', | 530 'common/mac/attributed_string_coder_unittest.mm', |
| 532 'common/mac/font_descriptor_unittest.mm', | 531 'common/mac/font_descriptor_unittest.mm', |
| 533 'common/page_state_serialization_unittest.cc', | 532 'common/page_state_serialization_unittest.cc', |
| 534 'common/page_zoom_unittest.cc', | 533 'common/page_zoom_unittest.cc', |
| 535 'common/plugin_list_unittest.cc', | 534 'common/plugin_list_unittest.cc', |
| 536 'common/sandbox_mac_diraccess_unittest.mm', | 535 'common/sandbox_mac_diraccess_unittest.mm', |
| 537 'common/sandbox_mac_fontloading_unittest.mm', | 536 'common/sandbox_mac_fontloading_unittest.mm', |
| 538 'common/sandbox_mac_system_access_unittest.mm', | 537 'common/sandbox_mac_system_access_unittest.mm', |
| 539 'common/sandbox_mac_unittest_helper.h', | 538 'common/sandbox_mac_unittest_helper.h', |
| 540 'common/sandbox_mac_unittest_helper.mm', | 539 'common/sandbox_mac_unittest_helper.mm', |
| 540 'common/user_agent_unittest.cc', |
| 541 'common/webplugininfo_unittest.cc', | 541 'common/webplugininfo_unittest.cc', |
| 542 'renderer/active_notification_tracker_unittest.cc', | 542 'renderer/active_notification_tracker_unittest.cc', |
| 543 'renderer/android/email_detector_unittest.cc', | 543 'renderer/android/email_detector_unittest.cc', |
| 544 'renderer/android/phone_number_detector_unittest.cc', | 544 'renderer/android/phone_number_detector_unittest.cc', |
| 545 'renderer/bmp_image_decoder_unittest.cc', | 545 'renderer/bmp_image_decoder_unittest.cc', |
| 546 'renderer/device_orientation/device_motion_event_pump_unittest.cc', | 546 'renderer/device_orientation/device_motion_event_pump_unittest.cc', |
| 547 'renderer/device_orientation/device_orientation_event_pump_unittest.cc', | 547 'renderer/device_orientation/device_orientation_event_pump_unittest.cc', |
| 548 'renderer/disambiguation_popup_helper_unittest.cc', | 548 'renderer/disambiguation_popup_helper_unittest.cc', |
| 549 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', | 549 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', |
| 550 'renderer/ico_image_decoder_unittest.cc', | 550 'renderer/ico_image_decoder_unittest.cc', |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 '../webkit/browser/fileapi/test_file_set.cc', | 627 '../webkit/browser/fileapi/test_file_set.cc', |
| 628 '../webkit/browser/fileapi/test_file_set.h', | 628 '../webkit/browser/fileapi/test_file_set.h', |
| 629 '../webkit/browser/fileapi/timed_task_helper_unittest.cc', | 629 '../webkit/browser/fileapi/timed_task_helper_unittest.cc', |
| 630 '../webkit/child/multipart_response_delegate_unittest.cc', | 630 '../webkit/child/multipart_response_delegate_unittest.cc', |
| 631 '../webkit/child/touch_fling_gesture_curve_unittest.cc', | 631 '../webkit/child/touch_fling_gesture_curve_unittest.cc', |
| 632 '../webkit/common/blob/shareable_file_reference_unittest.cc', | 632 '../webkit/common/blob/shareable_file_reference_unittest.cc', |
| 633 '../webkit/common/cursors/webcursor_unittest.cc', | 633 '../webkit/common/cursors/webcursor_unittest.cc', |
| 634 '../webkit/common/database/database_connections_unittest.cc', | 634 '../webkit/common/database/database_connections_unittest.cc', |
| 635 '../webkit/common/database/database_identifier_unittest.cc', | 635 '../webkit/common/database/database_identifier_unittest.cc', |
| 636 '../webkit/common/fileapi/file_system_util_unittest.cc', | 636 '../webkit/common/fileapi/file_system_util_unittest.cc', |
| 637 '../webkit/common/user_agent/user_agent_unittest.cc', | |
| 638 '../webkit/browser/quota/mock_quota_manager.cc', | 637 '../webkit/browser/quota/mock_quota_manager.cc', |
| 639 '../webkit/browser/quota/mock_quota_manager.h', | 638 '../webkit/browser/quota/mock_quota_manager.h', |
| 640 '../webkit/browser/quota/mock_quota_manager_proxy.cc', | 639 '../webkit/browser/quota/mock_quota_manager_proxy.cc', |
| 641 '../webkit/browser/quota/mock_quota_manager_proxy.h', | 640 '../webkit/browser/quota/mock_quota_manager_proxy.h', |
| 642 '../webkit/browser/quota/mock_quota_manager_unittest.cc', | 641 '../webkit/browser/quota/mock_quota_manager_unittest.cc', |
| 643 '../webkit/browser/quota/mock_special_storage_policy.cc', | 642 '../webkit/browser/quota/mock_special_storage_policy.cc', |
| 644 '../webkit/browser/quota/mock_special_storage_policy.h', | 643 '../webkit/browser/quota/mock_special_storage_policy.h', |
| 645 '../webkit/browser/quota/mock_storage_client.cc', | 644 '../webkit/browser/quota/mock_storage_client.cc', |
| 646 '../webkit/browser/quota/mock_storage_client.h', | 645 '../webkit/browser/quota/mock_storage_client.h', |
| 647 '../webkit/browser/quota/quota_database_unittest.cc', | 646 '../webkit/browser/quota/quota_database_unittest.cc', |
| (...skipping 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1704 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1703 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1705 }, | 1704 }, |
| 1706 ], | 1705 ], |
| 1707 }], | 1706 }], |
| 1708 ], | 1707 ], |
| 1709 }, | 1708 }, |
| 1710 ], | 1709 ], |
| 1711 }], | 1710 }], |
| 1712 ], | 1711 ], |
| 1713 } | 1712 } |
| OLD | NEW |