summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Moved RunMonkeyTests out of android_commands.pyilevy@chromium.org2012-09-132-52/+52
| | | | | | | | | | | | | (it did not fit) - simplified calling structure. R=frankf@chromium.org,bulach@chromium.org,klundberg@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10908188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156511 0039d316-1c4b-4281-b951-d872f2087c98
* CrOS: Convert MediaTransferProtocolDaemonClient to use protobufs.thestig@chromium.org2012-09-131-3/+24
| | | | | | | | BUG=chromium-os:29557 Review URL: https://chromiumcodereview.appspot.com/10913048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156468 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert 155950 - Add initial Chromium TestShell support for Android"dtrainor@chromium.org2012-09-131-0/+7
| | | | | | | | | | | | | | | | Fixed build breakages: -Had to add DEPS file for testshell/java. -Something changed with ant from the time I tested and the time my CL got committed. Had to move sdk-targets.xml import in the ant file to the end of the file. This reverts commit 2d30dc03dc0bd0723236c549313774119f163056. BUG= Review URL: https://chromiumcodereview.appspot.com/10905209 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156458 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 156233 - Make apks be built in a consistent waypeter@chromium.org2012-09-121-75/+0
| | | | | | | | | | | | | | | | | | | This broke non-incremental Android builds. Simplify apk targets by doing most of the work in build/java_apk.gypi (like jars are done with build/java.gypi). The apk targets still use their own ant build files, but everything else is more consistent between them. BUG= Review URL: https://chromiumcodereview.appspot.com/10914130 TBR=cjhopman@chromium.org Review URL: https://chromiumcodereview.appspot.com/10916264 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156308 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Add support for layering device-located test files.mnaganov@chromium.org2012-09-121-6/+11
| | | | | | | | | | | | We need to split test files copied to devices by layers to avoid content or webview tests using files from chrome layer directory. To avoid modifying existing tests, test files from all layers are merged into a single directory on a device. Review URL: https://chromiumcodereview.appspot.com/10933011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156302 0039d316-1c4b-4281-b951-d872f2087c98
* Fix issue in chrome_test_server_spawner.py when PYTHONPATH is not set.shouqun.liu@intel.com2012-09-121-1/+1
| | | | | | | | | | | | | If that PYTHONPATH is not set in some systems, then run run_tests.py and chrome_test_server_spawner.py finally gets "KeyError: 'PYTHONPATH'". BUG= TEST=build/android/run_tests.py Review URL: https://chromiumcodereview.appspot.com/10933035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156288 0039d316-1c4b-4281-b951-d872f2087c98
* Set gyp flags to disable various features on iOSstuartmorgan@chromium.org2012-09-121-1/+6
| | | | | | | | | | | | | Disables a set of features that aren't available on iOS. These are being disabled up-front to make it easier to bring up iOS support in chrome/ gyp files in later CLs. BUG=None Review URL: https://chromiumcodereview.appspot.com/10928138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156281 0039d316-1c4b-4281-b951-d872f2087c98
* Build the user_agent target for iOSstuartmorgan@chromium.org2012-09-121-1/+1
| | | | | | | | | | | | | | | | | This enables building just the user_agent target of webkit_support.gyp on iOS, and adds iOS versions of the UA-construction utility methods. Eventually the goal is for iOS not to build any code in webkit/, but user agent is tied in to enough other code in webkit/ that it's unlikely to be extracted in the short term, so adding minimal iOS support to webkit_support.gyp is a necessary bridging measure. BUG=None Review URL: https://chromiumcodereview.appspot.com/10905184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156276 0039d316-1c4b-4281-b951-d872f2087c98
* Implement net::GetNetworkList() for Android.shouqun.liu@intel.com2012-09-121-1/+0
| | | | | | | | | | | | | * Implement net::GetNetworkList() by java.net.NetworkInterface through JNI. * Remove NetUtilTest.GetNetworkList from net_unittests_apk disabled list. BUG= TEST=net_unittests_apk --gtest-filter=NetUtilTest.GetNetworkList Review URL: https://chromiumcodereview.appspot.com/10905207 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156257 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change.cmp@chromium.org2012-09-121-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156243 0039d316-1c4b-4281-b951-d872f2087c98
* Make apks be built in a consistent waycjhopman@chromium.org2012-09-121-0/+75
| | | | | | | | | | | | | | Simplify apk targets by doing most of the work in build/java_apk.gypi (like jars are done with build/java.gypi). The apk targets still use their own ant build files, but everything else is more consistent between them. BUG= Review URL: https://chromiumcodereview.appspot.com/10914130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156233 0039d316-1c4b-4281-b951-d872f2087c98
* Switch use_libcc_for_compositor default to truejamesr@chromium.org2012-09-121-0/+3
| | | | | | | | BUG= Review URL: https://chromiumcodereview.appspot.com/10909162 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156195 0039d316-1c4b-4281-b951-d872f2087c98
* Always drop a tombstonecjhopman@chromium.org2012-09-111-0/+7
| | | | | | | | | | | | | | | | | | | | | | If the DoneCallback returns false, breakpad should reinstall the old signal handlers. Specifically, it will reinstall the Android tombstone handler. This change ensure that on Android we always return false from these callbacks. When this happens, the minidump should still be created/uploaded as normal. Also, just prior to returning we log a Chrome build fingerprint. This should appear in the log just above the tombstone. Requires breakpad DEPS roll to >=1025 (http://breakpad.appspot.com/440002/) to work correctly, but fails safely without it. BUG= Review URL: https://chromiumcodereview.appspot.com/10908115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156063 0039d316-1c4b-4281-b951-d872f2087c98
* android: Refine ANDROID_SDK_ROOT definition for SDK builds.digit@chromium.org2012-09-112-17/+20
| | | | | | | | | | | | | A small patch to ensure using . build/android/envsetup.sh --sdk works properly if ANDROID_SDK_ROOT is already defined with a non-SDK compatible directory path. BUG= Review URL: https://chromiumcodereview.appspot.com/10920094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156056 0039d316-1c4b-4281-b951-d872f2087c98
* Fix tls-intolerant handling.digit@chromium.org2012-09-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | The net/tools/testerver program supports an option named --tls-intolerant=<mode> used to simulate TLS connection aborts (which is itself used to test TLS fallback modes). The <mode> argument is an integer specifying exactly which types of connections to abort. For more details, read net/tools/testserver/testerver.py. The chrome_test_server_spawner.py was not using the option properly (instead, just using '--tls-intolerant' without any mode value). This patch fixes this, which allows HTTPSRequestTest.TLSv1Fallback to pass on Android. BUG= Review URL: https://chromiumcodereview.appspot.com/10916225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156030 0039d316-1c4b-4281-b951-d872f2087c98
* Android: upstream latest changes for build/android.bulach@chromium.org2012-09-119-48/+82
| | | | | | | | | | | | | - uses $EXTERNAL_STORAGE rather than /sdcard - split PerfTEstSetup from android_commands.py BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10914199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156017 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build after r155954thakis@chromium.org2012-09-111-0/+2
| | | | | | | | | | | | | | The CL made check_deps fail with /b/build/slave/Linux_ChromiumOS/build/src/build/android/monkeyrunner_screenshot.py: Has executable bit but not shebang This adds a shebang line. BUG=146575 TBR=nyquist Review URL: https://chromiumcodereview.appspot.com/10928101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155962 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 155950 - Add initial Chromium TestShell support for Androidthakis@chromium.org2012-09-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes check_deps fail on linux thusly: Using base directory: src Checking: src WARNING: no package definition found in src/content/test/data/plugin/java_applet.java WARNING: no package definition found in src/content/test/data/plugin/applet-tests/cookies/CookieTest.java WARNING: no package definition found in src/content/test/data/plugin/applet-tests/authenticator/AuthenticatorTest.java WARNING: multiple definitions of com.example.HelloLicenseServlet: src/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/HelloLicenseServlet.java src/chrome/common/extensions/docs/examples/apps/hello-java/HelloLicenseServlet.java ERROR in src/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellActivity.java Illegal include: "content/public/android/java/src/org/chromium/content/app/LibraryLoader.java" Because of no rule applying. Illegal include: "content/public/android/java/src/org/chromium/content/browser/ContentView.java" Because of no rule applying. Illegal include: "content/public/android/java/src/org/chromium/content/common/CommandLine.java" Because of no rule applying. ERROR in src/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellApplication.java Illegal include: "content/public/android/java/src/org/chromium/content/app/LibraryLoader.java" Because of no rule applying. Illegal include: "content/public/android/java/src/org/chromium/content/browser/ResourceExtractor.java" Because of no rule applying. FAILED Add a build target and tie it into android_all. This will build and link Chrome code for a test apk for Android. When it runs it properly loads the library but crashes. Will fix the crashes in subsequent patches, but can fork that work after this is in. BUG=136786 Review URL: https://chromiumcodereview.appspot.com/10918113 TBR=dtrainor@chromium.org Review URL: https://chromiumcodereview.appspot.com/10911202 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155958 0039d316-1c4b-4281-b951-d872f2087c98
* Add SDK-based screenshot-tool for Android.nyquist@chromium.org2012-09-112-3/+46
| | | | | | | | | | | | The current buildbots uses a screenshot-tool from the Android source tree. We need to use something that is available from the SDK. BUG=146575 Review URL: https://chromiumcodereview.appspot.com/10928035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155954 0039d316-1c4b-4281-b951-d872f2087c98
* roll clang r161757:r163126thakis@chromium.org2012-09-111-0/+6
| | | | | | | | | BUG=113085 TBR=hans Review URL: https://chromiumcodereview.appspot.com/10917180 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155953 0039d316-1c4b-4281-b951-d872f2087c98
* Add initial Chromium TestShell support for Androiddtrainor@chromium.org2012-09-111-0/+1
| | | | | | | | | | | | | | Add a build target and tie it into android_all. This will build and link Chrome code for a test apk for Android. When it runs it properly loads the library but crashes. Will fix the crashes in subsequent patches, but can fork that work after this is in. BUG=136786 Review URL: https://chromiumcodereview.appspot.com/10918113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155950 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change.cmp@chromium.org2012-09-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155946 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change.cmp@chromium.org2012-09-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155944 0039d316-1c4b-4281-b951-d872f2087c98
* Use 'ls' when 'test' is not usable on androidyongsheng.zhu@intel.com2012-09-111-0/+5
| | | | | | | | | | | | | In current emulators, there is no 'test' command. To check whether a file exists, use 'ls' to workaround this issue. BUG= TEST=run_tests.py Review URL: https://chromiumcodereview.appspot.com/10918138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155932 0039d316-1c4b-4281-b951-d872f2087c98
* Use checked in keystore to sign debug apkscjhopman@chromium.org2012-09-111-0/+50
| | | | | | | | | | | | | | | | | keystore created with command: keytool -genkey -v -keystore chromium-debug.keystore -alias chromiumdebugkey -keyalg RSA -keysize 2048 -validity 36525 with password "chromium" and alias password "chromium". Android's SDK tools by default create a debug keystore in ~/.android. This has caused all kinds of grief. Instead, this change makes us use the new chrome-debug.keystore. BUG=145860 Review URL: https://chromiumcodereview.appspot.com/10918149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155927 0039d316-1c4b-4281-b951-d872f2087c98
* Add debug keystoreilevy@chromium.org2012-09-101-0/+0
| | | | | | | | | | | | | | | | | keystore created with command: keytool -genkey -v -keystore chromium-debug.keystore -alias chromiumdebugkey -keyalg RSA -keysize 2048 -validity 36525 with password "chromium" and alias password "chromium". Landing binary file for cjhopman See also http://codereview.chromium.org/10918149 BUG=145860 Review URL: https://chromiumcodereview.appspot.com/10928091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155850 0039d316-1c4b-4281-b951-d872f2087c98
* Add preliminary iOS support to more content/ gypi filesstuartmorgan@chromium.org2012-09-101-0/+2
| | | | | | | | | | | | | | | | | Restructures content_app.gypi, content_common.gypi, and content_tests.gypi slightly to support building them for iOS. One target, content_browsertests, is excluded entirely for iOS. More files will be added to the iOS build later, once the content/ build is working for iOS. BUG=None Review URL: https://chromiumcodereview.appspot.com/10917130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155759 0039d316-1c4b-4281-b951-d872f2087c98
* Remove {base,net}_java dependencies from GYP client targets on Android.pliard@chromium.org2012-09-101-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | On Android, some GYP client targets were explicitly depending on both the native and Java sides of a library. This removes the dependencies to {base,net}_java and make the native side ('base' and 'net) of these libraries depend on their Java counterpart. On Android it rarely makes sense to depend on a single side of a Java/C++ library. The {base,net}_java can now be considered as "private" targets although GYP does not support this concept unfortunately (AFAICT). Note that I made sure that the resulting APKs' size is unchanged. Additionally, this CL removes 'base_java' (i.e. does not replace it with 'base') from the targets including 'build/apk_test.gypi'. This dependency should not have been there (in the wrong layer) in the first place. It's needed by ChromeNativeTestActivity.java which clients should not know about. BUG=146323 TBR=lipalani,sky,willchan,brettw Review URL: https://chromiumcodereview.appspot.com/10913083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155737 0039d316-1c4b-4281-b951-d872f2087c98
* Also disable the PepperGamepadHostTest.WaitForReply test for Androidpeter@chromium.org2012-09-101-0/+1
| | | | | | | | BUG=147549 Review URL: https://chromiumcodereview.appspot.com/10917165 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155712 0039d316-1c4b-4281-b951-d872f2087c98
* Fix extra new lines in test result summariesilevy@chromium.org2012-09-101-1/+1
| | | | | | | | - Cause is buildbot interpretting \r\n as two line breaks. Review URL: https://chromiumcodereview.appspot.com/10909142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155710 0039d316-1c4b-4281-b951-d872f2087c98
* Disable GamepadProviderTest.PollingAccess for Androidpeter@chromium.org2012-09-101-0/+2
| | | | | | | | | | The test crashes on the Android Tester on the main waterfall. BUG=147549 Review URL: https://chromiumcodereview.appspot.com/10918143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155705 0039d316-1c4b-4281-b951-d872f2087c98
* Fix 2 issues to workaround python bugsyongsheng.zhu@intel.com2012-09-101-3/+9
| | | | | | | | | | | | | | | | | 1. The pool worker will hang though it calls sys.exit. So it and its parent process can't exit. 2. Don't use multiprocessing.pool.map for there is a bug in python which can't handle KeyInterrupt exception during the waiting. See here: http://stackoverflow.com/questions/1408356/keyboard-interrupts-with- pythons-multiprocessing-pool BUG= TEST=run_tests.py Review URL: https://chromiumcodereview.appspot.com/10909110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155661 0039d316-1c4b-4281-b951-d872f2087c98
* Test new config.cmp@chromium.org2012-09-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155658 0039d316-1c4b-4281-b951-d872f2087c98
* Disable flaky VariationUtilTests on android botsilevy@chromium.org2012-09-091-0/+5
| | | | | | | | | BUG=147504 TBR=nileshagrawal1,cmp Review URL: https://chromiumcodereview.appspot.com/10910156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155641 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ManifestTest.RestrictedKeys on android botsilevy@chromium.org2012-09-091-0/+3
| | | | | | | | | | Was failing repeatedly on our main tester BUG=147500 Review URL: https://chromiumcodereview.appspot.com/10905174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155638 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to verify change.cmp@chromium.org2012-09-091-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155637 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude folders from android packaged builds.ilevy@chromium.org2012-09-091-1/+1
| | | | | | | | | | | gen, android_webview and jingle_unittests are not used and increasing our zip files significantly. TBR=torne@chromium.org,yfriedman@chromium.org Review URL: https://chromiumcodereview.appspot.com/10910155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155617 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change.cmp@chromium.org2012-09-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155600 0039d316-1c4b-4281-b951-d872f2087c98
* Android: build webview on default bots.torne@chromium.org2012-09-071-3/+2
| | | | | | | | | | | | | | | | Move the webview targets from the android_experimental target into All so they are built by default on the main tree and on trybots. The tests are not run currently; this is just checking that they compile. The libwebview target is a dependency of android_webview_apk so it doesn't need to be specified explicitly here. BUG= Review URL: https://chromiumcodereview.appspot.com/10918124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155498 0039d316-1c4b-4281-b951-d872f2087c98
* Update all.gyp to reflect the current state of the iOS buildstuartmorgan@chromium.org2012-09-071-17/+7
| | | | | | | | | | | | | | | A number of targets that now build on iOS never got moved in all.gyp. Also removes the comments, since they are now misleading given that most of the targets that are likely to be brought up on iOS are now working. BUG=None Review URL: https://chromiumcodereview.appspot.com/10905150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155454 0039d316-1c4b-4281-b951-d872f2087c98
* Forwarder 2 implementationfelipeg@chromium.org2012-09-071-0/+1
| | | | | | | | | | | | This is the first CL for implementing the Forwarder2, necessary to android testing. The big picture CL can be seem here: https://chromiumcodereview.appspot.com/10918057/ BUG=146502 Review URL: https://chromiumcodereview.appspot.com/10916112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155446 0039d316-1c4b-4281-b951-d872f2087c98
* Android: adjusts net_unittests_disabled.bulach@chromium.org2012-09-071-1/+2
| | | | | | | | | | | | | | Adds tests that have been renamed / added: https://chromiumcodereview.appspot.com/10826257 The original suppresion was added by: https://chromiumcodereview.appspot.com/9104002 BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10909121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155385 0039d316-1c4b-4281-b951-d872f2087c98
* Fix FaviconHandler::GetRawFaviconForIDpkotwicz@chromium.org2012-09-071-3/+0
| | | | | | | | | | | | | The Android API needs to be able to insert and retrieve arbitrary favicons from the history backend. http://codereview.chromium.org/10891007/ changed the API such that it returns favicons resized to 16x16 which broke the API. This changes GetRawFaviconForID to return unresized favicons and renames the method to GetLargestRawFaviconForID. Bug=145799 Test=SQLiteCursorTest passes Review URL: https://chromiumcodereview.appspot.com/10916144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155353 0039d316-1c4b-4281-b951-d872f2087c98
* Fix more ninja issuesilevy@chromium.org2012-09-071-3/+7
| | | | | | | | | | | | - single bracket tests fail when variable is empty - compiler_proxy zombies are causing memory leaks TBR=yfriedman@chromium.org,nileshagrawal1@chromium.org,cmp@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10911140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155303 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some code that tried to support MSVS2005thakis@chromium.org2012-09-071-14/+1
| | | | | | | | | | We stopped supporting that long ago. BUG=none Review URL: https://chromiumcodereview.appspot.com/10918111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155289 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 155170 - The 'test' command is not always usable on androidnduca@chromium.org2012-09-071-8/+1
| | | | | | | | | | | Breaks FileExistsOnDevice. Review URL: https://chromiumcodereview.appspot.com/10910087 TBR=yongsheng.zhu@intel.com Review URL: https://chromiumcodereview.appspot.com/10917123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155285 0039d316-1c4b-4281-b951-d872f2087c98
* Move buildbot files to a separate buildbot dirilevy@chromium.org2012-09-0622-492/+63
| | | | | | | | | | | | - Adding placeholder scripts in old locations until new locations can be updated in buildbot master - Removed buildbot.sh, unused. TBR=bulach Review URL: https://chromiumcodereview.appspot.com/10914132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155280 0039d316-1c4b-4281-b951-d872f2087c98
* Update buildbot/buildbot_functions.sh (this file is not used yet).ilevy@chromium.org2012-09-061-57/+5
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155265 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ninja configuration on android buildbotsilevy@chromium.org2012-09-061-57/+5
| | | | | | | | | | | | - GOMA_DIR must be set before envsetup. - also cleaning up setup_goma_internal and removing goma folder from PATH variable since no longer needed. R=yfriedman@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10913116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155258 0039d316-1c4b-4281-b951-d872f2087c98
* Copy android buildbot files in preparation forilevy@chromium.org2012-09-0611-0/+547
| | | | | | pointing buildbot configs to new folder git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155253 0039d316-1c4b-4281-b951-d872f2087c98