From aa166d02133c942de7498ebab60a47de2827f3df Mon Sep 17 00:00:00 2001 From: "rsimha@chromium.org" Date: Tue, 11 Dec 2012 23:47:42 +0000 Subject: [sync] Componentize sync: Part 2: Add SYNC_EXPORTs to files in src/sync/ One of the long term goals of the sync team is to pull sync code out of chrome.dll and into its own component. As of today, several chrome targets depend on various sync targets as defined in sync.gyp. We'd like to move to a world where all chrome targets outside sync.gyp simply depend on the target sync.gyp:sync, which is built into its own component. This patch sets the stage for full componentization by adding SYNC_EXPORT annotations to classes / methods within src/sync. The final step of breaking off sync into its own component will be done in https://codereview.chromium.org/11412211. BUG=136928 Review URL: https://chromiumcodereview.appspot.com/11515009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172458 0039d316-1c4b-4281-b951-d872f2087c98 --- sync/internal_api/DEPS | 1 + 1 file changed, 1 insertion(+) (limited to 'sync/internal_api/DEPS') diff --git a/sync/internal_api/DEPS b/sync/internal_api/DEPS index ab23f90..394c49c 100644 --- a/sync/internal_api/DEPS +++ b/sync/internal_api/DEPS @@ -1,6 +1,7 @@ include_rules = [ "+googleurl", "+net", + "+sync/base", "+sync/engine", "+sync/js", "+sync/notifier", -- cgit v1.1