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

Side by Side Diff: mojo/edk/js/test/run_js_tests.cc

Issue 1435063002: Eliminate third_party/mojo/src from all targets' include paths (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 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
« no previous file with comments | « mojo/edk/js/support.cc ('k') | mojo/edk/js/tests/js_to_cpp_tests.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 "base/files/file_path.h" 5 #include "base/files/file_path.h"
6 #include "base/path_service.h" 6 #include "base/path_service.h"
7 #include "gin/modules/console.h" 7 #include "gin/modules/console.h"
8 #include "gin/modules/module_registry.h" 8 #include "gin/modules/module_registry.h"
9 #include "gin/test/file_runner.h" 9 #include "gin/test/file_runner.h"
10 #include "gin/test/gtest.h" 10 #include "gin/test/gtest.h"
11 #include "mojo/edk/js/core.h" 11 #include "mojo/edk/js/core.h"
12 #include "mojo/edk/js/support.h" 12 #include "mojo/edk/js/support.h"
13 #include "mojo/public/cpp/environment/environment.h"
14 #include "testing/gtest/include/gtest/gtest.h" 13 #include "testing/gtest/include/gtest/gtest.h"
14 #include "third_party/mojo/src/mojo/public/cpp/environment/environment.h"
15 15
16 namespace mojo { 16 namespace mojo {
17 namespace edk { 17 namespace edk {
18 namespace { 18 namespace {
19 19
20 class TestRunnerDelegate : public gin::FileRunnerDelegate { 20 class TestRunnerDelegate : public gin::FileRunnerDelegate {
21 public: 21 public:
22 TestRunnerDelegate() { 22 TestRunnerDelegate() {
23 AddBuiltinModule(gin::Console::kModuleName, gin::Console::GetModule); 23 AddBuiltinModule(gin::Console::kModuleName, gin::Console::GetModule);
24 AddBuiltinModule(Core::kModuleName, Core::GetModule); 24 AddBuiltinModule(Core::kModuleName, Core::GetModule);
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 RunTest("union_unittests.js", true); 57 RunTest("union_unittests.js", true);
58 } 58 }
59 59
60 TEST(JSTest, validation) { 60 TEST(JSTest, validation) {
61 RunTest("validation_unittests.js", true); 61 RunTest("validation_unittests.js", true);
62 } 62 }
63 63
64 } // namespace 64 } // namespace
65 } // namespace edk 65 } // namespace edk
66 } // namespace mojo 66 } // namespace mojo
OLDNEW
« no previous file with comments | « mojo/edk/js/support.cc ('k') | mojo/edk/js/tests/js_to_cpp_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698