diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-21 10:08:37 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-21 10:08:37 +0000 |
commit | 1e5abadfb190acdf2361d09ab518d22e119cf9f4 (patch) | |
tree | 4ca746a73c271e87d717f0d38db896b43a1b1acd /build/all_android.gyp | |
parent | 91835ca82c6ff7f1aeb68e314a3842da1aca6841 (diff) | |
download | chromium_src-1e5abadfb190acdf2361d09ab518d22e119cf9f4.zip chromium_src-1e5abadfb190acdf2361d09ab518d22e119cf9f4.tar.gz chromium_src-1e5abadfb190acdf2361d09ab518d22e119cf9f4.tar.bz2 |
[Sync] Put correct path to sync_unit_tests target in all_android.gyp
BUG=117585
TEST=
TBR=tim@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10139021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133350 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all_android.gyp')
-rw-r--r-- | build/all_android.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp index 759a6c1..424425a 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -30,10 +30,10 @@ 'type': 'none', 'dependencies': [ '../base/base.gyp:base_unittests', - '../chrome/chrome.gyp:sync_unit_tests', '../content/content.gyp:content_unittests', '../gpu/gpu.gyp:gpu_unittests', '../sql/sql.gyp:sql_unittests', + '../sync/sync.gyp:sync_unit_tests', '../ipc/ipc.gyp:ipc_tests', '../net/net.gyp:net_unittests', '../ui/ui.gyp:ui_unittests', |