summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-13 19:40:23 +0000
committeryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-13 19:40:23 +0000
commitd6410e0d027d949b3554a60b9d5fd949255a7bf1 (patch)
treefd57c6a0a0add70e3ef57527707b5ee4144cb384
parent6ccd96419ae6b3e0587f242d125dc5e74bb43ce9 (diff)
downloadchromium_src-d6410e0d027d949b3554a60b9d5fd949255a7bf1.zip
chromium_src-d6410e0d027d949b3554a60b9d5fd949255a7bf1.tar.gz
chromium_src-d6410e0d027d949b3554a60b9d5fd949255a7bf1.tar.bz2
Turn on sync_unit_tests compilation for Android.
It's been green for a bit and our try-job load is acceptable. BUG= TEST= Review URL: http://codereview.chromium.org/9693035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126439 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--build/all_android.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp
index a08fbc6..ca3fe23 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -29,6 +29,7 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base_unittests',
+ '../chrome/chrome.gyp:sync_unit_tests',
'../sql/sql.gyp:sql_unittests',
'../ipc/ipc.gyp:ipc_tests',
'../net/net.gyp:net_unittests',
@@ -49,7 +50,6 @@
'dependencies': [
'../webkit/webkit.gyp:pull_in_webkit_unit_tests',
'../webkit/webkit.gyp:pull_in_DumpRenderTree',
- '../chrome/chrome.gyp:sync_unit_tests',
'../base/android/java/java.gyp:base_java',
],
},