diff options
author | rlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-29 23:47:10 +0000 |
---|---|---|
committer | rlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-29 23:47:10 +0000 |
commit | e4c71bbb287df61b7560554750b3bea24235a952 (patch) | |
tree | b2fa966351849b884a6e2caf9afb6ee2b5689c1d /build/all.gyp | |
parent | b51db5fc3156e36e662d6fd7d20a7fd865df4de7 (diff) | |
download | chromium_src-e4c71bbb287df61b7560554750b3bea24235a952.zip chromium_src-e4c71bbb287df61b7560554750b3bea24235a952.tar.gz chromium_src-e4c71bbb287df61b7560554750b3bea24235a952.tar.bz2 |
sync: Separate .gyp file for standalone tools
Moves targets related to the standalone executables
sync_listen_notifications and sync_client into their own .gyp file.
This will prevent a temporary circular dependency as we attempt to
invert the dependency from components/invalidation -> sync towards
sync -> components/invalidation.
BUG=378024
Review URL: https://codereview.chromium.org/303603004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273665 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index cb0b763..5aba3f7 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -86,6 +86,7 @@ '../ppapi/tools/ppapi_tools.gyp:*', '../printing/printing.gyp:*', '../skia/skia.gyp:*', + '../sync/tools/sync_tools.gyp:*', '../third_party/WebKit/public/all.gyp:*', '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', '../third_party/codesighs/codesighs.gyp:*', |