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

Side by Side Diff: third_party/liblouis/nacl_wrapper/liblouis_wrapper_browsertest.cc

Issue 67283007: Build liblouis_nacl using gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Build failure fixes. 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 unified diff | Download patch
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 #include "chrome/browser/extensions/extension_apitest.h"
6 #include "chrome/test/base/ui_test_utils.h"
7
8 class LibLouisWrapperTest : public ExtensionApiTest {
9 };
10
11 IN_PROC_BROWSER_TEST_F(LibLouisWrapperTest, LibLouisLoad) {
12 ui_test_utils::GetRelativeBuildDirectory(&test_data_dir_);
13 test_data_dir_ = test_data_dir_.AppendASCII("chromevox_test_data");
14 LOG(ERROR) << "Test data dir: " << test_data_dir_.MaybeAsASCII();
15 ASSERT_TRUE(RunExtensionTest("braille")) << message_;
16 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698