Граф коммитов

4877 Коммитов

Автор SHA1 Сообщение Дата
frankf@chromium.org cf429e7bdc [Android] Deprecate old test scripts.
Just print the new command and exit. This is in
preparation for completely removing these scripts.

BUG=
R=craigdh@chromium.org

Review URL: https://codereview.chromium.org/21979006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215634 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-05 17:34:00 +00:00
phajdan.jr@chromium.org 149205c537 Revert _GLIBCXX_DEBUG for now.
Breaks media_unittests and unit_tests on chromeos.

TBR=thestig

BUG=65151

Review URL: https://codereview.chromium.org/22000003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215403 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-02 23:29:48 +00:00
craigdh@chromium.org 4266a8d0a7 [android] Clear content_browsertests profile after each run.
BUG=262175
TEST=None
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/21405003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215392 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-02 23:09:05 +00:00
phajdan.jr@chromium.org fead79a8a8 Exclude _GLIBCXX_DEBUG for 32-bit builds.
Otherwise linker runs out of memory.

TBR=thestig

BUG=65151

Review URL: https://codereview.chromium.org/21984003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215383 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-02 22:19:23 +00:00
phajdan.jr@chromium.org a167a2b936 Exclude _GLIBCXX_DEBUG for clang.
This fixes build, and it's not obvious what the exact effect
is on clang.

TBR=thestig

BUG=65151

Review URL: https://codereview.chromium.org/21939003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215373 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-02 21:46:57 +00:00
phajdan.jr@chromium.org 6d208a748e GTTF: Enable glibcxx debug mode for Debug builds by default.
This will help us catch problems earlier.

BUG=65151
TEST=none
R=thestig@chromium.org

Review URL: https://codereview.chromium.org/11276032

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215369 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-02 21:26:50 +00:00
navabi@google.com a95cc35c5e Put cleanup steps in finally block so cleanup happens after halt on failure.
The device_status_check hangs because there are still processes launched by the
buildbot script that are not cleaned up. E.g.
https://chromegw.corp.google.com/i/clank/builders/manta-sharded-official-perf-clankium/builds/2359
This makes sure the post commands are executed after halt on failure.

BUG=265578

Review URL: https://chromiumcodereview.appspot.com/21261006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215365 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-02 21:08:06 +00:00
phajdan.jr@chromium.org 1a1a93bb74 Remove bundled gsettings header now that we're using Ubuntu Precise.
BUG=162733
R=thestig@chromium.org

Review URL: https://codereview.chromium.org/21687002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215329 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-02 18:41:33 +00:00
droger@chromium.org 60e0d49caa Update build/ios/grit_whitelist.txt
The internal version of the file was incorrectly forked. This CL upstreams the
strings that are actually used on iOS.

BUG=NONE

Review URL: https://chromiumcodereview.appspot.com/21557002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215328 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-02 18:40:17 +00:00
tonyg@chromium.org 795488269f Revert 215101 "Linux: use sandbox binary alongside chrome."
It breaks the page cycler benchmarks.

BUG=267640

> Linux: use sandbox binary alongside chrome.
> 
> This removes linux_sandbox_path and instead expects sandbox binary
> to be in the same directory as chrome (or CHROME_DEVEL_SANDBOX to be
> set).
> 
> This will be helpful for SxS support on Linux, where the sandbox path
> would be different depending on channel.
> 
> BUG=38598
> R=avi@chromium.org, jln@chromium.org
> 
> Review URL: https://codereview.chromium.org/20197003

TBR=phajdan.jr@chromium.org

Review URL: https://codereview.chromium.org/21910004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215300 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-02 16:16:48 +00:00
pliard@chromium.org 51159d82e7 Fix typing error in forwarder.py.
This wasn't triggered earlier since this function is not used upstream.

TBR=bulach@chromium.org
BUG=242846

Review URL: https://codereview.chromium.org/21839003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215287 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-02 14:56:38 +00:00
qsr@chromium.org 311d6a4359 Fix options passing.
TBR=gkanwar@chromium.org,bulach@chromium.org

