1# Copyright (C) 2013 Google Inc. All rights reserved. 2# 3# Redistribution and use in source and binary forms, with or without 4# modification, are permitted provided that the following conditions are 5# met: 6# 7# * Redistributions of source code must retain the above copyright 8# notice, this list of conditions and the following disclaimer. 9# * Redistributions in binary form must reproduce the above 10# copyright notice, this list of conditions and the following disclaimer 11# in the documentation and/or other materials provided with the 12# distribution. 13# * Neither the name of Google Inc. nor the names of its 14# contributors may be used to endorse or promote products derived from 15# this software without specific prior written permission. 16# 17# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 19# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 20# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 21# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 22# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 23# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 24# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 25# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 29{ 30 'variables': { 31 'test_runner_files': [ 32 'AccessibilityController.cpp', 33 'AccessibilityController.h', 34 'WebAXObjectProxy.cpp', 35 'WebAXObjectProxy.h', 36 'CppBoundClass.cpp', 37 'CppBoundClass.h', 38 'CppVariant.cpp', 39 'CppVariant.h', 40 'EventSender.cpp', 41 'EventSender.h', 42 'GamepadController.cpp', 43 'GamepadController.h', 44 'KeyCodeMapping.cpp', 45 'KeyCodeMapping.h', 46 'MockColorChooser.cpp', 47 'MockColorChooser.h', 48 'MockConstraints.cpp', 49 'MockConstraints.h', 50 'MockGrammarCheck.cpp', 51 'MockGrammarCheck.h', 52 'MockSpellCheck.cpp', 53 'MockSpellCheck.h', 54 'MockWebAudioDevice.cpp', 55 'MockWebAudioDevice.h', 56 'MockWebMediaStreamCenter.cpp', 57 'MockWebMediaStreamCenter.h', 58 'MockWebMIDIAccessor.cpp', 59 'MockWebMIDIAccessor.h', 60 'MockWebRTCDataChannelHandler.cpp', 61 'MockWebRTCDataChannelHandler.h', 62 'MockWebRTCDTMFSenderHandler.cpp', 63 'MockWebRTCDTMFSenderHandler.h', 64 'MockWebRTCPeerConnectionHandler.cpp', 65 'MockWebRTCPeerConnectionHandler.h', 66 'MockWebSpeechInputController.cpp', 67 'MockWebSpeechInputController.h', 68 'MockWebSpeechRecognizer.cpp', 69 'MockWebSpeechRecognizer.h', 70 'MockWebValidationMessageClient.cpp', 71 'MockWebValidationMessageClient.h', 72 'NotificationPresenter.h', 73 'NotificationPresenter.cpp', 74 'SpellCheckClient.cpp', 75 'SpellCheckClient.h', 76 'TestCommon.cpp', 77 'TestCommon.h', 78 'TestInterfaces.cpp', 79 'TestInterfaces.h', 80 'TestPlugin.cpp', 81 'TestPlugin.h', 82 'TestRunner.cpp', 83 'TestRunner.h', 84 'TextInputController.cpp', 85 'TextInputController.h', 86 'WebPermissions.cpp', 87 'WebPermissions.h', 88 'WebPreferences.cpp', 89 'WebTask.cpp', 90 'WebTestInterfaces.cpp', 91 'WebTestProxy.cpp', 92 'WebTestThemeControlWin.cpp', 93 'WebTestThemeControlWin.h', 94 'WebTestThemeEngineMac.mm', 95 'WebTestThemeEngineMac.h', 96 'WebTestThemeEngineMock.cpp', 97 'WebTestThemeEngineMock.h', 98 'WebTestThemeEngineWin.cpp', 99 'WebTestThemeEngineWin.h', 100 'WebUserMediaClientMock.cpp', 101 'WebUserMediaClientMock.h', 102 ], 103 } 104} 105