diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-05 20:06:15 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-05 20:06:15 +0000 |
commit | e7ef7150c893a1ff2fe4197ce9d76ccb21001caa (patch) | |
tree | 639aa7b62035bbe557dff59d2c43c7a635d0f15c /WATCHLISTS | |
parent | cc4ba248e6714e6cf29bfa956d415977d78db246 (diff) | |
download | chromium_src-e7ef7150c893a1ff2fe4197ce9d76ccb21001caa.zip chromium_src-e7ef7150c893a1ff2fe4197ce9d76ccb21001caa.tar.gz chromium_src-e7ef7150c893a1ff2fe4197ce9d76ccb21001caa.tar.bz2 |
Add the sync files to chrome.gyp. They still don't result in anything building because
the files are wrapped in #ifdef CHROME_PERSONALIZATION which is not defined anywhere at the moment.
Add live_sync to chrome\test and corresponding target to chrome.gyp
Review URL: http://codereview.chromium.org/159902
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22521 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ 'filepath': 'sandbox/linux/.*', }, 'sync': { - 'filepath': 'chrome/browser/sync/.*', + 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|chrome/test/live_sync/.*', }, }, |