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

Unified Diff: components/sessions.gypi

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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 | « components/search_engines/template_url_service.cc ('k') | components/sessions/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « components/search_engines/template_url_service.cc ('k') | components/sessions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698