summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authoryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-08 21:33:21 +0000
committeryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-08 21:33:21 +0000
commitb1755b2a0939e39ca871dcb39c7441efb2da0207 (patch)
tree59906b590025f57cb1fe6c941a6a78050ce18087 /build
parent496ffeebcd3bd9c7209de26fbd70b0ab6cd52f38 (diff)
downloadchromium_src-b1755b2a0939e39ca871dcb39c7441efb2da0207.zip
chromium_src-b1755b2a0939e39ca871dcb39c7441efb2da0207.tar.gz
chromium_src-b1755b2a0939e39ca871dcb39c7441efb2da0207.tar.bz2
Add sync_unit_tests to the experimental builder.
It now links, but we'll keep it off the default build until we can verify load issues BUG= TEST= Review URL: http://codereview.chromium.org/9634013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125687 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all_android.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp
index 411243b..a08fbc6 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -49,7 +49,7 @@
'dependencies': [
'../webkit/webkit.gyp:pull_in_webkit_unit_tests',
'../webkit/webkit.gyp:pull_in_DumpRenderTree',
- '../chrome/chrome.gyp:browser',
+ '../chrome/chrome.gyp:sync_unit_tests',
'../base/android/java/java.gyp:base_java',
],
},
@@ -60,7 +60,6 @@
'type': 'none',
'dependencies': [
'../content/content.gyp:content_browsertests',
- '../chrome/chrome.gyp:sync_unit_tests',
'../chrome/chrome.gyp:unit_tests',
'../ui/ui.gyp:gfx_unittests',
],