summaryrefslogtreecommitdiffstats
path: root/sync/sync.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'sync/sync.gyp')
-rw-r--r--sync/sync.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/sync/sync.gyp b/sync/sync.gyp
index bc6c263..97d493e 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -612,6 +612,13 @@
'../base/allocator/allocator.gyp:allocator',
],
}],
+ ['OS=="linux" and chromeos==1', {
+ # TODO(kochi): Remove this once we get rid of dependency from
+ # get_session_name.cc.
+ 'dependencies': [
+ '../chrome/chrome.gyp:browser',
+ ],
+ }],
],
},