| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support_common', | 60 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support_common', |
| 61 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_user_agent', | 61 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_user_agent', |
| 62 ], | 62 ], |
| 63 'sources': [ | 63 'sources': [ |
| 64 'mac/test_shell_webview.h', | 64 'mac/test_shell_webview.h', |
| 65 'mac/test_shell_webview.mm', | 65 'mac/test_shell_webview.mm', |
| 66 'accessibility_ui_element.cc', | 66 'accessibility_ui_element.cc', |
| 67 'accessibility_ui_element.h', | 67 'accessibility_ui_element.h', |
| 68 'drop_delegate.cc', | 68 'drop_delegate.cc', |
| 69 'drop_delegate.h', | 69 'drop_delegate.h', |
| 70 'layout_test_controller.cc', | |
| 71 'layout_test_controller.h', | |
| 72 'mock_spellcheck.cc', | 70 'mock_spellcheck.cc', |
| 73 'mock_spellcheck.h', | 71 'mock_spellcheck.h', |
| 74 'notification_presenter.cc', | 72 'notification_presenter.cc', |
| 75 'notification_presenter.h', | 73 'notification_presenter.h', |
| 76 'resource.h', | 74 'resource.h', |
| 77 'test_navigation_controller.cc', | 75 'test_navigation_controller.cc', |
| 78 'test_navigation_controller.h', | 76 'test_navigation_controller.h', |
| 79 'test_shell.cc', | 77 'test_shell.cc', |
| 80 'test_shell.h', | 78 'test_shell.h', |
| 81 'test_shell_devtools_agent.cc', | 79 'test_shell_devtools_agent.cc', |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 365 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 368 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_user_agent', | 366 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_user_agent', |
| 369 ], | 367 ], |
| 370 'sources': [ | 368 'sources': [ |
| 371 '../../glue/bookmarklet_unittest.cc', | 369 '../../glue/bookmarklet_unittest.cc', |
| 372 '../../glue/cpp_bound_class_unittest.cc', | 370 '../../glue/cpp_bound_class_unittest.cc', |
| 373 '../../glue/cpp_variant_unittest.cc', | 371 '../../glue/cpp_variant_unittest.cc', |
| 374 '../../glue/dom_operations_unittest.cc', | 372 '../../glue/dom_operations_unittest.cc', |
| 375 '../../glue/dom_serializer_unittest.cc', | 373 '../../glue/dom_serializer_unittest.cc', |
| 376 '../../glue/glue_serialize_unittest.cc', | 374 '../../glue/glue_serialize_unittest.cc', |
| 377 '../../glue/iframe_redirect_unittest.cc', | |
| 378 '../../glue/mimetype_unittest.cc', | 375 '../../glue/mimetype_unittest.cc', |
| 379 '../../glue/multipart_response_delegate_unittest.cc', | 376 '../../glue/multipart_response_delegate_unittest.cc', |
| 380 '../../glue/regular_expression_unittest.cc', | 377 '../../glue/regular_expression_unittest.cc', |
| 381 '../../glue/resource_fetcher_unittest.cc', | 378 '../../glue/resource_fetcher_unittest.cc', |
| 382 '../../glue/unittest_test_server.h', | 379 '../../glue/unittest_test_server.h', |
| 383 '../../glue/webcursor_unittest.cc', | 380 '../../glue/webcursor_unittest.cc', |
| 384 '../../glue/webkit_glue_unittest.cc', | 381 '../../glue/webkit_glue_unittest.cc', |
| 385 '../../glue/worker_task_runner_unittest.cc', | 382 '../../glue/worker_task_runner_unittest.cc', |
| 386 '../../mocks/mock_resource_loader_bridge.h', | 383 '../../mocks/mock_resource_loader_bridge.h', |
| 387 '../../mocks/mock_webframeclient.h', | 384 '../../mocks/mock_webframeclient.h', |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 679 'link_settings': { | 676 'link_settings': { |
| 680 'libraries': [ | 677 'libraries': [ |
| 681 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 678 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 682 ], | 679 ], |
| 683 }, | 680 }, |
| 684 }, | 681 }, |
| 685 ], | 682 ], |
| 686 }], | 683 }], |
| 687 ], | 684 ], |
| 688 } | 685 } |
| OLD | NEW |