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

Unified Diff: trunk/src/third_party/liblouis/nacl_wrapper/liblouis_wrapper_browsertest.cc

Issue 93783003: Revert 237638 "Build liblouis_nacl using gyp." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: trunk/src/third_party/liblouis/nacl_wrapper/liblouis_wrapper_browsertest.cc
===================================================================
--- trunk/src/third_party/liblouis/nacl_wrapper/liblouis_wrapper_browsertest.cc (revision 237669)
+++ trunk/src/third_party/liblouis/nacl_wrapper/liblouis_wrapper_browsertest.cc (working copy)
@@ -1,18 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "base/base_paths.h"
-#include "base/files/file_path.h"
-#include "base/path_service.h"
-#include "chrome/browser/extensions/extension_apitest.h"
-
-class LibLouisWrapperTest : public ExtensionApiTest {
-};
-
-IN_PROC_BROWSER_TEST_F(LibLouisWrapperTest, LibLouisLoad) {
- ASSERT_TRUE(PathService::Get(base::DIR_EXE, &test_data_dir_));
- test_data_dir_ = test_data_dir_.AppendASCII("chromevox_test_data");
- LOG(ERROR) << "Test data dir: " << test_data_dir_.MaybeAsASCII();
- ASSERT_TRUE(RunExtensionTest("braille")) << message_;
-}

Powered by Google App Engine
This is Rietveld 408576698