| 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 #include "chrome/test/ui/ppapi_uitest.h" | 5 #include "chrome/test/ui/ppapi_uitest.h" |
| 6 | 6 |
| 7 #include "base/command_line.h" | 7 #include "base/command_line.h" |
| 8 #include "base/file_util.h" | 8 #include "base/file_util.h" |
| 9 #include "base/logging.h" | 9 #include "base/logging.h" |
| 10 #include "base/path_service.h" | 10 #include "base/path_service.h" |
| (...skipping 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1109 | 1109 |
| 1110 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics) | 1110 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics) |
| 1111 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit) | 1111 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit) |
| 1112 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics) | 1112 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics) |
| 1113 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit) | 1113 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit) |
| 1114 | 1114 |
| 1115 TEST_PPAPI_IN_PROCESS(MouseCursor) | 1115 TEST_PPAPI_IN_PROCESS(MouseCursor) |
| 1116 TEST_PPAPI_OUT_OF_PROCESS(MouseCursor) | 1116 TEST_PPAPI_OUT_OF_PROCESS(MouseCursor) |
| 1117 TEST_PPAPI_NACL_VIA_HTTP(MouseCursor) | 1117 TEST_PPAPI_NACL_VIA_HTTP(MouseCursor) |
| 1118 | 1118 |
| 1119 // Only enabled in out-of-process mode. |
| 1120 TEST_PPAPI_OUT_OF_PROCESS(FlashFile_CreateTemporaryFile) |
| 1121 |
| 1119 #endif // ADDRESS_SANITIZER | 1122 #endif // ADDRESS_SANITIZER |
| OLD | NEW |