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