| 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 'content_shell_product_name': 'Content Shell', | 7 'content_shell_product_name': 'Content Shell', |
| 8 # The "19" is so that sites that sniff for version think that this is | 8 # The "19" is so that sites that sniff for version think that this is |
| 9 # something reasonably current; the "77.34.5" is a hint that this isn't a | 9 # something reasonably current; the "77.34.5" is a hint that this isn't a |
| 10 # standard Chrome. | 10 # standard Chrome. |
| (...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 691 { | 691 { |
| 692 'target_name': 'test_netscape_plugin', | 692 'target_name': 'test_netscape_plugin', |
| 693 'type': 'loadable_module', | 693 'type': 'loadable_module', |
| 694 'sources': [ | 694 'sources': [ |
| 695 'shell/tools/plugin/PluginObject.cpp', | 695 'shell/tools/plugin/PluginObject.cpp', |
| 696 'shell/tools/plugin/PluginObject.h', | 696 'shell/tools/plugin/PluginObject.h', |
| 697 'shell/tools/plugin/PluginObjectMac.mm', | 697 'shell/tools/plugin/PluginObjectMac.mm', |
| 698 'shell/tools/plugin/PluginTest.cpp', | 698 'shell/tools/plugin/PluginTest.cpp', |
| 699 'shell/tools/plugin/PluginTest.h', | 699 'shell/tools/plugin/PluginTest.h', |
| 700 'shell/tools/plugin/TestObject.cpp', | 700 'shell/tools/plugin/TestObject.cpp', |
| 701 'shell/tools/plugin/TestObject.h', | |
| 702 'shell/tools/plugin/Tests/DocumentOpenInDestroyStream.cpp', | 701 'shell/tools/plugin/Tests/DocumentOpenInDestroyStream.cpp', |
| 703 'shell/tools/plugin/Tests/EvaluateJSAfterRemovingPluginElement.cpp', | 702 'shell/tools/plugin/Tests/EvaluateJSAfterRemovingPluginElement.cpp', |
| 704 'shell/tools/plugin/Tests/FormValue.cpp', | 703 'shell/tools/plugin/Tests/FormValue.cpp', |
| 705 'shell/tools/plugin/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp', | 704 'shell/tools/plugin/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp', |
| 706 'shell/tools/plugin/Tests/GetURLWithJavaScriptURL.cpp', | 705 'shell/tools/plugin/Tests/GetURLWithJavaScriptURL.cpp', |
| 707 'shell/tools/plugin/Tests/GetURLWithJavaScriptURLDestroyingPlugin.cpp', | 706 'shell/tools/plugin/Tests/GetURLWithJavaScriptURLDestroyingPlugin.cpp', |
| 708 'shell/tools/plugin/Tests/GetUserAgentWithNullNPPFromNPPNew.cpp', | 707 'shell/tools/plugin/Tests/GetUserAgentWithNullNPPFromNPPNew.cpp', |
| 709 'shell/tools/plugin/Tests/LeakWindowScriptableObject.cpp', | 708 'shell/tools/plugin/Tests/LeakWindowScriptableObject.cpp', |
| 710 'shell/tools/plugin/Tests/LogNPPSetWindow.cpp', | 709 'shell/tools/plugin/Tests/LogNPPSetWindow.cpp', |
| 711 'shell/tools/plugin/Tests/NPDeallocateCalledBeforeNPShutdown.cpp', | 710 'shell/tools/plugin/Tests/NPDeallocateCalledBeforeNPShutdown.cpp', |
| 712 'shell/tools/plugin/Tests/NPPNewFails.cpp', | 711 'shell/tools/plugin/Tests/NPPNewFails.cpp', |
| 713 'shell/tools/plugin/Tests/NPRuntimeCallsWithNullNPP.cpp', | 712 'shell/tools/plugin/Tests/NPRuntimeCallsWithNullNPP.cpp', |
| 714 'shell/tools/plugin/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp', | 713 'shell/tools/plugin/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp', |
| 715 'shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp', | 714 'shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp', |
| 716 'shell/tools/plugin/Tests/NullNPPGetValuePointer.cpp', | 715 'shell/tools/plugin/Tests/NullNPPGetValuePointer.cpp', |
| 717 'shell/tools/plugin/Tests/PassDifferentNPPStruct.cpp', | 716 'shell/tools/plugin/Tests/PassDifferentNPPStruct.cpp', |
| 718 'shell/tools/plugin/Tests/PluginScriptableNPObjectInvokeDefault.cpp', | 717 'shell/tools/plugin/Tests/PluginScriptableNPObjectInvokeDefault.cpp', |
| 719 'shell/tools/plugin/Tests/PluginScriptableObjectOverridesAllProperties.c
pp', | 718 'shell/tools/plugin/Tests/PluginScriptableObjectOverridesAllProperties.c
pp', |
| 720 'shell/tools/plugin/main.cpp', | 719 'shell/tools/plugin/main.cpp', |
| 720 'shell/tools/plugin/test_object.h', |
| 721 ], | 721 ], |
| 722 'include_dirs': [ | 722 'include_dirs': [ |
| 723 '<(DEPTH)', | 723 '<(DEPTH)', |
| 724 '<(DEPTH)/content/shell/tools/plugin/', | 724 '<(DEPTH)/content/shell/tools/plugin/', |
| 725 ], | 725 ], |
| 726 'dependencies': [ | 726 'dependencies': [ |
| 727 '../base/base.gyp:base', | 727 '../base/base.gyp:base', |
| 728 '../third_party/npapi/npapi.gyp:npapi', | 728 '../third_party/npapi/npapi.gyp:npapi', |
| 729 ], | 729 ], |
| 730 'conditions': [ | 730 'conditions': [ |
| (...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1123 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1123 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 1124 '--destination_dir', '<(dest_dir)', | 1124 '--destination_dir', '<(dest_dir)', |
| 1125 ], | 1125 ], |
| 1126 }, | 1126 }, |
| 1127 ], | 1127 ], |
| 1128 }, | 1128 }, |
| 1129 ], | 1129 ], |
| 1130 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1130 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 1131 ] | 1131 ] |
| 1132 } | 1132 } |
| OLD | NEW |