| 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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 { | 568 { |
| 569 'target_name': 'test_netscape_plugin', | 569 'target_name': 'test_netscape_plugin', |
| 570 'type': 'loadable_module', | 570 'type': 'loadable_module', |
| 571 'sources': [ | 571 'sources': [ |
| 572 'shell/tools/plugin/PluginObject.cpp', | 572 'shell/tools/plugin/PluginObject.cpp', |
| 573 'shell/tools/plugin/PluginObject.h', | 573 'shell/tools/plugin/PluginObject.h', |
| 574 'shell/tools/plugin/PluginObjectMac.mm', | 574 'shell/tools/plugin/PluginObjectMac.mm', |
| 575 'shell/tools/plugin/PluginTest.cpp', | 575 'shell/tools/plugin/PluginTest.cpp', |
| 576 'shell/tools/plugin/PluginTest.h', | 576 'shell/tools/plugin/PluginTest.h', |
| 577 'shell/tools/plugin/TestObject.cpp', | 577 'shell/tools/plugin/TestObject.cpp', |
| 578 'shell/tools/plugin/Tests/DocumentOpenInDestroyStream.cpp', | |
| 579 'shell/tools/plugin/Tests/EvaluateJSAfterRemovingPluginElement.cpp', | 578 'shell/tools/plugin/Tests/EvaluateJSAfterRemovingPluginElement.cpp', |
| 580 'shell/tools/plugin/Tests/FormValue.cpp', | 579 'shell/tools/plugin/Tests/FormValue.cpp', |
| 581 'shell/tools/plugin/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp', | |
| 582 'shell/tools/plugin/Tests/GetURLWithJavaScriptURL.cpp', | |
| 583 'shell/tools/plugin/Tests/GetURLWithJavaScriptURLDestroyingPlugin.cpp', | |
| 584 'shell/tools/plugin/Tests/GetUserAgentWithNullNPPFromNPPNew.cpp', | 580 'shell/tools/plugin/Tests/GetUserAgentWithNullNPPFromNPPNew.cpp', |
| 585 'shell/tools/plugin/Tests/LeakWindowScriptableObject.cpp', | 581 'shell/tools/plugin/Tests/LeakWindowScriptableObject.cpp', |
| 586 'shell/tools/plugin/Tests/LogNPPSetWindow.cpp', | 582 'shell/tools/plugin/Tests/LogNPPSetWindow.cpp', |
| 587 'shell/tools/plugin/Tests/NPDeallocateCalledBeforeNPShutdown.cpp', | 583 'shell/tools/plugin/Tests/NPDeallocateCalledBeforeNPShutdown.cpp', |
| 588 'shell/tools/plugin/Tests/NPPNewFails.cpp', | 584 'shell/tools/plugin/Tests/NPPNewFails.cpp', |
| 589 'shell/tools/plugin/Tests/NPRuntimeCallsWithNullNPP.cpp', | 585 'shell/tools/plugin/Tests/NPRuntimeCallsWithNullNPP.cpp', |
| 590 'shell/tools/plugin/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp', | 586 'shell/tools/plugin/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp', |
| 591 'shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp', | 587 'shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp', |
| 592 'shell/tools/plugin/Tests/NullNPPGetValuePointer.cpp', | 588 'shell/tools/plugin/Tests/NullNPPGetValuePointer.cpp', |
| 593 'shell/tools/plugin/Tests/PassDifferentNPPStruct.cpp', | 589 'shell/tools/plugin/Tests/PassDifferentNPPStruct.cpp', |
| (...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1002 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 998 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 1003 '--destination_dir', '<(dest_dir)', | 999 '--destination_dir', '<(dest_dir)', |
| 1004 ], | 1000 ], |
| 1005 }, | 1001 }, |
| 1006 ], | 1002 ], |
| 1007 }, | 1003 }, |
| 1008 ], | 1004 ], |
| 1009 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1005 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 1010 ] | 1006 ] |
| 1011 } | 1007 } |
| OLD | NEW |