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

Unified Diff: net/net.gyp

Issue 11971025: [sync] Divorce python sync test server chromiumsync.py from testserver.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 11 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
« no previous file with comments | « chrome/test/pyautolib/pyautolib.i ('k') | net/test/base_test_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 749dacad86f7210c07a934efe72ea8e27481b1b3..5739096b02fd464f298060bb299ae7a4296f3533 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Copyright 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.
@@ -1845,6 +1845,7 @@
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:test_support_base',
+ '../build/temp_gyp/googleurl.gyp:googleurl',
'../testing/gtest.gyp:gtest',
'net',
],
@@ -1896,8 +1897,6 @@
'socket/socket_test_util.h',
'test/base_test_server.cc',
'test/base_test_server.h',
- 'test/local_sync_test_server.cc',
- 'test/local_sync_test_server.h',
'test/local_test_server_posix.cc',
'test/local_test_server_win.cc',
'test/local_test_server.cc',
@@ -1918,11 +1917,8 @@
['inside_chromium_build==1 and OS != "ios"', {
'dependencies': [
# The test server uses Python modules generated by cloud print.
- # TODO(sync): Remove this hack (http://crbug.com/119403).
+ # TODO(cloud_policy): Remove this hack (http://crbug.com/119403).
'../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_compile',
- # The test server uses Python modules generated by the sync protos.
- # TODO(sync): Remove this hack (http://crbug.com/117559).
- '../sync/protocol/sync_proto.gyp:sync_proto',
'../third_party/protobuf/protobuf.gyp:py_proto',
],
}],
@@ -2203,9 +2199,8 @@
'type': 'executable',
'dependencies': [
'../base/base.gyp:base',
- '../build/temp_gyp/googleurl.gyp:googleurl',
+ '../base/base.gyp:test_support_base',
'../testing/gtest.gyp:gtest',
- 'net',
'net_test_support',
],
'sources': [
« no previous file with comments | « chrome/test/pyautolib/pyautolib.i ('k') | net/test/base_test_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698