summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* android/gyp/jar_toc.py: avoid specifying conflicting flags.fischman@chromium.org2013-07-151-3/+1
| | | | | | | | | | | | | | | http://docs.oracle.com/javase/6/docs/technotes/tools/windows/javap.html says: -protected Shows only protected and public classes and members. So there's no need to specify both -protected and -public. Needed because in JDK7 javap is more particular about its flags and rejects this particular combination. BUG=https://code.google.com/p/webrtc/issues/detail?id=2034 Review URL: https://chromiumcodereview.appspot.com/19244003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211700 0039d316-1c4b-4281-b951-d872f2087c98
* Undo common.gypi change for Blink scroll changeenne@chromium.org2013-07-151-3/+0
| | | | | | | | | | | | Once https://codereview.chromium.org/18539017/ lands, then this variable is a no-op. R=jamesr@chromium.org BUG=256381 Review URL: https://chromiumcodereview.appspot.com/18689008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211685 0039d316-1c4b-4281-b951-d872f2087c98
* [Telemetry] Cut down on the amount of log spam on the android perf bots.tonyg@chromium.org2013-07-152-15/+18
| | | | | | | | | | | | | | | The perf bots run with -v (INFO level debugging). I'm moving the noisiest output to DEBUG level. This will make the android log output more parsable so that the real failures are easier to spot. Also, this cuts down on several commands running between each page. BUG=None TEST=smoothness and page_cycler on android Review URL: https://chromiumcodereview.appspot.com/18764005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211673 0039d316-1c4b-4281-b951-d872f2087c98
* This caused failures in ui_unittests FontListTest.Fonts_GetHeight_GetBaselinemark@chromium.org2013-07-151-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac%2010.6%20Tests%20%28dbg%29%284%29&number=30356 http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac%2010.7%20Tests%20%28dbg%29%284%29&number=13543 Revert 211664 "Shows Japanese and English mixed queries correctly." > Shows Japanese and English mixed queries correctly. > > This CL respects the common height and baseline of the fonts in the given font list, and draw text according to the baseline. > > The cause of vertically-misaligned queries was that > 1. ASCII characters have 23 pixels in height > 2. Japanese characters have 17 pixels in height > > pango_layout_get_pixel_size(), which is called in RenderTextLinux::GetStringSize(), returns the above size. > > Also see: > https://docs.google.com/a/chromium.org/document/d/1e2n9lEM_usn37Pld8tMeo_qpfLRQQjkx-O1hTHi3sPo/edit?usp=sharing > > BUG=244323 > TEST=Test manually. > > Review URL: https://chromiumcodereview.appspot.com/18848002 TBR=yukishiino@chromium.org Review URL: https://codereview.chromium.org/19270002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211669 0039d316-1c4b-4281-b951-d872f2087c98
* Shows Japanese and English mixed queries correctly.yukishiino@chromium.org2013-07-151-1/+2
| | | | | | | | | | | | | | | | | | | | This CL respects the common height and baseline of the fonts in the given font list, and draw text according to the baseline. The cause of vertically-misaligned queries was that 1. ASCII characters have 23 pixels in height 2. Japanese characters have 17 pixels in height pango_layout_get_pixel_size(), which is called in RenderTextLinux::GetStringSize(), returns the above size. Also see: https://docs.google.com/a/chromium.org/document/d/1e2n9lEM_usn37Pld8tMeo_qpfLRQQjkx-O1hTHi3sPo/edit?usp=sharing BUG=244323 TEST=Test manually. Review URL: https://chromiumcodereview.appspot.com/18848002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211664 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium Android layout test bots should be using "android" as the platform.peter@chromium.org2013-07-151-1/+1
| | | | | | | | | | | | The platform has been renamed from "chromium-android" to "android" in the past week, which was causing the layout test runner to fail with a fatal error. Correct this. BUG= Review URL: https://chromiumcodereview.appspot.com/18569006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211640 0039d316-1c4b-4281-b951-d872f2087c98
* Set DISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY to true on Android.rmcilroy@chromium.org2013-07-151-0/+16
| | | | | | | | | | | | | Also change render_process_visibility_manager to use MEMORY_PRESSURE_MODERATE when the renderer loses visibility since MEMORY_PRESSURE_CRITICAL should be reserved for situations where memory pressure is really critical. BUG= Review URL: https://chromiumcodereview.appspot.com/18910002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211635 0039d316-1c4b-4281-b951-d872f2087c98
* Turn on optimized debug builds for V8.jochen@chromium.org2013-07-151-0/+3
| | | | | | | | | | | This should speed up running tests in debug mode considerably BUG=254188 R=danno@chromium.org Review URL: https://codereview.chromium.org/19166002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211628 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 211564 "Cleanup sanitize build sed and sh scripts."tkent@chromium.org2013-07-134-10/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | check_perms failues on Linux bots. http://build.chromium.org/p/chromium/builders/Linux/builds/40809/steps/check_perms/logs/stdio > /b/build/slave/Linux/build/src/build/sanitize-mac-build-log.sed: Has executable bit but not shebang > /b/build/slave/Linux/build/src/build/sanitize-win-build-log.sed: Has executable bit but not shebang > Cleanup sanitize build sed and sh scripts. > > Minor cleanup: > * switch regexes to extended regexes, > which remove a few gratuitous backslashes > (and makes them less confusing, since basic regexes are so rarely used) > * fix . -> \. (which *does* need escaping in either case) > * make sed files non-executable, > since if executed they just say "don't execute this" > * delete blank line > > (Just noticed these scripts when working on Blink IDL bindings, and made > necessary fixes for my changes, but cleaning up while I'm here.) > > Review URL: https://chromiumcodereview.appspot.com/19052002 TBR=nbarth@chromium.org Review URL: https://codereview.chromium.org/19129002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211566 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup sanitize build sed and sh scripts.nbarth@chromium.org2013-07-134-16/+10
| | | | | | | | | | | | | | | | | | Minor cleanup: * switch regexes to extended regexes, which remove a few gratuitous backslashes (and makes them less confusing, since basic regexes are so rarely used) * fix . -> \. (which *does* need escaping in either case) * make sed files non-executable, since if executed they just say "don't execute this" * delete blank line (Just noticed these scripts when working on Blink IDL bindings, and made necessary fixes for my changes, but cleaning up while I'm here.) Review URL: https://chromiumcodereview.appspot.com/19052002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211564 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Convert more test targets to use isolate.frankf@chromium.org2013-07-134-131/+23
| | | | | | | | | BUG=249870 TBR=ben@chromium.org, acolwell@chromium.org, joi@chromium.org, enne@chromium.org, mark@chromium.org, jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/19040002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211547 0039d316-1c4b-4281-b951-d872f2087c98
* Adds errors on extra positional argsgkanwar@google.com2013-07-121-0/+9
| | | | | | | | BUG=259651 Review URL: https://chromiumcodereview.appspot.com/18617003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211478 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace CLilevy@chromium.org2013-07-121-1/+1
| | | | | | Whitespace change to kick builders. (no code changes) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211463 0039d316-1c4b-4281-b951-d872f2087c98
* Telemetry / Android: symbolize crashstack.bulach@chromium.org2013-07-121-4/+8
| | | | | | | | | | | | | Use all the tools to get as much information as possible: - print the logcat - try to symbolize it - try to symbolize tombstones BUG=223572 Review URL: https://chromiumcodereview.appspot.com/18826012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211459 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Refactor buildbot tests so that they can be used downstream.sivachandra@chromium.org2013-07-121-9/+9
| | | | | | | | | | | I refactored in the wrong way in r211209 (https://chromiumcodereview.appspot.com/18325030/). This CL fixes that. Note that r211209 is not broken; it is just not usable downstream. BUG=249997 NOTRY=True Review URL: https://chromiumcodereview.appspot.com/18202005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211454 0039d316-1c4b-4281-b951-d872f2087c98
* Update build/android/symbolize.py to match base/debug/stack_trace_android.cc ↵scherkus@chromium.org2013-07-122-43/+57
| | | | | | | | | | format. BUG=259554 Review URL: https://chromiumcodereview.appspot.com/19010004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211449 0039d316-1c4b-4281-b951-d872f2087c98
* Remove executable bit from files checked in r211419.scherkus@chromium.org2013-07-122-0/+0
| | | | | | | | TBR=jam Review URL: https://codereview.chromium.org/18298013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211429 0039d316-1c4b-4281-b951-d872f2087c98
* Check in missing build/android/symbolize.py test files from r211134.scherkus@chromium.org2013-07-122-0/+0
| | | | | | | | R=cjhopman@chromium.org Review URL: https://codereview.chromium.org/18755005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211419 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Remove dependencies on /media for iOS."blundell@chromium.org2013-07-121-2/+2
| | | | | | | | | | | | | This reverts commit 5acb0a7605d1eec9220e0b7b3b663967fcf1e5ce. We need to stop media_unittests running on the iOS simulator bot before we can safely reland this CL. TBR=bdibello Review URL: https://codereview.chromium.org/19002008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211411 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Use isolate remap instead of check.frankf@chromium.org2013-07-126-132/+155
| | | | | | | | | | | | | | | | | - Instead of parsing *.isolated files, use isolate remap to create a temporary dependency dir. - Add an exclusion list to filter dependecies at a finer grain than what's specified in isolate files. - Convert base_unittests and unit_tests to use isolate. This adds an additional 50MB to the dependency size due to many small directories not specified in the exclusion list. BUG=249870 Review URL: https://chromiumcodereview.appspot.com/18233018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211350 0039d316-1c4b-4281-b951-d872f2087c98
* Deploy adb reconnect on disconnect daemon on WebKit (ContentShell) Android bot.navabi@google.com2013-07-123-8/+18
| | | | | | | | | NOTRY=True BUG=256353 Review URL: https://chromiumcodereview.appspot.com/18652008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211283 0039d316-1c4b-4281-b951-d872f2087c98
* Generate the lists of localization files instead of hardcoding them.alexeypa@chromium.org2013-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | This CL modifies remoting/tools/localize.py script such that it can: - be invoked via 'pymod_do_main' filter. - generate a separate output file for each locale/language. - produce the list of output files for given set of parameters. remoting.gyp now generates the lists of .pak and message.json files invoking the script via 'pymod_do_main' filter. 'pymod_do_main' is necessary to pass paths unaltered between GYP and python. The script was also renamed to remoting/tools/build/remoting_localize.py to avoid potential name clashes since the script is globally visible now. TBR is for the DEPS changes only. TBR=cpu@chromium.org BUG=155204 Review URL: https://chromiumcodereview.appspot.com/18868009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211227 0039d316-1c4b-4281-b951-d872f2087c98
* Unset some environment vars so they can be set up via the bisect script.simonhatch@chromium.org2013-07-111-2/+1
| | | | | | | | | BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/18991015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211214 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Refactor so that few pieces can be reused downstream.sivachandra@chromium.org2013-07-112-19/+34
| | | | | | | | | BUG=249997 NOTRY=True Review URL: https://chromiumcodereview.appspot.com/18325030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211209 0039d316-1c4b-4281-b951-d872f2087c98
* Kill forwarder2 host daemon in python_test_sharder.py during setup.pliard@chromium.org2013-07-111-0/+4
| | | | | | | | | | | This is normally done at the shard level in shard.py but python_test_sharder.py doesn't seem to use that code. BUG=242846 Review URL: https://chromiumcodereview.appspot.com/18915002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211206 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Add bot id for an x86 fyi and try builderssivachandra@chromium.org2013-07-111-5/+9
| | | | | | | | | BUG=170542 NOTRY=True Review URL: https://chromiumcodereview.appspot.com/17746004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211202 0039d316-1c4b-4281-b951-d872f2087c98
* Android: uses at least 3 samples for surface stats.bulach@chromium.org2013-07-111-1/+1
| | | | | | | | | | Follow-up on crrev.com/204593, fixes the bucket calculation. BUG= Review URL: https://chromiumcodereview.appspot.com/19055003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211196 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Consider scroll offset in CalcDrawPropertiesenne@chromium.org2013-07-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Previously, any updates to scroll offset on the main thread updated both scroll offset and layer position. CalcDrawProperties only used position and ignored scroll offset. This patch changes that to consider scroll offset equally with scroll delta when computing a layer's tranform. Although this patch doesn't do anything about it yet, the end result of this disentangling is that it will become possible to early out in Layer::SetScrollOffset and not require a SetNeedsCommit when Blink updates the scroll offset to the value that it already is on the compositor thread. This is step 3 of a patch series to disentangle layer position and scroll offset. This patch depends on both https://codereview.chromium.org/18405003/ and https://codereview.chromium.org/18187004/. R=danakj@chromium.org BUG=256381 Review URL: https://chromiumcodereview.appspot.com/18400003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211176 0039d316-1c4b-4281-b951-d872f2087c98
* [android] Fix suite error message.craigdh@chromium.org2013-07-111-1/+1
| | | | | | | | | | BUG=None TEST=None NOTRY=True Review URL: https://chromiumcodereview.appspot.com/18641005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211156 0039d316-1c4b-4281-b951-d872f2087c98
* Android: adds stack symbolization utilities.bulach@chromium.org2013-07-117-0/+534
| | | | | | | | | | | | asan_symbolize.py is used for the logcat stacks using the special ASan format. tombstones.py is used to manage tombstones files in devices. symbolize.py is used for stack traces generated by base/debug/stack_trace_android.cc BUG=234973 Review URL: https://chromiumcodereview.appspot.com/18473004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211134 0039d316-1c4b-4281-b951-d872f2087c98
* Move language detection to chrome/common/.droger@chromium.org2013-07-111-1/+1
| | | | | | | | | | | | This CL moves the language detection code from chrome/renderer/translate to chrome/common/translate, in order to be able to use it on iOS. This CL also enables the related unittests on iOS. BUG= Review URL: https://chromiumcodereview.appspot.com/18911002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211108 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes dispatch files to return exit codes in several placesgkanwar@google.com2013-07-114-7/+11
| | | | | | | | BUG=170477 Review URL: https://chromiumcodereview.appspot.com/19021003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211084 0039d316-1c4b-4281-b951-d872f2087c98
* Create new remoting_client_jni targetsolb@chromium.org2013-07-111-0/+1
| | | | | | | | | This will house material analogous to the Pepper implementation remoting_client_plugin, except designed to interface instead with JNI, the Java Native Interface. For now, this folder contains the jni_interface family of functions (which will receive calls FROM Java) and the ChromotingJNIInstance class, which implements ClientUserInterface (while being responsible for calls TO Java). Review URL: https://chromiumcodereview.appspot.com/18856012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211073 0039d316-1c4b-4281-b951-d872f2087c98
* We're adding a new idl_compiler.py script and nbarth@chromium.org2013-07-111-2/+3
| | | | | | | | | | | | | | | | | | renaming the existing generate-bindings.pl, as part of adding a second IDL compile flow so we can compile with either Python or Perl. We thus need to update this sed script to process the new command lines. (Separate CL b/c build in Blink and this is in Chromium.) Ok to commit, now that the build CL has landed: Issue 18190004: Add Python flow to bindings generation, move dummy-generating IDL files over https://codereview.chromium.org/18190004/ BUG=239771 Review URL: https://chromiumcodereview.appspot.com/17215002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211057 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 211007 "Switch all windows bots to use Aura."cpu@chromium.org2013-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | > Switch all windows bots to use Aura. > > So we can have the perf bots run with aura for a while. Depending how red > the waterfall we could leave it on for a long time. > > This has happened before and it will happen again. > See for example r204698 > > BUG=259185 > TEST=none > TBR=scottmg > > Review URL: https://codereview.chromium.org/18434006 TBR=cpu@chromium.org Review URL: https://codereview.chromium.org/18439004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211040 0039d316-1c4b-4281-b951-d872f2087c98
* Switch all windows bots to use Aura.cpu@chromium.org2013-07-111-2/+2
| | | | | | | | | | | | | | | | So we can have the perf bots run with aura for a while. Depending how red the waterfall we could leave it on for a long time. This has happened before and it will happen again. See for example r204698 BUG=259185 TEST=none TBR=scottmg Review URL: https://codereview.chromium.org/18434006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211007 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Tests now log to stdout instead of stderr.frankf@chromium.org2013-07-101-1/+2
| | | | | | | | | NOTRY=True BUG=258596 Review URL: https://chromiumcodereview.appspot.com/18612014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210967 0039d316-1c4b-4281-b951-d872f2087c98
* Compile with enable_mdns by default on Windows and Linuxnoamsml@chromium.org2013-07-101-3/+5
| | | | | | | | | | | | This will compile MDns support by default on Windows and Linux. Note that this is separate from actually enabling MDns, which will be gated by the "--enable-device-discovery" flag. BUG=233821 Review URL: https://chromiumcodereview.appspot.com/18374002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210906 0039d316-1c4b-4281-b951-d872f2087c98
* Remove dependencies on /media for iOS.bdibello@google.com2013-07-101-2/+2
| | | | | | | | | | /media was only needed for the old version of voice search on iOS. BUG=227855 Review URL: https://chromiumcodereview.appspot.com/18777006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210900 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Remove deps list for obsolete test targets.frankf@chromium.org2013-07-101-10/+0
| | | | | | | | | NOTRY=True BUG= Review URL: https://chromiumcodereview.appspot.com/18946005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210892 0039d316-1c4b-4281-b951-d872f2087c98
* add a chromium_builder_asan targetdpranke@chromium.org2013-07-101-3/+16
| | | | | | | | | | | | | | When I changed the ASAN builders to use 'all_webkit' in r202619 I made them build a bunch of stuff they don't care about. This change adds an asan builder target so that we can control which binaries are built in the source tree. A follow-on change will switch the bots to use this. R=inferno@chromium.org, jochen@chromium.org BUG=258605 Review URL: https://chromiumcodereview.appspot.com/18066013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210882 0039d316-1c4b-4281-b951-d872f2087c98
* Android: follow up on crrev.com/210749bulach@chromium.org2013-07-101-2/+2
| | | | | | | | | | | Fixes python-driven tests. BUG=170477, 258171 TBR=frankf Review URL: https://chromiumcodereview.appspot.com/18305008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210859 0039d316-1c4b-4281-b951-d872f2087c98
* Updates the test runner script exit codesgkanwar@google.com2013-07-1018-126/+189
| | | | | | | | | | | | | | | | | | The script now returns exit codes based on what occurred in the test. Exit codes: 0 -- normal 1 -- fail/crash 88 -- warning In addition, the scripts now handle DeviceUnresponsiveError by returning a warning exit code overall, rather than silently moving on. BUG=170477, 258171 Review URL: https://chromiumcodereview.appspot.com/18323020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210749 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid forwarding the test HTTP port twice.joaodasilva@chromium.org2013-07-091-10/+1
| | | | | | | | | | | | base_test_runner.BaseTestRunner already forwards port 8000; avoid doing that again in instrumentation.test_runner.TestRunner again, which confuses the forwarder. BUG=242846 Review URL: https://chromiumcodereview.appspot.com/18854020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210666 0039d316-1c4b-4281-b951-d872f2087c98
* make it possible to disable internal tracing in unofficial buildsmostynb@opera.com2013-07-091-0/+8
| | | | | | | | | Add a tracing_like_official_build gyp setting, which works similarly to the logging_like_official_build setting. Review URL: https://chromiumcodereview.appspot.com/18333010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210650 0039d316-1c4b-4281-b951-d872f2087c98
* SurfaceStats / Telemetry: calculate FPS in different frame buckets.bulach@chromium.org2013-07-091-28/+52
| | | | | | | | | | | | Instead of just calculating FPS over all frames returned by SurfaceFlinger, use the last 90% and the last 50% as well. This allow us to have a better representation and skip the "setup" stage. BUG=256340 Review URL: https://chromiumcodereview.appspot.com/18341006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210583 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace Changeilevy@chromium.org2013-07-091-1/+1
| | | | | | | Whitespace CL to kick builders (no code changes). git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210576 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r210268: "Improve forwarder2 setup/tear down in telemetry."pliard@chromium.org2013-07-092-14/+29
| | | | | | | | | | | | This CL kills the host_forwarder daemon before running the tests and also makes Forwarder.Close() unmap the previously mapped ports. BUG=242846 TBR=bulach@chromium.org Review URL: https://codereview.chromium.org/18907002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210574 0039d316-1c4b-4281-b951-d872f2087c98
* Print adb missing warning to stderr, not stdoutnduca@chromium.org2013-07-091-1/+1
| | | | | | | | R=bulach Review URL: https://chromiumcodereview.appspot.com/18566007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210563 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Add an gyp option to disable generating v14 resources script.kkimlabs@chromium.org2013-07-092-32/+94
| | | | | | | | | | | | | | Currently, we are generating v14 layout and style resources from v17 resources by replacing Start and End attributes to Left and Right attributes. However, it is not necessary for all cases, so make an option to disable generate_v14_compatible_resources.py script and only verify that there is no RTL attributes in the pre-v17 resources. BUG=247049 Review URL: https://chromiumcodereview.appspot.com/18653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210555 0039d316-1c4b-4281-b951-d872f2087c98