diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/all_android.gyp | 3 |
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', ], |