diff options
author | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-28 19:19:20 +0000 |
---|---|---|
committer | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-28 19:19:20 +0000 |
commit | ef889a53002d0c39995fafdd1ad8c2d91571f487 (patch) | |
tree | 6e970c72332cac36cb9a09264c7a94ad03e353e1 /build/all_android.gyp | |
parent | bfac689d5a0bda558e65819e440bdc6cee2e740c (diff) | |
download | chromium_src-ef889a53002d0c39995fafdd1ad8c2d91571f487.zip chromium_src-ef889a53002d0c39995fafdd1ad8c2d91571f487.tar.gz chromium_src-ef889a53002d0c39995fafdd1ad8c2d91571f487.tar.bz2 |
Verbose on test list in output. Add test-related comment near deps.
BUG=
TEST=
Review URL: http://codereview.chromium.org/8676022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111738 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all_android.gyp')
-rw-r--r-- | build/all_android.gyp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp index 4735612..452f78a 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -18,8 +18,9 @@ ], }, # target_name: All { - # The current list of tests for android. - # This is temporary until the full set supported. + # The current list of tests for android. This is temporary + # until the full set supported. If adding a new test here, + # please also add it to build/android/run_tests.py 'target_name': 'android_builder_tests', 'type': 'none', 'dependencies': [ |