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

Unified Diff: net/net.gyp

Issue 11348052: [sync] Componentize sync: Part 1: Clean up sync.gyp and update chrome / test dependencies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More CR Feedback Created 8 years, 1 month 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_frame/chrome_frame.gyp ('k') | sync/sync.gyp » ('j') | sync/sync.gyp » ('J')
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 98bc7ad50e69ff4ac73d3b9adf2080ac13a57f97..3d7a1dc4af23a990cdea2c34ec6ca7f81d71fa5b 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1833,8 +1833,11 @@
'conditions': [
['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).
'../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',
],
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | sync/sync.gyp » ('j') | sync/sync.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698