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

Unified Diff: net/tools/flip_server/test/run_all_unittests.cc

Issue 21743003: Rearrange net.gyp to enable adding flip server unittests to net_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 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
« net/net.gyp ('K') | « net/net.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/flip_server/test/run_all_unittests.cc
diff --git a/chrome/test/base/app_mode_app_tests.cc b/net/tools/flip_server/test/run_all_unittests.cc
similarity index 79%
copy from chrome/test/base/app_mode_app_tests.cc
copy to net/tools/flip_server/test/run_all_unittests.cc
index 16a5205e925e9840d606126e4f99191f6c41785b..6f0698614fbd0d6e3db34a15d2b8a4cfaab671d3 100644
--- a/chrome/test/base/app_mode_app_tests.cc
+++ b/net/tools/flip_server/test/run_all_unittests.cc
@@ -1,10 +1,9 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "build/build_config.h"
-
#include "base/test/test_suite.h"
+#include "build/build_config.h"
int main(int argc, char** argv) {
return base::TestSuite(argc, argv).Run();
« net/net.gyp ('K') | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698