summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Collapse)AuthorAgeFilesLines
* Merge 145987 - Do not specify SHCNF_FLUSHNOWAIT on SHChangeNotify after ↵gab@google.com2012-07-111-2/+1
| | | | | | | | | | | | | | | | | | | updating shortcuts. Specifying it seems to push Windows to clear its cache before the changes to the shortcut have actually gone in. This results in losing Metro properties when the shortcut is modified on Windows 8. BUG=136567 TEST=Over-install my custom 22.0.1200.0 build over 21.0.1180.15 beta-m (when its default) and make sure the shortcut keeps its Metro properties (I've confirmed many times that it doesn't on the same custom build without my fix). Review URL: https://chromiumcodereview.appspot.com/10692138 TBR=gab@chromium.org Review URL: https://chromiumcodereview.appspot.com/10690153 git-svn-id: svn://svn.chromium.org/chrome/branches/1180/src@146241 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 146054 - Bring back VERSION_SERVER_2003 to distinguish Server 2003 and ↵grt@chromium.org2012-07-112-3/+4
| | | | | | | | | | | | | | | XP Pro x64 from regular XP. BUG=135388 TEST=run chrome on Server 2003 SP2 x86. TBR=estade@chromium.org Review URL: https://chromiumcodereview.appspot.com/10701125 TBR=grt@chromium.org Review URL: https://chromiumcodereview.appspot.com/10736032 git-svn-id: svn://svn.chromium.org/chrome/branches/1180/src@146114 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 143466 - Base: disable the handle verifier.rvargas@google.com2012-06-211-1/+1
| | | | | | | | | | | | | | This CL is intended for the beta channel. BUG=134029 TEST=none TBR=willchan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10634015 TBR=rvargas@google.com Review URL: https://chromiumcodereview.appspot.com/10641012 git-svn-id: svn://svn.chromium.org/chrome/branches/1180/src@143471 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 143290 - Replace all spaces by '_' in the AppUserModelIdkaren@chromium.org2012-06-211-2/+2
| | | | | | | | | | | | | | Adjust DCHECKs in base::win::SetAppIdForPropertyStore() to reflect the new appid standard which requires less than 64 characters, not 128 (as of Windows 8, see Metro guidelines for details). BUG=133176 TEST=Chrome installs, launches, and multi-profile OS integration works for user-level installs (on a user with a space in username). Review URL: https://chromiumcodereview.appspot.com/10559097 TBR=gab@chromium.org Review URL: https://chromiumcodereview.appspot.com/10643004 git-svn-id: svn://svn.chromium.org/chrome/branches/1180/src@143430 0039d316-1c4b-4281-b951-d872f2087c98
* Remove gdata::GDataFileSystem from ScopedAllowedWait's user listhashimoto@chromium.org2012-06-191-5/+1
| | | | | | | | | BUG=126838 TEST=build success Review URL: https://chromiumcodereview.appspot.com/10569002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142904 0039d316-1c4b-4281-b951-d872f2087c98
* We should enable touch mode in chrome metro mode on Windows 8 only if the ↵ananta@chromium.org2012-06-182-0/+9
| | | | | | | | | | | | screen supports integrated touch. BUG=132362 R=cpu Review URL: https://chromiumcodereview.appspot.com/10532176 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142859 0039d316-1c4b-4281-b951-d872f2087c98
* Add make_scoped_ptr to scoped_ptr.hkalman@chromium.org2012-06-181-0/+8
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10565038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142848 0039d316-1c4b-4281-b951-d872f2087c98
* Implement base::win::IsMetroProcess. siggi@chromium.org2012-06-182-1/+60
| | | | | | | | | | | | | Change GetMetroModule callers that don't need the HMODULE. TBR=stevenjb@chromium.org,brettw@chromium.org,mirandac@chromium.org,sky@chromium.org,kalman@chromium.org BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10560015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142801 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r142693 "Suppress the "Assertion Failed" dialog of VC++."oshima@chromium.org2012-06-181-6/+0
| | | | | | | | | | | | | | This change suppresses assertion-failure dialogs of VC++ and outputs assertion messages to stderr on Windows. This broke windows tsan and drmemory bot TBR=hbono@chromium.org BUG=132037,133313 TEST=drmemroy and windows tsan bot cycles green Review URL: https://chromiumcodereview.appspot.com/10580002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142796 0039d316-1c4b-4281-b951-d872f2087c98
* Fix error introduced in r142770. <(PRODUCT_DIR) is an argument, not a ↵maruel@chromium.org2012-06-181-0/+1
| | | | | | | | | | | | | | | | | dependency. This broke base_unittests_swarm on linux. I guess I did too many lines shuffle today. TBR=thakis@chromium.org NOTRY=true BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10560041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142783 0039d316-1c4b-4281-b951-d872f2087c98
* Fix base_unittests_run on Windows.maruel@chromium.org2012-06-181-7/+7
| | | | | | | | | | | | | | | | | | | | | | | It was missing icudt.dll! Oops. Removed invalid entry '<(PRODUCT_DIR)'. Minor line shuffling happened due to the different sorting used by merge_isolate.py. autogenerated with: cd tools\isolate python ..\..\testing\test_env.py trace_test_cases.py out\Release\base_unittests -V PRODUCT_DIR out\Release -c base --root-dir ..\.. --index 0 --shards 10 python merge_isolate.py ..\..\base\base_unittests.isolate ..\..\out\Release\base_unittests.test_cases.isolate -o ..\..\base\base_unittests.isolate TBR=thakis@chromium.org NOTRY=true BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10562043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142770 0039d316-1c4b-4281-b951-d872f2087c98
* Upstream some more content/ DEPS-related cleanup.sievers@chromium.org2012-06-182-0/+18
| | | | | | | | | | | | | | | | | This eliminates differences vs. downstream. CommandLine, TraceEvent -> content/common, since they are used from browser, renderer, app LibraryLoader.java -> content/app to match native Remove JNIHelper which has bitmap helper tools. It was misleadingly named and incorrectly included (nothing depends on it upstream). It yet needs to find its right place. Review URL: https://chromiumcodereview.appspot.com/10532155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142768 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress the "Assertion Failed" dialog of VC++.hbono@chromium.org2012-06-181-0/+6
| | | | | | | | | | | This change suppresses assertion-failure dialogs of VC++ and outputs assertion messages to stderr on Windows. BUG=132037 TEST=none Review URL: https://chromiumcodereview.appspot.com/10565028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142693 0039d316-1c4b-4281-b951-d872f2087c98
* [MIPS] Adding atomic ops for MIPS architecture.petarj@mips.com2012-06-182-1/+165
| | | | | | | | | | | | Initial commit for atomic operations on MIPS architecture. BUG=https://code.google.com/p/chromium/issues/detail?id=130022 TEST=make chrome Review URL: https://chromiumcodereview.appspot.com/10448043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142663 0039d316-1c4b-4281-b951-d872f2087c98
* Simplify PRESUBMITs.avi@chromium.org2012-06-161-0/+38
| | | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10554009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142608 0039d316-1c4b-4281-b951-d872f2087c98
* Add untrusted NaCl build for PPAPI proxy.bbudge@chromium.org2012-06-163-57/+3
| | | | | | | | | | This patch refactors ppapi_shared.gypi and ppapi_proxy.gypi into proper includes, adds ppapi_shared_untrusted and ppapi_proxy_untrusted .gyp files, and integrates them into the nacl_irt build (ppapi/native_client/native_client.gyp). In order to build without link errors, it includes our plugin side initialization of PluginDispatcher, and a PpapiPluginMain definition. When the 'build_ppapi_ipc_proxy_untrusted' gyp flag is set to '1', this will build a working NaCl IRT using the Chrome IPC proxy. BUG=116317 TEST=compiles, runs HelloWorld and GetURL SDK examples. Review URL: https://chromiumcodereview.appspot.com/10565015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142540 0039d316-1c4b-4281-b951-d872f2087c98
* Lump client and server versions of Windows together.grt@chromium.org2012-06-163-40/+61
| | | | | | | | | | | Previously, Server 2008 R2 and Server 2012 had been treated like Server 2008, which was bad. I debated adding enum values for these two, but I can't think of a compelling argument for it. The big argument against doing so would be that any code that currently has some logic based on the version bearing some relation to VERSION_WIN7, for example, would be broken one way or another on a 2008 R2 box BUG=129217 TEST=none Review URL: https://chromiumcodereview.appspot.com/10408084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142539 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup thread_local_storage on Windowsjar@chromium.org2012-06-152-103/+97
| | | | | | | | | | | | | Remove statics that are windows only from the header file, and relocated them the windows only file. FIx up a few names to make things a bit more readable. r=rvargas Review URL: https://chromiumcodereview.appspot.com/8890003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142511 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 142482 - Add untrusted NaCl build for PPAPI proxy.bbudge@chromium.org2012-06-153-3/+57
| | | | | | | | | | | | | This patch refactors ppapi_shared.gypi and ppapi_proxy.gypi into proper includes, adds ppapi_shared_untrusted and ppapi_proxy_untrusted .gyp files, and integrates them into the nacl_irt build (ppapi/native_client/native_client.gyp). In order to build without link errors, it includes our plugin side initialization of PluginDispatcher, and a PpapiPluginMain definition. When the 'build_ppapi_ipc_proxy_untrusted' gyp flag is set to '1', this will build a working NaCl IRT using the Chrome IPC proxy. BUG=116317 TEST=compiles, runs HelloWorld and GetURL SDK examples. Review URL: https://chromiumcodereview.appspot.com/10546140 TBR=bbudge@chromium.org Review URL: https://chromiumcodereview.appspot.com/10565012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142494 0039d316-1c4b-4281-b951-d872f2087c98
* Add untrusted NaCl build for PPAPI proxy.bbudge@chromium.org2012-06-153-57/+3
| | | | | | | | | | This patch refactors ppapi_shared.gypi and ppapi_proxy.gypi into proper includes, adds ppapi_shared_untrusted and ppapi_proxy_untrusted .gyp files, and integrates them into the nacl_irt build (ppapi/native_client/native_client.gyp). In order to build without link errors, it includes our plugin side initialization of PluginDispatcher, and a PpapiPluginMain definition. When the 'build_ppapi_ipc_proxy_untrusted' gyp flag is set to '1', this will build a working NaCl IRT using the Chrome IPC proxy. BUG=116317 TEST=compiles, runs HelloWorld and GetURL SDK examples. Review URL: https://chromiumcodereview.appspot.com/10546140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142482 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Enable message loop start UMA measurement on Macjeremy@chromium.org2012-06-153-0/+19
| | | | | | | | | | | | | | Turned out we were only recording this information on Windows. Bug=None TEST=All unit tests should pass BUG= Review URL: https://chromiumcodereview.appspot.com/10557007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142459 0039d316-1c4b-4281-b951-d872f2087c98
* Add weak pointer static casting.gavinp@chromium.org2012-06-154-5/+212
| | | | | | | | | | | | This allows classes to more naturally extend classes using WeakPtr. TEST=None BUG= Review URL: https://chromiumcodereview.appspot.com/10537127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142404 0039d316-1c4b-4281-b951-d872f2087c98
* base: Remove an unused member from MessagePumpLibevent::FileDescriptorWatchersatorux@chromium.org2012-06-152-8/+4
| | | | | | | | | | | | MessagePumpLibevent::FileDescriptorWatcher::is_persistent_ is not used at all. BUG=none TEST=base_unittests Review URL: https://chromiumcodereview.appspot.com/10534169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142351 0039d316-1c4b-4281-b951-d872f2087c98
* android content shell bringup.jrg@chromium.org2012-06-154-6/+22
| | | | | | | | | | | | | Starting classes for content view, content view client. Includes some relevant deps needed to build or pass a sanity check. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10536066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142309 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a compilation error caused by some variables being unused under ASan on Mac.glider@chromium.org2012-06-141-3/+4
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10536173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142170 0039d316-1c4b-4281-b951-d872f2087c98
* Move guid generation from chrome/common/ to base/.marja@chromium.org2012-06-147-0/+178
| | | | | | | | | | | | It will be needed in webkit/dom_storage/. BUG=NONE TEST=Existing tests. Review URL: https://chromiumcodereview.appspot.com/10540003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142142 0039d316-1c4b-4281-b951-d872f2087c98
* Removemark@chromium.org2012-06-141-3/+0
| | | | | | | | | | | | | | | | | -F$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Frameworks It wasn't ever correct to compile or link with this, and it just encourages people to do stupid things that aren't guaranteed to work at runtime in future OS releases or with future SDKs. Just #include <ApplicationServices/ApplicationServices.h> or link against ApplicationServices.framework by adding $(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework to your 'link_settings': {'libraries': []} section. The WebKit portion was fixed at https://bugs.webkit.org/show_bug.cgi?id=88569 . Review URL: https://chromiumcodereview.appspot.com/10535059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142137 0039d316-1c4b-4281-b951-d872f2087c98
* more trace events for windows messagesjbates@chromium.org2012-06-141-0/+3
| | | | | | | | | BUG=131129 Review URL: https://chromiumcodereview.appspot.com/10538045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142079 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the error package name for SandboxedProcessServiceyongsheng.zhu@intel.com2012-06-141-1/+1
| | | | | | | | | | | | 'browser' -> 'app' BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10546119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142073 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor chrome.alarms interface to support absolute alarm deadlines.jyasskin@chromium.org2012-06-142-6/+6
| | | | | | | | | | | | BUG=122817 TEST=Created an extension with absolute delays under 5 minutes away, and watched that they didn't fire for 5 minutes. Review URL: https://chromiumcodereview.appspot.com/10545104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142037 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the ant warning of 'includeantruntime was not set' in android buildshouqun.liu@intel.com2012-06-131-1/+1
| | | | | | | | | | BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10543107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142029 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Consolidate declarations of XDG variables.thestig@chromium.org2012-06-132-2/+18
| | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10548019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142014 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Move some const char definitions to the .cc file. (try 2)thestig@chromium.org2012-06-132-8/+15
| | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10535141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142013 0039d316-1c4b-4281-b951-d872f2087c98
* Make Callback.Reset safe against deleting itself.mattm@chromium.org2012-06-132-1/+35
| | | | | | | | | | BUG=99159 TEST=CallbackTest.ResetRefCountedOwnerOfCallback Review URL: https://chromiumcodereview.appspot.com/10388060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142011 0039d316-1c4b-4281-b951-d872f2087c98
* Update comments on how to create a field trial in field_trial.h.asvitkine@chromium.org2012-06-131-2/+3
| | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10546121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141826 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 141810 - Cleanup: Move some const char definitions to the .cc file.cpu@chromium.org2012-06-132-12/+6
| | | | | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10539099 TBR=thestig@chromium.org Review URL: https://chromiumcodereview.appspot.com/10543130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141823 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Move some const char definitions to the .cc file.thestig@chromium.org2012-06-132-6/+12
| | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10539099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141810 0039d316-1c4b-4281-b951-d872f2087c98
* Base: Enable the scoped handle verifier for Win7.rvargas@google.com2012-06-121-6/+0
| | | | | | | | BUG=131699 TEST=none Review URL: https://chromiumcodereview.appspot.com/10541121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141783 0039d316-1c4b-4281-b951-d872f2087c98
* Unrevert r141537: Add extensions::StateStore and use that instead ofmpcomplete@chromium.org2012-06-122-3/+26
| | | | | | | | | | | | | | | | | | | | ExtensionPrefs for persisting alarm state to disk. More to come: - context menus - omnibox - declarative webRequest TBR=brettw BUG=123366 TEST=extension alarms are still remembered after chrome restart Change since last time: Fall back to a FailingValueStore if ValueStoreFrontend can't open the database. Review URL: https://chromiumcodereview.appspot.com/10545128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141780 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ProcessUtilTests for android.nileshagrawal@chromium.org2012-06-121-16/+38
| | | | | | | | | | | | | On Android, files have to be created in the application directory. BUG=125059 TEST= Review URL: https://chromiumcodereview.appspot.com/10543118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141776 0039d316-1c4b-4281-b951-d872f2087c98
* Remove duplicate CPU detection code; use base::CPU instead.dalecurtis@chromium.org2012-06-121-8/+8
| | | | | | | | | | BUG=none TEST=media_unittests. Review URL: https://chromiumcodereview.appspot.com/10537082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141627 0039d316-1c4b-4281-b951-d872f2087c98
* Add files and exclusions needed for NaCl IPC proxy to base_untrusted target.bbudge@chromium.org2012-06-122-2/+33
| | | | | | | | | BUG=116317 TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10544095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141613 0039d316-1c4b-4281-b951-d872f2087c98
* replace string16 with StringPiece16 in ConvertUTF16ToJavaString()james.wei@intel.com2012-06-122-8/+11
| | | | | | | | | | BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10532081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141607 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r141537: Add extensions::StateStore and use that instead ofmpcomplete@chromium.org2012-06-112-26/+3
| | | | | | | | | | | | | | | | | | | ExtensionPrefs for persisting alarm state to disk. More to come: - context menus - omnibox - declarative webRequest TBR=yoz@chromium.org BUG=123366 TEST=extension alarms are still remembered after chrome restart Reason for revert: breaks tests on Win7. Review URL: https://chromiumcodereview.appspot.com/10542114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141564 0039d316-1c4b-4281-b951-d872f2087c98
* Add extensions::StateStore and use that instead of ExtensionPrefs formpcomplete@chromium.org2012-06-112-3/+26
| | | | | | | | | | | | | | | | persisting alarm state to disk. More to come: - context menus - omnibox - declarative webRequest BUG=123366 TEST=extension alarms are still remembered after chrome restart Review URL: https://chromiumcodereview.appspot.com/10543081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141537 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 138011 - Base: Add power requirements to the System monitor.rvargas@google.com2012-06-115-238/+3
| | | | | | | | | | | | | | | | | The only thing we need in the short term is CPU_REQUIRED, and that part is implemented for all platforms (as far as it makes sense). The other options are implemented for Windows, but given that currently there's no user, I expect the implementation for other platforms to be written when there's an actual need for it. BUG=126591 TEST=base_unittests TBR=brettw Review URL: https://chromiumcodereview.appspot.com/10546101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141497 0039d316-1c4b-4281-b951-d872f2087c98
* Remove duplicate call to InitAndroidTest.nileshagrawal@chromium.org2012-06-112-3/+10
| | | | | | | | | | | | The method is called from test_suite.cc. Also moving methods in test_support_android inside a namespace. BUG=125059 TEST=None Review URL: https://chromiumcodereview.appspot.com/10538065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141473 0039d316-1c4b-4281-b951-d872f2087c98
* Fix comment typo.bryeung@chromium.org2012-06-091-2/+2
| | | | | | | | | | TEST=none BUG=none Review URL: https://chromiumcodereview.appspot.com/10541081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141342 0039d316-1c4b-4281-b951-d872f2087c98
* PPAPI/NaCl: Remove call of system() from NaCl builddmichael@chromium.org2012-06-091-1/+1
| | | | | | | | | | | | | The system calls used by system() aren't available in NaCl and cause a link error in the NaCl IPC proxy build. BUG=116317 TEST= R=brettw Review URL: https://chromiumcodereview.appspot.com/10534078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141338 0039d316-1c4b-4281-b951-d872f2087c98
* Run ProcessUtil tests on Android.nileshagrawal@chromium.org2012-06-091-1/+0
| | | | | | | | | | | | | TBRing as it is a simple gyp change. TBR=mark@chromium.org BUG=125059 TEST= Review URL: https://chromiumcodereview.appspot.com/10544080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141337 0039d316-1c4b-4281-b951-d872f2087c98