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

4602 Коммитов

Автор SHA1 Сообщение Дата
tfarina@chromium.org 7fe614c1d9 Remove googleurl_unittests hack.
We don't need to copy url_unittests to googleurl_unittests anymore, because
the bots were already updated to run url_unittests instead of googleurl_unittests
This hack is not necessary and can be removed now.

BUG=229660
TBR=thestig@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212683 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-19 23:06:33 +00:00
pvalenzuela@chromium.org 04ddb7a4cc Add IDS_SYNC_EMPTY_PASSPHRASE_ERROR to iOS grit whitelist
BUG=256336

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212675 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-19 22:29:10 +00:00
gkanwar@google.com be15ecbdeb [Android] Redesigns the sharder to allow replicated vs distributed tests
In addition, cleans up dispatch.

BUG=259063, 259128
NOTRY=True

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212663 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-19 22:08:37 +00:00
cbiesinger@chromium.org 46cdcc40d3 Blink roll 154563:154580
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=154564:154580&mode=html

R=gavinp@chromium.org
BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212639 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-19 20:34:37 +00:00
pliard@chromium.org 5f1683c854 Reland r212020: Move Python setup/tear down logic into Forwarder ...
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/19550004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212582 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-19 13:30:16 +00:00
ilevy@chromium.org a4a384800a Fix location for android device_status_check files
This file recently moved and the relative path became
incorrect. Devices are not being stored leading to constant
warnings on the bots.

BUG=258171
R=navabi@google.com

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212516 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-19 03:06:38 +00:00
frankf@chromium.org 2c4d6c076c [Android] Disable failing content_browsertests.
BUG=
NOTRY=True
TBR=yfriedman@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212502 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-19 02:00:45 +00:00
solb@chromium.org c28a1318ac Add the beginnings of a Chromoting Android app
Currently, this has only the following capabilities:
 + Authenticate using a Google account on the phone
 + Query and display the host list from the Chromoting directory server
 + Connect to and communicate with the host service over XMPP/ICE
 + Establish peer-to-peer channels for communicating with the host service
Notable missing features are:
 - Display the host's desktop
 - Handle any kind of input

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212496 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-19 01:49:09 +00:00
mnaganov@chromium.org 23bc4d39df Enable DMP for system Chromium WebView on Android
A couple of tweaks are needed in order to enable
compiling inside the Android tree.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212490 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-19 01:35:07 +00:00
craigdh@chromium.org 9aa62f5c51 [android] Ignore extra files on the client when comparing md5sum output.
Relands r212355 with fix for https://codereview.chromium.org/19592008/

BUG=None
TEST=None
NOTRY=True

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212451 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-18 22:09:36 +00:00
justincohen@google.com 11715e1d28 Basic device support for ninja iOS builds.
Set ARCHS for device iOS builds when GYP_DEFINES sets host_arch=ia32 target_arch=armv7.  Device builds still won't be signed, so they can't bee installed on devices yet.

BUG=236517
TEST=None

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212442 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-18 21:49:38 +00:00
scherkus@chromium.org 0e67ba390c Refactor build/android/symbolize.py to function as an output filter.
Doing so will make it easy to drop in as a test logfile text filter, similar to android_commands.NewLineNormalizer.

BUG=261311

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212438 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-18 21:37:45 +00:00
scottmg@chromium.org d5a8ef08f2 reland of http://crrev.com/212230 Create top-level separate targets for...
Original CL here: https://codereview.chromium.org/17619005/

Changed since previous landing is diff between ps1 and ps2.
Diff since previous landing is a bit noisy, but in those files
against original is relatively small. The conditions for the
defines were incorrect and are simpler (and correct) now.

Previously:

Create top-level separate targets for browser and child dlls

The general idea is that there's top level targets chrome and chrome_child,
and corresponding content_app and content_app_child that depend on only
the subtargets that should be included in the appropriate dll.

Currently (probably) Windows-only and requires setting chrome_multiple_dll=1
for gyp.

Links, but Blink is still included in browser.

Single-process mode is currently disabled when chrome_multiple_dll is set.

Current graph is at:
http://commondatastorage.googleapis.com/chromelinkgraph/deps.html generated by
"python tools\win\split_link\graph_dependencies.py deps.html"

