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

Unified Diff: chrome/chrome.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 | « chrome/browser/webdata/autofill_profile_syncable_service.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index c5615bf1d4c060191948d3d2d8428076eacc9064..d860a13a31915167860b0435b3c678999176b874 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -306,12 +306,12 @@
'../base/base.gyp:base',
'../net/net.gyp:net',
'../third_party/sqlite/sqlite.gyp:sqlite',
- 'browser/sync/protocol/sync_proto.gyp:sync_proto',
+ '../sync/protocol/sync_proto.gyp:sync_proto',
'sync',
'sync_notifier',
],
'export_dependent_settings': [
- 'browser/sync/protocol/sync_proto.gyp:sync_proto',
+ '../sync/protocol/sync_proto.gyp:sync_proto',
'sync',
],
# This target exports a hard dependency because syncapi.h includes
@@ -340,12 +340,12 @@
],
'dependencies': [
'../base/base.gyp:base',
- 'browser/sync/protocol/sync_proto.gyp:sync_proto',
+ '../sync/protocol/sync_proto.gyp:sync_proto',
'sync',
],
'export_dependent_settings': [
'../base/base.gyp:base',
- 'browser/sync/protocol/sync_proto.gyp:sync_proto',
+ '../sync/protocol/sync_proto.gyp:sync_proto',
'sync',
],
# Even though this target depends on sync_proto, it doesn't
@@ -510,12 +510,12 @@
'../crypto/crypto.gyp:crypto',
'../net/net.gyp:net',
'../sql/sql.gyp:sql',
- 'browser/sync/protocol/sync_proto.gyp:sync_proto',
+ '../sync/protocol/sync_proto.gyp:sync_proto',
],
'export_dependent_settings': [
'../base/base.gyp:base',
'../crypto/crypto.gyp:crypto',
- 'browser/sync/protocol/sync_proto.gyp:sync_proto',
+ '../sync/protocol/sync_proto.gyp:sync_proto',
],
# This target exports a hard dependency because its header files include
# protobuf header files from sync_proto.
« no previous file with comments | « chrome/browser/webdata/autofill_profile_syncable_service.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698