summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorjrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-29 03:52:02 +0000
committerjrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-29 03:52:02 +0000
commit4d321ae5644f72dda066fa0fc59ae0c5a3d7ec40 (patch)
tree9a8fdfe07b86e5119a9604942d3d26013cd7fdd8 /build
parent26c37b8b9f81fde2dca09edb89cc6f5efa985af4 (diff)
downloadchromium_src-4d321ae5644f72dda066fa0fc59ae0c5a3d7ec40.zip
chromium_src-4d321ae5644f72dda066fa0fc59ae0c5a3d7ec40.tar.gz
chromium_src-4d321ae5644f72dda066fa0fc59ae0c5a3d7ec40.tar.bz2
Android build: move content_unittests to default target.
Also expand PRESUBMIT.py to include content files (e.g. everything). BUG=None TEST= Review URL: http://codereview.chromium.org/9416117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124108 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-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 22fe571..2e95b9c 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -36,6 +36,7 @@
'../jingle/jingle.gyp:jingle_unittests',
'../tools/android/fake_dns/fake_dns.gyp:fake_dns',
'../tools/android/forwarder/forwarder.gyp:forwarder',
+ '../content/content.gyp:content_unittests',
],
},
{
@@ -47,7 +48,6 @@
'dependencies': [
'../webkit/webkit.gyp:pull_in_webkit_unit_tests',
'../webkit/webkit.gyp:pull_in_DumpRenderTree',
- '../content/content.gyp:content_unittests',
'../chrome/chrome.gyp:browser',
'../media/media.gyp:media_unittests',
],