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

Side by Side Diff: sandbox/linux/tests/unit_tests.h

Issue 1108173002: Roll //build, //native_client, and a few more targets of opportunity. Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Test fix Created 5 years, 7 months 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
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 #ifndef SANDBOX_LINUX_TESTS_UNIT_TESTS_H__ 5 #ifndef SANDBOX_LINUX_TESTS_UNIT_TESTS_H_
6 #define SANDBOX_LINUX_TESTS_UNIT_TESTS_H__ 6 #define SANDBOX_LINUX_TESTS_UNIT_TESTS_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/macros.h"
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 #include "sandbox/linux/tests/sandbox_test_runner_function_pointer.h" 10 #include "sandbox/linux/tests/sandbox_test_runner_function_pointer.h"
11 #include "testing/gtest/include/gtest/gtest.h" 11 #include "testing/gtest/include/gtest/gtest.h"
12 12
13 namespace sandbox { 13 namespace sandbox {
14 14
15 // Has this been compiled to run on Android? 15 // Has this been compiled to run on Android?
16 bool IsAndroid(); 16 bool IsAndroid();
17 17
18 bool IsArchitectureArm(); 18 bool IsArchitectureArm();
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 static void DeathBySignal(int status, 191 static void DeathBySignal(int status,
192 const std::string& msg, 192 const std::string& msg,
193 const void* aux); 193 const void* aux);
194 194
195 private: 195 private:
196 DISALLOW_IMPLICIT_CONSTRUCTORS(UnitTests); 196 DISALLOW_IMPLICIT_CONSTRUCTORS(UnitTests);
197 }; 197 };
198 198
199 } // namespace 199 } // namespace
200 200
201 #endif // SANDBOX_LINUX_TESTS_UNIT_TESTS_H__ 201 #endif // SANDBOX_LINUX_TESTS_UNIT_TESTS_H_
OLDNEW
« no previous file with comments | « sandbox/linux/tests/test_utils.cc ('k') | shell/android/apk/src/org/chromium/mojo/shell/MojoShellApplication.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698