| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 48 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 49 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 49 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 50 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache', | 50 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache', |
| 51 '<(DEPTH)/webkit/support/webkit_support.gyp:blob', | 51 '<(DEPTH)/webkit/support/webkit_support.gyp:blob', |
| 52 '<(DEPTH)/webkit/support/webkit_support.gyp:database', | 52 '<(DEPTH)/webkit/support/webkit_support.gyp:database', |
| 53 '<(DEPTH)/webkit/support/webkit_support.gyp:dom_storage', | 53 '<(DEPTH)/webkit/support/webkit_support.gyp:dom_storage', |
| 54 '<(DEPTH)/webkit/support/webkit_support.gyp:fileapi', | 54 '<(DEPTH)/webkit/support/webkit_support.gyp:fileapi', |
| 55 '<(DEPTH)/webkit/support/webkit_support.gyp:forms', | 55 '<(DEPTH)/webkit/support/webkit_support.gyp:forms', |
| 56 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', | 56 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', |
| 57 '<(DEPTH)/webkit/support/webkit_support.gyp:quota', | 57 '<(DEPTH)/webkit/support/webkit_support.gyp:quota', |
| 58 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', |
| 58 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_base', | 59 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_base', |
| 59 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_gpu', | 60 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_gpu', |
| 60 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_media', | 61 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_media', |
| 61 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', | 62 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', |
| 62 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support_common', | 63 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support_common', |
| 63 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_user_agent', | |
| 64 ], | 64 ], |
| 65 'sources': [ | 65 'sources': [ |
| 66 'mac/test_shell_webview.h', | 66 'mac/test_shell_webview.h', |
| 67 'mac/test_shell_webview.mm', | 67 'mac/test_shell_webview.mm', |
| 68 'accessibility_ui_element.cc', | 68 'accessibility_ui_element.cc', |
| 69 'accessibility_ui_element.h', | 69 'accessibility_ui_element.h', |
| 70 'drop_delegate.cc', | 70 'drop_delegate.cc', |
| 71 'drop_delegate.h', | 71 'drop_delegate.h', |
| 72 'mock_spellcheck.cc', | 72 'mock_spellcheck.cc', |
| 73 'mock_spellcheck.h', | 73 'mock_spellcheck.h', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 'webwidget_host.cc', | 113 'webwidget_host.cc', |
| 114 'webwidget_host_gtk.cc', | 114 'webwidget_host_gtk.cc', |
| 115 'webwidget_host_mac.mm', | 115 'webwidget_host_mac.mm', |
| 116 'webwidget_host_win.cc', | 116 'webwidget_host_win.cc', |
| 117 ], | 117 ], |
| 118 'export_dependent_settings': [ | 118 'export_dependent_settings': [ |
| 119 '<(DEPTH)/base/base.gyp:base', | 119 '<(DEPTH)/base/base.gyp:base', |
| 120 '<(DEPTH)/net/net.gyp:net', | 120 '<(DEPTH)/net/net.gyp:net', |
| 121 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 121 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 122 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', | 122 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', |
| 123 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', |
| 123 ], | 124 ], |
| 124 'conditions': [ | 125 'conditions': [ |
| 125 ['target_arch!="arm"', { | 126 ['target_arch!="arm"', { |
| 126 'dependencies': [ | 127 'dependencies': [ |
| 127 'copy_npapi_test_plugin', | 128 'copy_npapi_test_plugin', |
| 128 ], | 129 ], |
| 129 }], | 130 }], |
| 130 ['toolkit_uses_gtk == 1', { | 131 ['toolkit_uses_gtk == 1', { |
| 131 'dependencies': [ | 132 'dependencies': [ |
| 132 'test_shell_resources', | 133 'test_shell_resources', |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 '../build/temp_gyp/googleurl.gyp:googleurl', | 356 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 356 'test_shell_common', | 357 'test_shell_common', |
| 357 '<(DEPTH)/base/base.gyp:test_support_base', | 358 '<(DEPTH)/base/base.gyp:test_support_base', |
| 358 '<(DEPTH)/net/net.gyp:net', | 359 '<(DEPTH)/net/net.gyp:net', |
| 359 '<(DEPTH)/net/net.gyp:net_test_support', | 360 '<(DEPTH)/net/net.gyp:net_test_support', |
| 360 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', | 361 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', |
| 361 '<(DEPTH)/skia/skia.gyp:skia', | 362 '<(DEPTH)/skia/skia.gyp:skia', |
| 362 '<(DEPTH)/testing/gmock.gyp:gmock', | 363 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 363 '<(DEPTH)/testing/gtest.gyp:gtest', | 364 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 364 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 365 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 365 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_user_agent', | 366 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', |
| 366 ], | 367 ], |
| 367 'sources': [ | 368 'sources': [ |
| 368 '../../glue/bookmarklet_unittest.cc', | 369 '../../glue/bookmarklet_unittest.cc', |
| 369 '../../glue/cpp_bound_class_unittest.cc', | 370 '../../glue/cpp_bound_class_unittest.cc', |
| 370 '../../glue/cpp_variant_unittest.cc', | 371 '../../glue/cpp_variant_unittest.cc', |
| 371 '../../glue/dom_operations_unittest.cc', | 372 '../../glue/dom_operations_unittest.cc', |
| 372 '../../glue/dom_serializer_unittest.cc', | 373 '../../glue/dom_serializer_unittest.cc', |
| 373 '../../glue/glue_serialize_unittest.cc', | 374 '../../glue/glue_serialize_unittest.cc', |
| 374 '../../glue/multipart_response_delegate_unittest.cc', | 375 '../../glue/multipart_response_delegate_unittest.cc', |
| 375 '../../glue/regular_expression_unittest.cc', | 376 '../../glue/regular_expression_unittest.cc', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 386 '../../plugins/ppapi/host_var_tracker_unittest.cc', | 387 '../../plugins/ppapi/host_var_tracker_unittest.cc', |
| 387 '../../plugins/ppapi/mock_plugin_delegate.cc', | 388 '../../plugins/ppapi/mock_plugin_delegate.cc', |
| 388 '../../plugins/ppapi/mock_plugin_delegate.h', | 389 '../../plugins/ppapi/mock_plugin_delegate.h', |
| 389 '../../plugins/ppapi/mock_resource.h', | 390 '../../plugins/ppapi/mock_resource.h', |
| 390 '../../plugins/ppapi/ppb_graphics_2d_impl_unittest.cc', | 391 '../../plugins/ppapi/ppb_graphics_2d_impl_unittest.cc', |
| 391 '../../plugins/ppapi/ppapi_unittest.cc', | 392 '../../plugins/ppapi/ppapi_unittest.cc', |
| 392 '../../plugins/ppapi/ppapi_unittest.h', | 393 '../../plugins/ppapi/ppapi_unittest.h', |
| 393 '../../plugins/ppapi/quota_file_io_unittest.cc', | 394 '../../plugins/ppapi/quota_file_io_unittest.cc', |
| 394 '../../plugins/ppapi/time_conversion_unittest.cc', | 395 '../../plugins/ppapi/time_conversion_unittest.cc', |
| 395 '../../plugins/ppapi/url_request_info_unittest.cc', | 396 '../../plugins/ppapi/url_request_info_unittest.cc', |
| 397 '../../user_agent/user_agent_unittest.cc', |
| 396 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', | 398 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', |
| 397 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', | 399 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', |
| 398 'image_decoder_unittest.cc', | 400 'image_decoder_unittest.cc', |
| 399 'image_decoder_unittest.h', | 401 'image_decoder_unittest.h', |
| 400 'mock_spellcheck_unittest.cc', | 402 'mock_spellcheck_unittest.cc', |
| 401 'plugin_tests.cc', | 403 'plugin_tests.cc', |
| 402 'run_all_tests.cc', | 404 'run_all_tests.cc', |
| 403 'test_shell_test.cc', | 405 'test_shell_test.cc', |
| 404 'test_shell_test.h', | 406 'test_shell_test.h', |
| 405 ], | 407 ], |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 634 'action_name': 'test_shell_resources', | 636 'action_name': 'test_shell_resources', |
| 635 'includes': [ '../../../build/grit_action.gypi' ], | 637 'includes': [ '../../../build/grit_action.gypi' ], |
| 636 }, | 638 }, |
| 637 ], | 639 ], |
| 638 'includes': [ '../../../build/grit_target.gypi' ], | 640 'includes': [ '../../../build/grit_target.gypi' ], |
| 639 }, | 641 }, |
| 640 ], | 642 ], |
| 641 }], | 643 }], |
| 642 ], | 644 ], |
| 643 } | 645 } |
| OLD | NEW |