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

Unified Diff: device/test/run_all_unittests.cc

Issue 11075006: Moved bluetooth adapter files to device/bluetooth/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: renamed 'bluetooth' target to 'device_bluetooth'. Created 8 years, 2 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 side-by-side diff with in-line comments
Download patch
« device/device.gyp ('K') | « device/test/device_test_suite.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/test/run_all_unittests.cc
diff --git a/chrome/test/base/run_all_unittests.cc b/device/test/run_all_unittests.cc
similarity index 70%
copy from chrome/test/base/run_all_unittests.cc
copy to device/test/run_all_unittests.cc
index 0cd1fa5d05dc462ad75d954e4d2588ab5f744622..36e6e5181fbf684cc119d494358657bc49302bea 100644
--- a/chrome/test/base/run_all_unittests.cc
+++ b/device/test/run_all_unittests.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/test/base/chrome_test_suite.h"
#include "content/public/test/unittest_test_suite.h"
+#include "device/test/device_test_suite.h"
int main(int argc, char **argv) {
- return content::UnitTestTestSuite(new ChromeTestSuite(argc, argv)).Run();
+ return content::UnitTestTestSuite(new DeviceTestSuite(argc, argv)).Run();
}
« device/device.gyp ('K') | « device/test/device_test_suite.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698