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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 'shell/renderer/test_runner/MockWebMIDIAccessor.cpp', | 186 'shell/renderer/test_runner/MockWebMIDIAccessor.cpp', |
187 'shell/renderer/test_runner/MockWebMIDIAccessor.h', | 187 'shell/renderer/test_runner/MockWebMIDIAccessor.h', |
188 'shell/renderer/test_runner/MockWebMediaStreamCenter.cpp', | 188 'shell/renderer/test_runner/MockWebMediaStreamCenter.cpp', |
189 'shell/renderer/test_runner/MockWebMediaStreamCenter.h', | 189 'shell/renderer/test_runner/MockWebMediaStreamCenter.h', |
190 'shell/renderer/test_runner/MockWebRTCDTMFSenderHandler.cpp', | 190 'shell/renderer/test_runner/MockWebRTCDTMFSenderHandler.cpp', |
191 'shell/renderer/test_runner/MockWebRTCDTMFSenderHandler.h', | 191 'shell/renderer/test_runner/MockWebRTCDTMFSenderHandler.h', |
192 'shell/renderer/test_runner/MockWebRTCDataChannelHandler.cpp', | 192 'shell/renderer/test_runner/MockWebRTCDataChannelHandler.cpp', |
193 'shell/renderer/test_runner/MockWebRTCDataChannelHandler.h', | 193 'shell/renderer/test_runner/MockWebRTCDataChannelHandler.h', |
194 'shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.cpp', | 194 'shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.cpp', |
195 'shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.h', | 195 'shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.h', |
196 'shell/renderer/test_runner/MockWebSpeechInputController.cpp', | |
197 'shell/renderer/test_runner/MockWebSpeechInputController.h', | |
198 'shell/renderer/test_runner/MockWebSpeechRecognizer.cpp', | 196 'shell/renderer/test_runner/MockWebSpeechRecognizer.cpp', |
199 'shell/renderer/test_runner/MockWebSpeechRecognizer.h', | 197 'shell/renderer/test_runner/MockWebSpeechRecognizer.h', |
200 'shell/renderer/test_runner/SpellCheckClient.cpp', | 198 'shell/renderer/test_runner/SpellCheckClient.cpp', |
201 'shell/renderer/test_runner/SpellCheckClient.h', | 199 'shell/renderer/test_runner/SpellCheckClient.h', |
202 'shell/renderer/test_runner/TestCommon.cpp', | 200 'shell/renderer/test_runner/TestCommon.cpp', |
203 'shell/renderer/test_runner/TestCommon.h', | 201 'shell/renderer/test_runner/TestCommon.h', |
204 'shell/renderer/test_runner/TestInterfaces.cpp', | 202 'shell/renderer/test_runner/TestInterfaces.cpp', |
205 'shell/renderer/test_runner/TestInterfaces.h', | 203 'shell/renderer/test_runner/TestInterfaces.h', |
206 'shell/renderer/test_runner/TestPlugin.cpp', | 204 'shell/renderer/test_runner/TestPlugin.cpp', |
207 'shell/renderer/test_runner/TestPlugin.h', | 205 'shell/renderer/test_runner/TestPlugin.h', |
(...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1101 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1099 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
1102 '--destination_dir', '<(dest_dir)', | 1100 '--destination_dir', '<(dest_dir)', |
1103 ], | 1101 ], |
1104 }, | 1102 }, |
1105 ], | 1103 ], |
1106 }, | 1104 }, |
1107 ], | 1105 ], |
1108 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1106 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
1109 ] | 1107 ] |
1110 } | 1108 } |
OLD | NEW |