Review URL: https://codereview.chromium.org/21793002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215263 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-02 10:01:11 +00:00
aruslan@chromium.org 2970db0923 Disable interactive autocomplete and remove command line flag for Android
Disabling this feature on beta and stable channels for now. This change will be reverted on trunk after it is cherry-picked to the branch.

BUG=266978

Review URL: https://chromiumcodereview.appspot.com/21599002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215235 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-02 05:17:12 +00:00
sivachandra@chromium.org 3921896242 [Android Buildbot] Make RunCmd execute command in a dir of choice.
BUG=249997
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/21647002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215176 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-02 00:57:04 +00:00
phajdan.jr@chromium.org f77f408878 Linux: use sandbox binary alongside chrome.
This removes linux_sandbox_path and instead expects sandbox binary
to be in the same directory as chrome (or CHROME_DEVEL_SANDBOX to be
set).

This will be helpful for SxS support on Linux, where the sandbox path
would be different depending on channel.

BUG=38598
R=avi@chromium.org, jln@chromium.org

Review URL: https://codereview.chromium.org/20197003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215101 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-01 20:38:19 +00:00
yukishiino@chromium.org 0dba55f405 Supports FontList in Textfield.
The current interface of Textfield does not support FontList while RenderText supports FontList.  This CL supports FontList in Textfield.

