| Index: components/sessions.gypi
|
| diff --git a/components/sessions.gypi b/components/sessions.gypi
|
| index 24599fb7c9ca9b09a648e4b0b637d1c17a8422bb..e743d1eb46b7da894de19a8c7fcc9ef1be26422f 100644
|
| --- a/components/sessions.gypi
|
| +++ b/components/sessions.gypi
|
| @@ -49,7 +49,7 @@
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '../skia/skia.gyp:skia',
|
| - '../sync/sync.gyp:sync',
|
| + '../components/sync.gyp:sync',
|
| '../testing/gtest.gyp:gtest',
|
| ],
|
| 'include_dirs': [
|
| @@ -84,7 +84,7 @@
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '../content/content.gyp:content_browser',
|
| '../skia/skia.gyp:skia',
|
| - '../sync/sync.gyp:sync',
|
| + '../components/sync.gyp:sync',
|
| '../third_party/protobuf/protobuf.gyp:protobuf_lite',
|
| '../ui/base/ui_base.gyp:ui_base',
|
| '../ui/gfx/gfx.gyp:gfx_geometry',
|
| @@ -133,7 +133,7 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../ios/web/ios_web.gyp:ios_web',
|
| - '../sync/sync.gyp:sync',
|
| + '../components/sync.gyp:sync',
|
| '../third_party/protobuf/protobuf.gyp:protobuf_lite',
|
| '../ui/base/ui_base.gyp:ui_base',
|
| '../ui/gfx/gfx.gyp:gfx_geometry',
|
|
|