Remove the previous hacky-er attempt at this that was named "split dll".

TBR=jam@chromium.org
BUG=237249, 256965

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212415 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-18 20:37:15 +00:00
craigdh@chromium.org 079482f51d [android] Retry data pushes that fail due to device busy.
BUG=261436
TEST=None
NOTRY=True

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212396 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-18 19:25:56 +00:00
pliard@chromium.org 587ccd0597 Revert 212337 "[android] Ignore extra files on the client when c..."
The following assertion seems to fail:
assert all(len(s) == 2 for s in split_lines), 'Invalid md5sum output'

> [android] Ignore extra files on the client when comparing md5sum output.
> 
> BUG=None
> TEST=None
> NOTRY=True
> 
> Review URL: https://chromiumcodereview.appspot.com/19675006

TBR=craigdh@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212355 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-18 14:58:36 +00:00
craigdh@chromium.org 2da081dd99 [android] Ignore extra files on the client when comparing md5sum output.
BUG=None
TEST=None
NOTRY=True

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212337 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-18 13:18:02 +00:00
jshin@chromium.org 4079645a6c Replace third_party/icu/public with third_party/icu/source in the include directives.
This is to move back icu headers in
third_party/icu/public/{i18n,common}/unicode back to their upstream
locations in third_party/icu/source/{i18n,common}/unicode.

http://codereview.chromium.org/18836004 has is a CL to move
ICU header files. 

