ilevy@chromium.org
af1a935979
Switch webview license check back to FYI
...
- It's not ready for prime time.
TBR=yfriedman@chromium.org
BUG=
Review URL: https://codereview.chromium.org/10979037
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158961 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-27 01:58:46 +00:00
ilevy@chromium.org
8a63ef0bb8
Revert 158940 - Adapt python scripts to use the new Forwarder2
...
This is a DRAFT change.
I will polish it after running all the tests.
It worked for the integration tests.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10957052
TBR=felipeg@chromium.org
Review URL: https://codereview.chromium.org/10977050
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158960 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-27 01:38:16 +00:00
felipeg@chromium.org
64a7592834
Adapt python scripts to use the new Forwarder2
...
This is a DRAFT change.
I will polish it after running all the tests.
It worked for the integration tests.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10957052
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158940 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-27 00:08:47 +00:00
klundberg@chromium.org
bce834166e
Adds ChromiumTestShell package to constants file.
...
To run the ChromiumTestShell, we need to add the package to the constants
used by the build bots.
This constant is currently only used for downstream Chrome for Android bots.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10981020
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158920 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-26 23:15:51 +00:00
alexeypa@chromium.org
ac9f99ff26
[Chromoting] Publish Chromoting Host installation as a .zip archive.
...
The signing script will now use the .zip archive to build a signed host installation. This way we can avoid decompiling an .msi which is not reliable enough.
BUG=146863
Review URL: https://chromiumcodereview.appspot.com/10959031
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158914 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-26 22:43:49 +00:00
gregsimon@chromium.org
8aa855237f
Fix android build deps to work on ubuntu 12.04+
...
BUG=
Review URL: https://chromiumcodereview.appspot.com/10963014
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158902 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-26 21:47:07 +00:00
pfeldman@chromium.org
98f894fd9a
DevTools: stop deploying the devtools_frontend.zip (new contributing doc does not require it)
...
Review URL: https://chromiumcodereview.appspot.com/10985038
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158838 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-26 19:00:10 +00:00
cmp@chromium.org
53c477311b
whitespace change
...
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158765 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-26 08:00:48 +00:00
dmikurube@chromium.org
fa1dc86822
Type profiler by intercepting 'new' and 'delete' expressions.
...
It stores mapping between object's starting addresses and their
allocated types when a build option 'clang_type_profiler=1' is
specified. It enables information like
"an object at 0x37f3c88 is an instance of std::string."
Nothing is changed when the option is not specified.
It depends on a modified version of the LLVM/Clang compiler
introduced at deps/third_party/llvm-allocated-type.
BUG=123758
TEST=build with clang_type_profiler=1 and run type_profiler_unittests and type_profiler_map_unittests manually.
Review URL: https://chromiumcodereview.appspot.com/10411047
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158752 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-26 05:17:25 +00:00
yongsheng.zhu@intel.com
8c78a57f46
Enable webgl conformance tests under content/test/gpu in content_browsertests
...
It enables the webgl conformace test in content_browsertests basing on
chrome/test/gpu.
BUG=149892
TEST=
Review URL: https://chromiumcodereview.appspot.com/10916334
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158742 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-26 03:50:23 +00:00
ilevy@chromium.org
ac0442c890
Add OWNERS file for build/android/buildbot
...
- Owners based on number of commits and numbers of reviews of
code in this directory.
R=yaron,cmp
BUG=
Review URL: https://codereview.chromium.org/10979024
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158694 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-25 23:53:31 +00:00
ilevy@chromium.org
16fa5f9c29
Fix android clang builder
...
- We need to unset a build var on clang bot. This is also done in
android_gyp but buildbots don't call android gyp.
R=nileshagrawal@chromium.org
BUG=
Review URL: https://codereview.chromium.org/10996008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158690 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-25 23:48:25 +00:00
ilevy@chromium.org
ef66cd535b
Cleanup android builder clobber step
...
- on clobbers, the clobber step title was overriding much of envsetup
- removed unneeded NEED_CLOBBER var.
TBR=yaron
BUG=
Review URL: https://codereview.chromium.org/10981027
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158638 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-25 20:18:02 +00:00
ilevy@chromium.org
5455facfee
Do not halt build from check_webkit_licenses
...
This was a bug from the original commit. Also remove the step from the fyi bot.
R=yaron
BUG=
Review URL: https://codereview.chromium.org/10981025
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158623 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-25 18:37:59 +00:00
ilevy@chromium.org
f3bb817a60
Made a new script for clobber bot
...
- removing unnecessary zip_build and webview_license steps.
TBR=Yaron
BUG=
Review URL: https://codereview.chromium.org/10982023
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158532 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-25 07:08:40 +00:00
james.wei@intel.com
71efcadd9c
increase sd card size and fifo waiting time
...
As test data increased, 64M is not enough for testing on emulator.
Also increase fifo waiting time to resolve stability issue.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10956073
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158525 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-25 04:57:18 +00:00
ilevy@chromium.org
55ec42df37
Whitespace change to kick off builds
...
TBR=szager
BUG=
Review URL: https://codereview.chromium.org/10982022
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158521 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-25 04:20:20 +00:00
ilevy@chromium.org
b24eafac60
Add support for extra_gyp_defines in factory props
...
- Will be used for clang builder, and possibly other bot
customizations.
R=yfriedman@chromium.org
BUG=143931
Review URL: https://codereview.chromium.org/10984012
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158474 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-25 00:56:39 +00:00
tony@chromium.org
f70494c397
Turn off SSE2 when building for ARM or MIPS.
...
Disable SSE2 when building the code for ARM or MIPS.
Original patch by <petarj@mips.com>
at https://chromiumcodereview.appspot.com/10947012/
BUG=https://code.google.com/p/chromium/issues/detail?id=130022
TEST=None.
Review URL: https://chromiumcodereview.appspot.com/10972012
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158392 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-24 21:31:24 +00:00
shashishekhar@chromium.org
2beca1312c
Fix indent of a comment.
...
Nitz from a previous code review.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10970072
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158390 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-24 21:27:11 +00:00
michaelbai@google.com
2362907f3a
Make clang work with ninja on Android.
...
BUG=143931
Review URL: https://codereview.chromium.org/10968069
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158350 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-24 19:24:36 +00:00
michaelbai@chromium.org
3790f1c076
Enable the clang build with GYP_DEFINES="$GYP_DEFINES clang=1" android_gyp
...
Previously to enable th clang build, we have to
export GYP_DEFINES=clang=1
.build/envsetup.sh
GYP_DEFINES="$GYP_DEFINES clang=1" android_gyp
Now, we could
.build/envsetup.sh
GYP_DEFINES="$GYP_DEFINES clang=1" android_gyp
Just like what we do in downstream.
BUG=143931
Review URL: https://chromiumcodereview.appspot.com/10919199
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158327 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-24 18:31:58 +00:00
frankf@chromium.org
1143d37bdf
Fix monkey runner broken by recent refactoring.
...
BUG=
TBR=ilevy@chromium.org ,klundberg@chromium.org
Review URL: https://codereview.chromium.org/10956077
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158322 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-24 18:26:44 +00:00
shouqun.liu@intel.com
8b4aefe272
Remove 'shell=True' in Popen and directly execute testserver.py
...
In chrome_test_server_spawner.py, testserver process is created by
'subprocess.Popen(command, shell=True)', it will create 2 processes(http://goo.gl/oDYsn ):
(1) /bin/sh -c testserver.py ...
(2) python testserver.py ...
but subprocess.Popen only returns the 1st process(pid), so when kill testserver with
Popen.kill(), only the 1st process is killed, the 2nd process(testserver) still
remains there.
This leads to two problems:
(1) testserver failed to be killed for each case with the log:
'"GET /kill HTTP/1.1" 500'
(2) many teserver processes are there after each run, and the port is used,
when starting a new run, will get the following error:
'socket.error: [Errno 98] Address already in use'
Remove the 'shell=True' and fix this issue.
BUG=
TEST=net_unittests_apk --gtest_filter=URLRequestTestHTTP.*
Review URL: https://chromiumcodereview.appspot.com/10960050
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158267 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-24 13:38:40 +00:00
ilevy@chromium.org
be39ba9f68
Clean up fifo logcat watcher
...
- fix double newlines in test results
- reduce log spam (bug 151886)
- some pylint cleanup of the two affected files.
R=bulach@chromium.org ,skyostil@chromium.org
BUG=151886
Review URL: https://codereview.chromium.org/10973004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158247 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-24 10:40:06 +00:00
ilevy@chromium.org
35e22f0fd8
Make adb_device_loop return if no devices
...
- we are using this in a build script which is stalling
on computers where no devices are detected.
TBR=mnaganov@chromium.org
Review URL: https://codereview.chromium.org/10963054
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158246 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-24 10:20:03 +00:00
nsylvain@chromium.org
5fd2107c84
Build ppapi_unittests on the bots.
...
TBR=raymes
Review URL: https://codereview.chromium.org/10967060
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158187 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-22 19:45:43 +00:00
yusufo@chromium.org
2117618ca7
Revert "Revert 158067 - Remove native side of content_view_client"
...
The previous CL broke the build, because the changes in net_errors_java.template
didn't get the net_error_java target to be rebuilt. We needed a net.gyp change
that makes sure NetError.java gets recreated after the changes.
BUG=137967
TBR=jam@chromium.org , mkosiba@chromium.org , willchan@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10963041
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158146 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-22 01:21:32 +00:00
dtrainor@chromium.org
ca9e4e6d12
Add support for the ChromiumTestShellTest APK.
...
- Add the gyp rules for the ChromiumTestShellTestAPK.
- Add the initial APK base class.
- Add a sample test that launches the activity.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10943014
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158106 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-21 23:00:52 +00:00
ilevy@chromium.org
2056e99605
Android device status: create out dir if needed
...
- I recently changed device status to run before gyp
This exposed a dependence on the out directory
existing and broke new android testers.
TEST=Ran device status with --out-dir pointing to
non-existent dir.
R=bulach@chromium.org
BUG=
Review URL: https://codereview.chromium.org/10962022
git-svn-id: http://src.chromium.org/svn/trunk/src/build@158075 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-21 21:07:30 +00:00
peter@chromium.org
b1744c8c01
Move Android's build_output_dirs target to its own file.
...
We shouldn't have logic in all_android.gyp. The purpose of that file is
solely to have a list of dependencies which should be build when creating
a gyp file for Android.
BUG=
TEST=gyp generation works.
Review URL: https://codereview.chromium.org/10959039
git-svn-id: http://src.chromium.org/svn/trunk/src/build@157963 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-21 11:11:10 +00:00
bulach@chromium.org
c7953f6593
Android: creates fifo for test runners in internal directory.
...
Some devices have $EXTERNAL_STORAGE filesystems that don't support
mkfifo. Create in the internal app dir instead.
BUG=
TEST=
Review URL: https://codereview.chromium.org/10957036
git-svn-id: http://src.chromium.org/svn/trunk/src/build@157962 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-21 10:58:45 +00:00
cjhopman@chromium.org
8d8d5aeee4
Make apk targets remove .class files before compile
...
Apk targets will package all .class files in the output directory into
the apk. If a .java file is moved, the corresponding .class files might
still exist in the output directory, leading to incorrect or failed
builds.
This forces all .java files for a target to be rebuilt when that target
is rebuilt, but this is very fast.
See http://crrev.com/10914080 for the same change to jar targets.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10959027
git-svn-id: http://src.chromium.org/svn/trunk/src/build@157923 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-21 03:58:08 +00:00
michaelbai@chromium.org
d3f2288f40
Upstream the CL to remove the target_arch x86
...
BUG=125329
Review URL: https://chromiumcodereview.appspot.com/10956019
git-svn-id: http://src.chromium.org/svn/trunk/src/build@157897 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-21 02:27:51 +00:00
zmo@google.com
634c35a560
Move gpu blacklist data file to content side.
...
This also fixes the bug that GPU histograms are missing.
BUG=151057
TEST=tree
R=jbauman
Review URL: https://codereview.chromium.org/10911315
git-svn-id: http://src.chromium.org/svn/trunk/src/build@157851 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-20 21:49:53 +00:00
shashishekhar@chromium.org
b7afb0217f
Add wrapper method for enabling adb root.
...
Adds a wrapper to call EnableAdbRoot of adb_interface.py
defined in android_testrunner. The called method enables adb root
on the device by sending "adb root" command and waiting for
device status.
BUG=
Review URL: https://codereview.chromium.org/10965021
git-svn-id: http://src.chromium.org/svn/trunk/src/build@157850 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-20 21:47:07 +00:00
mkosiba@chromium.org
f551b74150
[Android] Make android_webview targets sdk-only.
...
These targets are currently only configured to work as part of the
SDK build.
BUG=
Review URL: https://codereview.chromium.org/10947033
git-svn-id: http://src.chromium.org/svn/trunk/src/build@157732 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-20 09:18:02 +00:00
ilevy@chromium.org
6418a8768f
Give adb_logcat_monitor time to pull logs
...
- The reboot crash problem still isn't getting logged
because the phone is crashing before logcat can propagate.
Change the ordering of steps so we pull logs from the
phones while we download the build.
R=bulach@chromium.org
BUG=
Review URL: https://codereview.chromium.org/10969003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@157703 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-20 04:06:25 +00:00
shashishekhar@chromium.org
8fa63d3e5b
Add test jar generation logic for ant builds.
...
Add a new property generate.test.jar to ant scripts.
When this property is set, a jar containing all compiled
classes and referred classes is generated and placed in
out/{Debug|Release}/test.lib.java directory.
This makes it easier and cleaner to write ant build files for test apks.
New directory structure for the build:
Apks are placed in : out/{Debug|Release}/apks
All java libraries in : out/{Debug|Release}/lib.java
All test java libraries in : out/{Debug|Release}/test.lib.java
This CL also includes cleanup to work with the modified output
directory structure.
BUG=146583
Review URL: https://chromiumcodereview.appspot.com/10905138
git-svn-id: http://src.chromium.org/svn/trunk/src/build@157570 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-19 18:19:18 +00:00
bulach@chromium.org
0746e8b9dc
Android: uses a fifo rather than logcat for the test runner.
...
- This uses the same mechanism as webkit drt.
- It fixes the "timestamping" bug (147800), as the fifo
order is guaranteed (as opposed to logcat).
- It also removes AndroidLogPrinter which was injected in the gtest
framework.
- Downside is that we won't get inline crashstack. However, those
were normally useless as they were not symbolized anyways.
We can still get tombstones if we detect a crash.
BUG=147800
TEST=build/android/run_tests.py
Review URL: https://chromiumcodereview.appspot.com/10938014
git-svn-id: http://src.chromium.org/svn/trunk/src/build@157541 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-19 13:04:01 +00:00
cjhopman@chromium.org
22126bb4ac
Revert 156308 - Revert 156233 - Make apks be built in a consistent way
...
This broke non-incremental Android builds.
In the original CL there was a discrepancy in the way that Gyp handled
paths and the way that Ant handled paths. Changed it so that
resource_dir is specified relative to java_in_dir so that Gyp and Ant
treat it the same. For http://crbug.com/145991 I will have to make
resource_dir be in a consistent location for all apk targets and at that
point it can be removed from the gyp files.
Original:https://chromiumcodereview.appspot.com/10914130
BUG=
Review URL: https://chromiumcodereview.appspot.com/10913225
git-svn-id: http://src.chromium.org/svn/trunk/src/build@157502 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-19 04:16:27 +00:00
ilevy@chromium.org
815c5ebb0c
Main android builder: start logcat before reboot
...
BUG=
Review URL: https://codereview.chromium.org/10945021
git-svn-id: http://src.chromium.org/svn/trunk/src/build@157465 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-19 00:40:16 +00:00
ilevy@chromium.org
93087810bb
Fix android logcat CL
...
Fix patch https://chromiumcodereview.appspot.com/10942015/
Apparently trybots turn green even when logcat fails.
TBR=bulach
BUG=
Review URL: https://codereview.chromium.org/10948026
git-svn-id: http://src.chromium.org/svn/trunk/src/build@157449 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-18 23:42:51 +00:00
ilevy@chromium.org
99dbf1c40f
Extend logcat monitor to all device actions
...
Previously we were only monitoring unit tests. Extend
this to monitor reboot and instrumentation tests.
TBR=bulach
BUG=
Review URL: https://codereview.chromium.org/10942015
git-svn-id: http://src.chromium.org/svn/trunk/src/build@157446 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-18 23:28:28 +00:00
stuartmorgan@chromium.org
e55b8a6105
Enable a minimal content/ build on iOS
...
This removes some files from the already-upstreamed iOS content/ gyp
support in order to get a minimal target building while the remaining
content/ changes are upstreamed.
Minor ifdefing is necessary in a few files in order to build them on
iOS; these are included since they are core files without which it's
very difficult to bring up a build at all.
Adds one new class to the ui/ build since it's needed by the content/
code that is now built.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/10933091
git-svn-id: http://src.chromium.org/svn/trunk/src/build@157421 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-18 21:36:32 +00:00
frankf@google.com
c57886d35b
Fix ValidateInstrumentationOptions.
...
BUG=
Review URL: https://codereview.chromium.org/10928240
git-svn-id: http://src.chromium.org/svn/trunk/src/build@157374 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-18 17:32:11 +00:00
tbarzic@chromium.org
c7e13cd6a2
Change browser/page action default icon defined in manifest to support hidpi.
...
To support hidpi for browser action default icons, ability to define dictionary
of icon in manifest as default icons is added.
Defining images of sizes 19 and 38 is allowed (other dictionary values will be
ignored). The image to be painted will be determined based on screen density.
Similary, for script badges, default icon is determined using 16 and 32 px icon
defined in extension manifest.
I have extracted actual icon loading code to extension_action_icon_factory.h/.cc, so it doesn't have to be implemented for all platform specific solutions.
BUG=138025,135271
Review URL: https://chromiumcodereview.appspot.com/10905005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@157309 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-18 05:53:45 +00:00
ilevy@chromium.org
a357361695
Really kill compiler_proxy on android buildbots
...
We're still getting zombies occasionally breaking builds.
TBR=nileshagrawal1
BUG=
Review URL: https://codereview.chromium.org/10918291
git-svn-id: http://src.chromium.org/svn/trunk/src/build@157246 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-17 23:47:00 +00:00
rsesek@chromium.org
8324c6f04b
[Mac] Move the lists of XIB files into a gypi file.
...
This creates lists of XIB files that Chromium has. It also lays the groundwork
for editing XIB files on Xcode 4.4 by creating a fake project for working in
Xcode.
BUG=149763
TEST=No changes in build output.
TBR=mark@chromium.org
Review URL: https://codereview.chromium.org/10918254
git-svn-id: http://src.chromium.org/svn/trunk/src/build@157199 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-17 21:08:30 +00:00
shashishekhar@chromium.org
bfee49bb5a
Upstream changes to python tests.
...
Upstream recent changes to Python scripts which pass commandline
args to Java tests.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10917283
git-svn-id: http://src.chromium.org/svn/trunk/src/build@157141 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-17 17:22:36 +00:00