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

Unified Diff: sync/protocol/sync_proto.gyp

Issue 9668028: [Sync] Create new top-level sync/ directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to head Created 8 years, 9 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 | « sync/protocol/sync_enums.proto ('k') | sync/protocol/test.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/sync_proto.gyp
diff --git a/chrome/browser/sync/protocol/sync_proto.gyp b/sync/protocol/sync_proto.gyp
similarity index 90%
rename from chrome/browser/sync/protocol/sync_proto.gyp
rename to sync/protocol/sync_proto.gyp
index 40b6ff112a197077de320433767e844613694d3d..28198b8da5b5049088b0778d3437b9e1dc34a2b3 100644
--- a/chrome/browser/sync/protocol/sync_proto.gyp
+++ b/sync/protocol/sync_proto.gyp
@@ -33,9 +33,9 @@
'typed_url_specifics.proto',
],
'variables': {
- 'proto_out_dir': 'chrome/browser/sync/protocol',
+ 'proto_out_dir': 'sync/protocol',
},
- 'includes': ['../../../../build/protoc.gypi'],
+ 'includes': ['../../build/protoc.gypi'],
},
],
}
« no previous file with comments | « sync/protocol/sync_enums.proto ('k') | sync/protocol/test.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698