| 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': [
|
|
|