The direct cause of crbug.com/263169 was that RenderText always uses the IDS_UI_FONT_FAMILY_CROS font set ignoring what font is specified for Textfield on ChromeOS.  (See https://code.google.com/p/chromium/codesearch#chromium/src/ui/views/controls/textfield/native_textfield_views.cc&q=IDS_UI_FONT_FAMILY_CROS&sq=package:chromium&type=cs&l=88 )

The Omnibox font size is carefully calculated, but the font is ignored right now.

This CL changes the following:
- Supports FontList in Textfield so Omnibox layer can specify the font set, such as IDS_UI_FONT_FAMILY_CROS, for the underlying Textfield.
- Makes NativeTextfieldViews follow the specified font set via Textfield on ChromeOS.

BUG=263169,263196
TEST=Test manually.

Review URL: https://chromiumcodereview.appspot.com/19666006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215055 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-01 17:01:50 +00:00
gkanwar@chromium.org 6420b6313f Changes argument passing to use options objects
Options objects are specific to the test type, and are named tuples, so
they are also immutable.

This is a precursor to the host-driven refactor.

BUG=176323
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/21008004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215054 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-01 16:59:22 +00:00
pliard@chromium.org 96a2637a51 Fix call to _ForwardPorts() in test_runner.py.
TBR=bulach@chromium.org
BUG=242846

Review URL: https://codereview.chromium.org/21569002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215041 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-01 15:39:49 +00:00
pliard@chromium.org 5df58990ce Reland r212020: Move Python setup/tear down logic into Forwarder ...
The initial attempt caused flakiness (random deadlocks). It turns out that
testserver.py was inheriting undesirable file descriptors when it was spawned
(including file lock file descriptors). Closing the unnecessary file
descriptors between fork() and exec() solves the problem.

Forwarder used to be a pain to setup/tear down across all the various
harnesses.
This CL should hopefully solve these issues by hiding these
implementation details. The host daemon is now killed once the first time that
the Forwarder class is used and the daemon running on the devices is also
killed the first time a port is forwarded for a specific device.

TBR=bulach@chromium.org
BUG=242846

Review URL: https://codereview.chromium.org/20824008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215023 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-01 13:45:46 +00:00
phajdan.jr@chromium.org 9faa27a528 Linux: fix build with system icu.
BUG=none
R=rsleevi@chromium.org

Review URL: https://codereview.chromium.org/21401004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214928 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-01 02:45:06 +00:00
craigdh@chromium.org 08bbe7f14d [android] Fix adb_install_apk.py's printed message.
BUG=None
TEST=None
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/21133007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214710 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-31 13:41:20 +00:00
derat@chromium.org 55058bd2b5 Revert r214000 to reland r213996.
This adds a g_type_init() call to the beginning of the test,
apparently needed for GLib version earlier than 2.36.

Original change:
linux: Avoid leak in PlatformFontPangoTest.FamilyList.

Call FcFini() at the end of the test to prevent FontConfig
from leaking memory.

BUG=114750
TBR=sky@chromium.org,behdad@chromium.org

Review URL: https://chromiumcodereview.appspot.com/20910002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214638 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-31 08:32:00 +00:00
mariakhomenko@chromium.org 5470af9bf3 Creates a flag to enable/disable spellchecker.
Add a flag to remove spell-checking inside form fields on Chrome.
Disable the flag for android -- we cannot interact with the spellchecker,
so it doesn't make sense to have it.

This saves us ~300K memory on startup.

BUG=264837

Review URL: https://chromiumcodereview.appspot.com/20794002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214621 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-31 07:48:53 +00:00
justincohen@google.com a0616ee2e9 Enable HiDPI assets for the WebUI in iOS.
Change common.gypi to pass scale_factors=2x to grit on iOS.

BUG=262913
TEST=WebUI assets show as 2x on iOS.

Review URL: https://chromiumcodereview.appspot.com/20466002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214578 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-31 05:41:03 +00:00
thakis@chromium.org 47f8c5ba66 clang: Remove -Wno-reserved-user-defined-literal on mac and ios
BUG=263960
TBR=stuartmorgan@chromium.org

Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=214049

Review URL: https://codereview.chromium.org/20814004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214541 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-31 03:30:09 +00:00
Yukawa@chromium.org 3c0353800c Embed compatibility manifest into all *.exe files
This CL introduces an automated and centralized way to embed
compatibility manifest into all *.exe files. With this CL,
a potential risk of behavioural inconsistency between
production binaries and unit test binaries is resolved by
enforcing the same compatibility context.

This CL uses 'target_conditions' feature of gyp to inject
manifest settings into each executable target. One tricky
part is that some executables such as setup.exe and
mini_installer.exe require external manifest file instead of
embedded one when component build is enabled. 
See http://crbug.com/127233 for this.

You can override the gyp variable
'win_exe_compatibility_manifest' locally for a given
executable target to embed a custom compatibility manifest.

BUG=260692

Review URL: https://chromiumcodereview.appspot.com/19275010

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214427 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-30 20:24:30 +00:00
raphael.kubo.da.costa@intel.com b9ab97b92f Use sh instead of bash for the pre-commit hook.
The script looks portable enough, and using sh helps on systems without bash
in that specific location.

R=cmp@chromium.org,szager@chromium.org

Review URL: https://chromiumcodereview.appspot.com/19238006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214425 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-30 20:23:41 +00:00
frankf@chromium.org 1e6a6f874f [Android] Dedup content_browsertests test setup from gtests.
- This also changes the command for running content_browsertests
  to be in line with other gtest targets
- Additional cleanup: get rid of --exe option and fall back
  to using exe if apk is not found

TEST=test_runner.py gtest -s content_browsertests
BUG=261950
R=bulach@chromium.org, craigdh@chromium.org

Review URL: https://codereview.chromium.org/20649002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214421 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-30 20:14:36 +00:00
fischman@chromium.org 3d38ecef21 build/common.gypi: revert the change to GCC_STRICT_ALIASING:NO because some bots have a too-old xcode.
In particular, rolling chromium_revision in webrtc from 211877 to 211878 broke
the webrtc mac Release bots:
http://build.chromium.org/p/client.webrtc/builders/Mac64%20Release/builds/296
http://build.chromium.org/p/client.webrtc/builders/Mac32%20Release/builds/312
http://build.chromium.org/p/client.webrtc/builders/Mac%20Asan/builds/304

The breakage did not repro on the webrtc trybots which use ninja (filed
https://code.google.com/p/webrtc/issues/detail?id=2135 to fix the inconsistency)
nor did it repro in an xcode build on my MBP (4.6.3).  My theory is that the
xcode on the bots (e.g. vm674-m3) is too old (4.5.1).

R=thakis@chromium.org

Review URL: https://codereview.chromium.org/20666002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214260 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-29 23:35:39 +00:00
sl.ostapenko@samsung.com 395cb1cd18 Fix "No such file or directory" error in sysroot_ld_path.sh if ld.so.conf include pattern doesn't match any file.
Sometimes ld.so.conf has pattern include like "include ld.so.conf.d/*.conf",
but there is no files that match pattern. In this case "for" loop in process_ld_so_conf
function fails with error "No such file or directory".
This patch uses "ls" to check that pattern matches at least one file.

BUG=none

Review URL: https://chromiumcodereview.appspot.com/19044004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214230 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-29 21:51:23 +00:00
jochen@chromium.org b7f95e0d9e Revert "Revert "Turn on i18n support in V8.""
> This reverts r213418 as it caused Blink LayoutTest failures:
>   fast/js/kde/inbuilt_function_tostring.html
>   fast/workers/stress-js-execution.html
>
> The crash in stress-js-execution looks particularly bad, as it
> crashes with a CHECK failure about mismatched isolates (suggesting
> that we're on the wrong thread).
>
> BUG=v8:2745
> TBR=jochen@chromium.org
>
> Review URL: https://codereview.chromium.org/19476008

TBR=danno@chromium.org

Review URL: https://codereview.chromium.org/20832002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214115 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-28 08:59:54 +00:00
craigdh@chromium.org ba897c79d3 [android] Fix for uiautomator tests.
BUG=None
TEST=None
NOTRY=True
TBR=frankf@chromium.org

Review URL: https://chromiumcodereview.appspot.com/20887002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214097 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-28 08:14:07 +00:00
cpu@chromium.org d5eae28406 Revert 214056 "Switch all windows bots to use Aura."
> 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, r211007
> 
> BUG=259185
> TEST=none
> TBR=scottmg
> 
> Review URL: https://codereview.chromium.org/20929002

TBR=cpu@chromium.org

Review URL: https://codereview.chromium.org/20933002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214057 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-27 23:14:37 +00:00
cpu@chromium.org 4351ec380b 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, r211007

BUG=259185
TEST=none
TBR=scottmg

Review URL: https://codereview.chromium.org/20929002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214056 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-27 21:32:21 +00:00
thakis@chromium.org 2d1ff1d9fe Revert 214049 "clang: Remove -Wno-reserved-user-defined-literal ..."
The NaCl roll this depends on was reverted in r214049, so this needs to be
reverted for now too.

> clang: Remove -Wno-reserved-user-defined-literal on mac and ios
> 
> BUG=263960
> TBR=stuartmorgan
> 
> Review URL: https://codereview.chromium.org/20814004

TBR=thakis@chromium.org

Review URL: https://codereview.chromium.org/20920002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214051 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-27 18:22:18 +00:00
thakis@chromium.org 6b27f6aa6c clang: Remove -Wno-reserved-user-defined-literal on mac and ios
BUG=263960
TBR=stuartmorgan

Review URL: https://codereview.chromium.org/20814004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214049 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-27 08:19:02 +00:00
mallinath@chromium.org 3d51ffebeb Revert 213996 "linux: Avoid leak in PlatformFontPangoTest.Family..."
More details @ http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%281%29/builds/29992/steps/ui_unittests/logs/stdio

> linux: Avoid leak in PlatformFontPangoTest.FamilyList.
> 
> Call FcFini() at the end of the test to prevent FontConfig
> from leaking memory.
> 
> BUG=114750
> TBR=sky@chromium.org
> 
> Review URL: https://chromiumcodereview.appspot.com/19695014

TBR=derat@chromium.org

Review URL: https://codereview.chromium.org/20865002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214000 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 23:30:47 +00:00
sehr@chromium.org 6f0f4a58aa Enable pnacl by default
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3560
R=binji@chromium.org, darin@chromium.org, dmichael@chromium.org, jvoung@chromium.org, mseaborn@chromium.org

Review URL: https://codereview.chromium.org/19079002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213999 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 23:18:18 +00:00
derat@chromium.org 3f80aec1c8 linux: Avoid leak in PlatformFontPangoTest.FamilyList.
Call FcFini() at the end of the test to prevent FontConfig
from leaking memory.

BUG=114750
TBR=sky@chromium.org

Review URL: https://chromiumcodereview.appspot.com/19695014

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213996 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 22:54:02 +00:00
frankf@chromium.org caef4f9a63 [Android] Temporary fix for Monkey tests
Once host-driven tests are refactored this temporary change can be
removed.

BUG=
NOTRY=True
R=frankf@chromium.org

Review URL: https://codereview.chromium.org/20605003

Patch from Gurtej Kanwar <gkanwar@chromium.org>.

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213978 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 20:31:51 +00:00
craigdh@chromium.org 7fea276a3d [android] Instumentation tests determine whether to install the test apk based on Md5Sum.
This deprecates the -I switch to instrumention tests.

BUG=260084
TEST=None
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/19799003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213956 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 18:31:20 +00:00
simonjam@chromium.org e2747fe0ea Add a tool for clearing the system cache for a directory.
This is a wrapper around existing functionality in
base/test/test_file_util.h.

This will be used in the cold startup Telemetry tests.

BUG=None

Review URL: https://chromiumcodereview.appspot.com/20399002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213941 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 17:05:44 +00:00
droger@chromium.org c522d33f45 Add IDR_TRANSLATE_JS to build/ios/grit_whitelist.txt
This is the path to the translate.js script for Translate.

BUG=258035

Review URL: https://chromiumcodereview.appspot.com/20305002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213921 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 15:31:16 +00:00
avayvod@chromium.org 91eb9e02ae Avoid too long command lines.
The hash is calculated for the list of the resource files to determine if the
files were changed (added, removed, renamed, etc). The current way of doing it
may explode the command line length over the system limit. To avoid it, the list
of the input files is written to a temporary file on disk and the file is used
to calculate the checksum.

BUG=177552
R=cjhopman@chromium.org, newt@chromium.org

Review URL: https://codereview.chromium.org/20313002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213849 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 11:45:06 +00:00
chenyu@chromium.org 7979a74157 Whitelist IDS_SYNC_ENTER_PASSPHRASE_BODY_WITH_DATE for iOS string
BUG=263513

Review URL: https://chromiumcodereview.appspot.com/19850004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213833 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 10:56:15 +00:00
phajdan.jr@chromium.org 7a777546a4 Fix build with system V8.
This updates gypi includes to match updated upstream v8.gyp.
common.gypi has been split and no longer exists.

BUG=none
R=thestig@chromium.org

Review URL: https://codereview.chromium.org/20397002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213731 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 00:38:14 +00:00
bulach@chromium.org 22ba49ca49 Android: further fixes to bb_device_status_check.py
There's no guarantees about the data coming from the device: instead
of expecting them to be there, mark them as Unknown.

BUG=254014
R=tomhudson@google.com

Review URL: https://codereview.chromium.org/20289002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213635 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-25 15:39:25 +00:00
maruel@chromium.org a91772feb5 Roll swarm_client @ 213621.
This moves run_test_cases.py into a subdirectory named googletest/ so the
.isolate files had to be updated.

$ git log $(git svn find-rev r212588)..$(git svn find-rev r213621) --format="%an %ai %s" | sed 's/\+0000 //' | sed 's/@chromium\.org//'
maruel 2013-07-25 13:34:09 Move all googletest related scripts into googletest/
maruel 2013-07-24 15:54:29 Fix two layering violations between run_test_cases and non googletest tools.
maruel 2013-07-24 13:04:30 Remove automatic copying fallback in run_isolated.
maruel 2013-07-19 19:26:18 Remove references to vlan.

TBR=csharp@chromium.org
NOTRY=true
BUG=

Review URL: https://codereview.chromium.org/20104003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213624 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-25 14:01:52 +00:00
thakis@chromium.org 3ef43dc28b Make inttypes.h and similar macro usage C++11-friendly.
"foo"PRIuS is a user-defined literal in C++11. Add spaces around these macros.

Likewise, L"\xab"L"c" is a user-defined literal, so insert a space in the
middle.

No functionality change.

BUG=chromium:263960
TBR=alokp@chromium.org, dmichael@chromium.org, enne@chromium.org, isherman@chromium.org, rsleevi@chromium.org, thestig@chromium.org

Review URL: https://codereview.chromium.org/20182002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213566 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-25 00:55:50 +00:00
sivachandra@chromium.org 32797d4294 [Android Buildbot] Add option to run only host driven Python tests.
BUG=263624
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/20073002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213558 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-25 00:23:56 +00:00