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

Unified Diff: chrome/browser/sync/glue/DEPS

Issue 7719011: Move some files from sync/engine to internal_api (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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
Index: chrome/browser/sync/glue/DEPS
diff --git a/chrome/browser/sync/glue/DEPS b/chrome/browser/sync/glue/DEPS
index 011322efe372615e6e4a82797a36c4404c30b804..75e6ff625f14dcfcc5d8d3de276dc4d450f0dde9 100644
--- a/chrome/browser/sync/glue/DEPS
+++ b/chrome/browser/sync/glue/DEPS
@@ -5,11 +5,10 @@ include_rules = [
"-chrome/browser/sync/syncable",
"-chrome/browser/sync/util",
+ "+chrome/browser/sync/internal_api/configure_reason.h",
tim (not reviewing) 2011/08/24 13:50:23 we shouldn't need this -- glue can depend on inter
rlarocque 2011/08/24 17:42:24 Done.
+
# Should these live in their own "includes" (e.g) directory(ies)?
# Bug 19878.
- "+chrome/browser/sync/engine/configure_reason.h",
- "+chrome/browser/sync/engine/http_post_provider_factory.h",
- "+chrome/browser/sync/engine/http_post_provider_interface.h",
"+chrome/browser/sync/engine/model_safe_worker.h",
"+chrome/browser/sync/engine/syncapi.h",
tim (not reviewing) 2011/08/24 13:50:23 think we can remove this?
rlarocque 2011/08/24 17:42:24 Done.
"+chrome/browser/sync/notifier/sync_notifier.h",

Powered by Google App Engine
This is Rietveld 408576698