1 { 2 'variables': { 3 'drt_files': [ 4 'chromium/AccessibilityController.cpp', 5 'chromium/AccessibilityController.h', 6 'chromium/AccessibilityUIElement.cpp', 7 'chromium/AccessibilityUIElement.h', 8 'chromium/CppBoundClass.cpp', 9 'chromium/CppBoundClass.h', 10 'chromium/CppVariant.cpp', 11 'chromium/CppVariant.h', 12 'chromium/DRTDevToolsAgent.cpp', 13 'chromium/DRTDevToolsAgent.h', 14 'chromium/DRTDevToolsClient.cpp', 15 'chromium/DRTDevToolsClient.h', 16 'chromium/DumpRenderTree.cpp', 17 'chromium/EventSender.cpp', 18 'chromium/EventSender.h', 19 'chromium/LayoutTestController.cpp', 20 'chromium/LayoutTestController.h', 21 'chromium/MockSpellCheck.cpp', 22 'chromium/MockSpellCheck.h', 23 'chromium/NotificationPresenter.h', 24 'chromium/NotificationPresenter.cpp', 25 'chromium/PlainTextController.cpp', 26 'chromium/PlainTextController.h', 27 'chromium/Task.h', 28 'chromium/Task.cpp', 29 'chromium/TestEventPrinter.h', 30 'chromium/TestEventPrinter.cpp', 31 'chromium/TestNavigationController.cpp', 32 'chromium/TestNavigationController.h', 33 'chromium/TestShell.cpp', 34 'chromium/TestShell.h', 35 'chromium/TestShellGtk.cpp', 36 'chromium/TestShellMac.mm', 37 'chromium/TestShellWin.cpp', 38 'chromium/TextInputController.cpp', 39 'chromium/TextInputController.h', 40 'chromium/WebPreferences.cpp', 41 'chromium/WebPreferences.h', 42 'chromium/WebViewHost.cpp', 43 'chromium/WebViewHost.h', 44 ], 45 'test_plugin_files': [ 46 'TestNetscapePlugIn/PluginObject.cpp', 47 'TestNetscapePlugIn/PluginObject.h', 48 'TestNetscapePlugIn/PluginObjectMac.mm', 49 'TestNetscapePlugIn/PluginTest.cpp', 50 'TestNetscapePlugIn/PluginTest.h', 51 'TestNetscapePlugIn/TestObject.cpp', 52 'TestNetscapePlugIn/TestObject.h', 53 'TestNetscapePlugIn/Tests/DocumentOpenInDestroyStream.cpp', 54 'TestNetscapePlugIn/Tests/EvaluateJSAfterRemovingPluginElement.cpp', 55 'TestNetscapePlugIn/Tests/GetURLWithJavaScriptURLDestroyingPlugin.cpp', 56 'TestNetscapePlugIn/Tests/GetUserAgentWithNullNPPFromNPPNew.cpp', 57 'TestNetscapePlugIn/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp', 58 'TestNetscapePlugIn/Tests/NPRuntimeRemoveProperty.cpp', 59 'TestNetscapePlugIn/Tests/NullNPPGetValuePointer.cpp', 60 'TestNetscapePlugIn/Tests/PassDifferentNPPStruct.cpp', 61 'TestNetscapePlugIn/Tests/PluginScriptableNPObjectInvokeDefault.cpp', 62 'TestNetscapePlugIn/main.cpp', 63 ], 64 'conditions': [ 65 ['OS=="win"', { 66 'drt_files': [ 67 'chromium/WebThemeControlDRTWin.cpp', 68 'chromium/WebThemeControlDRTWin.h', 69 'chromium/WebThemeEngineDRTWin.cpp', 70 'chromium/WebThemeEngineDRTWin.h', 71 ], 72 }], 73 ['OS=="mac"', { 74 'drt_files': [ 75 'chromium/WebThemeEngineDRTMac.mm', 76 'chromium/WebThemeEngineDRTMac.h', 77 ], 78 }], 79 ], 80 } 81 } 82