Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Side by Side Diff: Source/testing/runner/runner.gypi

Issue 24467004: [webcrypto] Remove MockWebCrypto. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/testing/runner/WebTestInterfaces.cpp ('k') | public/platform/WebCrypto.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (C) 2013 Google Inc. All rights reserved. 1 # Copyright (C) 2013 Google Inc. All rights reserved.
2 # 2 #
3 # Redistribution and use in source and binary forms, with or without 3 # Redistribution and use in source and binary forms, with or without
4 # modification, are permitted provided that the following conditions are 4 # modification, are permitted provided that the following conditions are
5 # met: 5 # met:
6 # 6 #
7 # * Redistributions of source code must retain the above copyright 7 # * Redistributions of source code must retain the above copyright
8 # notice, this list of conditions and the following disclaimer. 8 # notice, this list of conditions and the following disclaimer.
9 # * Redistributions in binary form must reproduce the above 9 # * Redistributions in binary form must reproduce the above
10 # copyright notice, this list of conditions and the following disclaimer 10 # copyright notice, this list of conditions and the following disclaimer
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'MockColorChooser.cpp', 46 'MockColorChooser.cpp',
47 'MockColorChooser.h', 47 'MockColorChooser.h',
48 'MockConstraints.cpp', 48 'MockConstraints.cpp',
49 'MockConstraints.h', 49 'MockConstraints.h',
50 'MockGrammarCheck.cpp', 50 'MockGrammarCheck.cpp',
51 'MockGrammarCheck.h', 51 'MockGrammarCheck.h',
52 'MockSpellCheck.cpp', 52 'MockSpellCheck.cpp',
53 'MockSpellCheck.h', 53 'MockSpellCheck.h',
54 'MockWebAudioDevice.cpp', 54 'MockWebAudioDevice.cpp',
55 'MockWebAudioDevice.h', 55 'MockWebAudioDevice.h',
56 'MockWebCrypto.cpp',
57 'MockWebCrypto.h',
58 'MockWebMediaStreamCenter.cpp', 56 'MockWebMediaStreamCenter.cpp',
59 'MockWebMediaStreamCenter.h', 57 'MockWebMediaStreamCenter.h',
60 'MockWebMIDIAccessor.cpp', 58 'MockWebMIDIAccessor.cpp',
61 'MockWebMIDIAccessor.h', 59 'MockWebMIDIAccessor.h',
62 'MockWebRTCDataChannelHandler.cpp', 60 'MockWebRTCDataChannelHandler.cpp',
63 'MockWebRTCDataChannelHandler.h', 61 'MockWebRTCDataChannelHandler.h',
64 'MockWebRTCDTMFSenderHandler.cpp', 62 'MockWebRTCDTMFSenderHandler.cpp',
65 'MockWebRTCDTMFSenderHandler.h', 63 'MockWebRTCDTMFSenderHandler.h',
66 'MockWebRTCPeerConnectionHandler.cpp', 64 'MockWebRTCPeerConnectionHandler.cpp',
67 'MockWebRTCPeerConnectionHandler.h', 65 'MockWebRTCPeerConnectionHandler.h',
(...skipping 27 matching lines...) Expand all
95 'WebTestThemeControlWin.h', 93 'WebTestThemeControlWin.h',
96 'WebTestThemeEngineMac.mm', 94 'WebTestThemeEngineMac.mm',
97 'WebTestThemeEngineMac.h', 95 'WebTestThemeEngineMac.h',
98 'WebTestThemeEngineWin.cpp', 96 'WebTestThemeEngineWin.cpp',
99 'WebTestThemeEngineWin.h', 97 'WebTestThemeEngineWin.h',
100 'WebUserMediaClientMock.cpp', 98 'WebUserMediaClientMock.cpp',
101 'WebUserMediaClientMock.h', 99 'WebUserMediaClientMock.h',
102 ], 100 ],
103 } 101 }
104 } 102 }
OLDNEW
« no previous file with comments | « Source/testing/runner/WebTestInterfaces.cpp ('k') | public/platform/WebCrypto.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698