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

Unified Diff: net/net.gyp

Issue 6409040: New policy protobuf protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build on mac and win; address comments Created 9 years, 10 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 d9aca9ded4482520c6f34a0b156853ae4ef40531..c37d4b63d4dbb626ad0bf83090a492aefbad22a3 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1184,7 +1184,7 @@
['inside_chromium_build==1', {
'dependencies': [
'../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
- '../chrome/browser/policy/proto/device_management_proto.gyp:device_management_proto',
+ '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_compile',
Mark Mentovai 2011/02/10 18:42:19 Sort
Jakob Kummerow 2011/02/14 16:14:26 Done.
'../third_party/protobuf/protobuf.gyp:py_proto',
],
}],

Powered by Google App Engine
This is Rietveld 408576698