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

Side by Side Diff: testing/android/native_test/native_test_util.h

Issue 1071573003: [Android] Move testing/android/ to testing/android/native_test/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removing errant commit Created 5 years, 8 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) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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 TESTING_ANDROID_NATIVE_TEST_UTIL_ 5 #ifndef TESTING_ANDROID_NATIVE_TEST_UTIL_
6 #define TESTING_ANDROID_NATIVE_TEST_UTIL_ 6 #define TESTING_ANDROID_NATIVE_TEST_UTIL_
7 7
8 #include <stdio.h> 8 #include <stdio.h>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
(...skipping 19 matching lines...) Expand all
30 void ParseArgsFromString( 30 void ParseArgsFromString(
31 const std::string& command_line, std::vector<std::string>* args); 31 const std::string& command_line, std::vector<std::string>* args);
32 void ParseArgsFromCommandLineFile( 32 void ParseArgsFromCommandLineFile(
33 const char* path, std::vector<std::string>* args); 33 const char* path, std::vector<std::string>* args);
34 int ArgsToArgv(const std::vector<std::string>& args, std::vector<char*>* argv); 34 int ArgsToArgv(const std::vector<std::string>& args, std::vector<char*>* argv);
35 35
36 } // namespace native_test_util 36 } // namespace native_test_util
37 } // namespace testing 37 } // namespace testing
38 38
39 #endif // TESTING_ANDROID_NATIVE_TEST_UTIL_ 39 #endif // TESTING_ANDROID_NATIVE_TEST_UTIL_
OLDNEW
« no previous file with comments | « testing/android/native_test/native_test_launcher.cc ('k') | testing/android/native_test/native_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698