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

Unified Diff: net/net.gyp

Issue 11412211: [sync] Componentize sync: Part Final: Target 'sync' is now its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Component build working on all platforms 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index aa6aaf9343b26adbe2dd87a102762f83c4e32a4a..5521c56262acbe87c8ade8cd9a6224789e724935 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Copyright 2012 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.
@@ -1902,9 +1902,6 @@
# The test server uses Python modules generated by cloud print.
# TODO(sync): 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',
akalin 2013/01/07 20:14:51 i'm pretty sure this is still needed, unless somet
Raghu Simha 2013/01/08 11:27:48 You're right that this used to be the case. Howeve
Ryan Sleevi 2013/01/08 19:16:12 At the risk of piling on, I would prefer you fix t
Raghu Simha 2013/01/22 09:25:41 With http://crrev.com/177864, the above comment ca
'../third_party/protobuf/protobuf.gyp:py_proto',
],
}],
« jingle/jingle.gyp ('K') | « jingle/jingle.gyp ('k') | sync/base/sync_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698