Roll ICU to the version with the above ICU CL (http://crrev.com/211851 ). 


In addition to the global replacement of third_party/icu/public with third_party/icu/source, the top-level DEPS, DEPS in printing and chrome/ are tightened up. (the latter two were too permissive (it used to allow any header from  third_party/icu).
 
Besides, sync '-foo' list in ios/public/DEPS with '+foo' in the top-level DEPS and build/linux/unbundled/icu.gyp is updated. 

BUG=251433
TEST=Compile succeeds on all bots. checkdeps.py does not find any error.
TBR=brettw,sky,wtc

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212324 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-18 11:14:04 +00:00
yfriedman@chromium.org 6e2fdd075d [Android] Fix all target for managed install.
The Multiple proguards apk is a build-only test. There's no need to install it.

NOTRY=true

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212320 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-18 10:14:55 +00:00
gkanwar@chromium.org ebfad37141 Removes device_status_check and buildbot_report
This is part of moving device_status_check and buildbot_report into the buildbot folder.

BUG=258171

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212253 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-18 04:43:47 +00:00
yfriedman@chromium.org e4f71dd0f7 Remove unneeded reference to stdc++ for Android.
We use stlport on android. This inclusion is unnecessary.

NOTRY=true

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212251 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-18 04:43:03 +00:00
scottmg@chromium.org a6b9efc5bf Revert 212230 "Create top-level separate targets for browser and..."
Caused Linux x64 sizes to fail for reasons unclear.

> Create top-level separate targets for browser and child dlls
> 
> The general idea is that there's top level targets chrome and chrome_child,
> and corresponding content_app and content_app_child that depend on only
> the subtargets that should be included in the appropriate dll.
> 
> Pull bluetooth_utils from bluetooth_device into separate common target
> as it's referenced from chrome/common/extensions.
> 
> Currently (probably) Windows-only and requires setting chrome_multiple_dll=1
> for gyp.
> 
> Links, but Blink is still included in browser.
> 
> Single-process mode is currently disabled when chrome_multiple_dll is set.
> 
> Current graph is at: http://commondatastorage.googleapis.com/chromelinkgraph/deps.html
> generated by "python tools\win\split_link\graph_dependencies.py deps.html"
> 
> Remove the previous hacky-er attempt at this that was named "split dll".
> 
> TBR=jam@chromium.org
> 
> BUG=237249,256965
> 
> Review URL: https://codereview.chromium.org/17619005

TBR=scottmg@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212239 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-18 04:14:43 +00:00
scottmg@chromium.org d3940434ac Create top-level separate targets for browser and child dlls
The general idea is that there's top level targets chrome and chrome_child,
and corresponding content_app and content_app_child that depend on only
the subtargets that should be included in the appropriate dll.

Pull bluetooth_utils from bluetooth_device into separate common target
as it's referenced from chrome/common/extensions.

Currently (probably) Windows-only and requires setting chrome_multiple_dll=1
for gyp.

Links, but Blink is still included in browser.

Single-process mode is currently disabled when chrome_multiple_dll is set.

Current graph is at: http://commondatastorage.googleapis.com/chromelinkgraph/deps.html
generated by "python tools\win\split_link\graph_dependencies.py deps.html"

Remove the previous hacky-er attempt at this that was named "split dll".

TBR=jam@chromium.org

BUG=237249,256965

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212230 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-18 03:47:37 +00:00
frankf@chromium.org f941755385 [Android] Clean up gtest filtering logic.
Apply gtest_filter option to tests obtained from the device.

BUG=246871
NOTRY=True

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212229 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-18 03:42:49 +00:00
andrewhayden@chromium.org 32b9b58543 Fix minor typo in java.gypi that could cause extra build work.
BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212163 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-17 23:15:57 +00:00
sivachandra@chromium.org 3ed8531a63 [Android] Add option so that instrumentation tests need not flunk on failure.
BUG=249997
NOTRY=True

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212076 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-17 17:21:12 +00:00
pliard@chromium.org d54c891907 Revert 212020 "Move Python setup/tear down logic into Forwarder ..."
This causes flakiness on the Android debug tester bot.

> Move Python setup/tear down logic into Forwarder itself.
> 
> 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.
> 
> BUG=242846
> R=bulach@chromium.org, frankf@chromium.org
> 
> Review URL: https://codereview.chromium.org/18086004

TBR=pliard@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212054 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-17 15:52:49 +00:00
navabi@google.com c488d6d296 Add option to output device status data in format for dashboard and cleanup.
Adds an option to print the device status information (i.e. online devices, offline devices and device battery levels). Example output:

<*>RESULT OnlineDevices: OnlineDevices= 2
RESULT OfflineDevices: OfflineDevice= 0
RESULT DeviceBattery: 0149CC380F016011= 99
RESULT DeviceBattery: 014E378305007013= 60

Cleanup uses AndroidCommands for calling adb shell commands rather than its own GetCmdOutput function.

BUG=254014

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212052 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-17 15:41:07 +00:00
pliard@chromium.org 3f132b998d Move Python setup/tear down logic into Forwarder itself.
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.

BUG=242846
R=bulach@chromium.org, frankf@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212020 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-17 13:42:57 +00:00
apatrick@chromium.org 3c0023093d Replace angle_path gyp variable with regular path.
The switch to angle_dx11 is complete. This is cleanup.

I will land this before removing the angle_path variable from build/common.gypi.

For media/
TBR=vrk@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@211908 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-17 03:00:45 +00:00
gkanwar@chromium.org 4cd98b0c29 Copies device_status_check to the buildbot directory
Once downstream scripts are updated as well, the original file
can be removed, and so can pylib/buildbot_report.py

BUG=258171
NOTRY=True

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@211904 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-17 02:37:07 +00:00
thakis@chromium.org ee5124add7 roll gyp 1675:1678
1676: msvs: Add Visual Studio 2013 support.
1677: ninja/win: Fixed "RC4011: identifier truncated" warning.
1678: ninja&make/mac: Implement GCC_STRICT_ALIASING support.

Also switch build/common.gypi to GCC_STRICT_ALIASING instead of
passing '-fno-strict-aliasing' via OTHER_CFLAGS.

BUG=260800
TBR=scottmg@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@211878 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-17 00:12:30 +00:00
thakis@chromium.org 11aee80216 Use c++11 on clang/android
stlport doesn't have any c++11 library features, but this turns on the language
features. (With clang only, gcc is still in c++98 mode for now.)

BUG=none
R=cjhopman@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@211864 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-16 22:37:18 +00:00
frankf@chromium.org 4de6796bac [Android] Some clean up around gtest packages.
Clarify the concepts of test_runner versus test_package.

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

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@211860 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-16 22:05:47 +00:00
yfriedman@chromium.org 3615f63874 [Android] Fix compilation with order_profiling=1
I'm guesing we haven't built this since rolling the NDK. I see errors of
the form:

In file included from ../../third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding_neon.c:19:0:
third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/include/arm_neon.h: In function 'vshr_n_s32':
third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/include/arm_neon.h:3426:3: error: argument must be a constant
third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/include/arm_neon.h: In function 'vshl_n_s32':
third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/include/arm_neon.h:3798:3: error: argument must be a constant
third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/include/arm_neon.h: In function 'vshll_n_s16':
third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/include/arm_neon.h:4032:3: error: argument must be a constant
third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/include/arm_neon.h: In function 'vset_lane_s32':
third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/include/arm_neon.h:5082:3: error: argument must be a constant
third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/include/arm_neon.h:5082: confused by earlier errors, bailing out

One additional fix to md5sum is included.
NOTRY=true

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@211835 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-16 21:04:24 +00:00
raphael.kubo.da.costa@intel.com b7ba0f1901 Use `file --dereference' instead of `readlink -f' + `file'.
`readlink -f' is not standard and may not be present on all systems (such as
some BSDs).

Instead of the readlink+file combo, just ask file(1) to dereference the file
it is given.

R=mark@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@211783 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-16 11:49:19 +00:00
jochen@chromium.org 1720d78b9d Don't set v8_optimized_debug as default value, but as actual value
Otherwise, it doesn't have any effect, because it collides with the
default value set already by v8

BUG=none
TBR=danno@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@211782 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-16 11:34:41 +00:00
frankf@chromium.org 71d66503d7 [Android] Move modules_unittest to isolate.
Also:
 - Do some cleanup
 - Move isolate remap dir to src/ and clean up during test tear down

NOTRY=True
BUG=249870, 260332
R=craigdh@chromium.org, hellner@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@211756 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-16 03:57:39 +00:00
jam@chromium.org a49a26a29d Remove USE_LINUX_BREAKPAD ifdef since we don't need it for chromium anymore.
See thread "[chromium-dev] PSA: Breakpad is now compiled into
Chromium by default on Linux' for background

TBR=sbc@chromium.org, thakis@chromium.org, thestig@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@211755 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-16 03:10:07 +00:00
fischman@chromium.org cce7a2834f android/gyp/jar_toc.py: avoid specifying conflicting flags.
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: http://src.chromium.org/svn/trunk/src/build@211700 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-15 21:19:47 +00:00
enne@chromium.org 2b651c8b4a Undo common.gypi change for Blink scroll change
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: http://src.chromium.org/svn/trunk/src/build@211685 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-15 20:41:55 +00:00
tonyg@chromium.org 7fc6b79a23 [Telemetry] Cut down on the amount of log spam on the android perf bots.
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: http://src.chromium.org/svn/trunk/src/build@211673 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-15 20:17:41 +00:00
mark@chromium.org 8cfaad75d1 This caused failures in ui_unittests FontListTest.Fonts_GetHeight_GetBaseline
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: http://src.chromium.org/svn/trunk/src/build@211669 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-15 19:17:55 +00:00
yukishiino@chromium.org 26e4193b35 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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@211664 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-15 18:30:17 +00:00
peter@chromium.org c6757a86ab Chromium Android layout test bots should be using "android" as the platform.
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: http://src.chromium.org/svn/trunk/src/build@211640 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-15 14:55:13 +00:00
rmcilroy@chromium.org 08e33c47b3 Set DISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY to true on Android.
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: http://src.chromium.org/svn/trunk/src/build@211635 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-15 13:28:43 +00:00
jochen@chromium.org 509c526d9a Turn on optimized debug builds for V8.
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: http://src.chromium.org/svn/trunk/src/build@211628 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-15 10:03:26 +00:00
tkent@chromium.org 32f31bd1be Revert 211564 "Cleanup sanitize build sed and sh scripts."
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: http://src.chromium.org/svn/trunk/src/build@211566 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-13 11:54:28 +00:00
nbarth@chromium.org 9677d34c3d 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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@211564 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-13 09:56:17 +00:00
frankf@chromium.org 59d420b4cc [Android] Convert more test targets to use isolate.
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: http://src.chromium.org/svn/trunk/src/build@211547 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-13 04:43:55 +00:00
gkanwar@google.com c68e1d466f Adds errors on extra positional args
BUG=259651

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@211478 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-12 23:22:57 +00:00