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

4877 Коммитов

Автор SHA1 Сообщение Дата
dpranke@chromium.org b518ae76cc fix swapped passes, failures in parsing layout test results
Also, make the step fail if the fulL_results.json file is missing, and
make the step warn if we get unexpected flakes or passes.

TBR=ilevy@chromium.org
BUG=293920

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227967 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-10 18:47:14 +00:00
skyostil@google.com 6174ec41c1 android: Fix importing pexpect on Mac
We should use the version of pexpect from pylib to make sure we can
import it an all platforms where it is available.

BUG=304337
R=torne@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227946 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-10 16:40:31 +00:00
schenney@chromium.org 697383b493 Add new WebKit/Source/build/scripts path to gyp_chromium
This is the Chromium-side change required for Blink build script rearrangement.
A follow up will be required once the Blink side lands.

R=abarth@chromium.org, adamk@chromium.org
BUG=297477

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227931 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-10 14:50:47 +00:00
dpranke@chromium.org 92413b7695 Print actual list of failing tests on Android layout test steps
This changes the Android bots to mimic the behavior of the non-Android bots
and to print the actual list of failing/flaky/unexpected passing tests
as part of the step text.

R=ilevy@chromium.org
BUG=293920

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227850 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-10 01:11:26 +00:00
craigdh@chromium.org bc837c9c46 [android] FlagChanger should only require root to set flags for Chrome.
BUG=304832
TEST=None
NOTRY=True

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227795 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-09 20:25:50 +00:00
mark@chromium.org dffc27477a Run strip via xcrun.
In Xcode 5, strip is no longer in SYSTEM_DEVELOPER_BIN_DIR. It is only in
DT_TOOLCHAIN_DIR. I also checked Xcode 4.6.1 and found that DT_TOOLCHAIN_DIR
was also set there, and strip is in both SYSTEM_DEVELOPER_BIN_DIR and
DT_TOOLCHAIN_DIR in that version.

Environment variables as set when Xcode is installed at /Applications/Xcode.app:

SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefa
ult.xctoolchain

xcrun should be able to find strip without having to resort to manual
environment interpretation.

R=thakis@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227787 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-09 20:07:24 +00:00
scottmg@chromium.org f65220e6d9 Revert 227773 "add aura_builder to chromium_builder_tests"
> add aura_builder to chromium_builder_tests
> 
> TBR=phajdan.jr@chromium.org
> BUG=304353
> 
> Review URL: https://codereview.chromium.org/26738002

TBR=scottmg@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227774 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-09 18:47:35 +00:00
scottmg@chromium.org feb1c4e415 add aura_builder to chromium_builder_tests
TBR=phajdan.jr@chromium.org
BUG=304353

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227773 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-09 18:44:06 +00:00
jww@chromium.org 0b9115f7fe Add a simple script for building a ctags DB in a Chromium checkout.
Review URL: https://codereview.chromium.org/26314003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227679 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-09 05:40:40 +00:00
xhwang@chromium.org 695e9f779a Revert 227457 "Enable MediaSourceTest in content_browsertests on..."
> Enable MediaSourceTest in content_browsertests on Android.
> 
> These tests pass on both Nexus 7 v2 and Nexus 10.
> 
> BUG=297806,304956
> TEST=This CL enables tests.
> 
> Review URL: https://codereview.chromium.org/26338003

These tests does not pass on ICS bots where MSE isn't available.

TBR=xhwang@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227645 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-09 02:57:30 +00:00
frankf@chromium.org be7816fd54 Revert 227565 "Enable EncryptedMediaTest (in content_browsertest..."
> Enable EncryptedMediaTest (in content_browsertests) on Android.
> 
> Encrytped media playback with <video src=...> is not supported on Android. Those
> tests will not run on Android.
> 
> BUG=304956,300035
> TEST=This CL enables tests which was previously disabled.
> 
> Review URL: https://codereview.chromium.org/26243003

TBR=xhwang@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227627 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-08 23:55:41 +00:00
xhwang@chromium.org 41e62e2693 Enable EncryptedMediaTest (in content_browsertests) on Android.
Encrytped media playback with <video src=...> is not supported on Android. Those
tests will not run on Android.

BUG=304956,300035
TEST=This CL enables tests which was previously disabled.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227565 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-08 19:23:03 +00:00
frankf@chromium.org a8881193b0 [Android] Launch chrome using an intent before running uiautomator tests.
Also use PACKAGE_INFO constants for specifying the package under test.

BUG=None
R=craigdh@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227535 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-08 17:29:30 +00:00
mark@chromium.org a8aa673f38 Revert 227347 "Run strip via xcrun."
When the SDK is set to something that Xcode doesn't know about (such as 10.6),
xcrun doesn't work correctly.

mark@cougar bash$ xcrun strip
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: no files specified
mark@cougar bash$ SDKROOT=/SDKs/MacOSX10.6.sdk xcrun strip
xcodebuild: error: SDK "/SDKs/MacOSX10.6.sdk" cannot be located.
xcrun: error: unable to find utility "strip", not a developer tool or in PATH

> Run strip via xcrun.
> 
> In Xcode 5, strip is no longer in SYSTEM_DEVELOPER_BIN_DIR. It is only in
> DT_TOOLCHAIN_DIR. I also checked Xcode 4.6.1 and found that DT_TOOLCHAIN_DIR
> was also set there, and strip is in both SYSTEM_DEVELOPER_BIN_DIR and
> DT_TOOLCHAIN_DIR in that version.
> 
> Environment variables as set when Xcode is installed at /Applications/Xcode.app:
> 
> SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
> DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefa
> ult.xctoolchain
> 
> xcrun should be able to find strip without having to resort to manual
> environment interpretation.
> 
> R=thakis@chromium.org
> 
> Review URL: https://codereview.chromium.org/24352006

TBR=mark@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227524 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-08 16:33:19 +00:00
xhwang@chromium.org ee974b2625 Enable MediaSourceTest in content_browsertests on Android.
These tests pass on both Nexus 7 v2 and Nexus 10.

BUG=297806,304956
TEST=This CL enables tests.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227457 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-08 04:06:32 +00:00
digit@chromium.org d8db73faa7 android: Add 4 new linker tests.
This extracts the build/android/ changes for Patch Set 32 of
https://codereview.chromium.org/23717023/

This adds 4 new linker tests to check the library load addresses
and their proper randomization when simulating low-memory and
regular devices.

Since there are now 6 linker tests, also add support for
 -f / --gtest_filter options to filter the tests to run,
e.g. to run all low-memory device tests, one can use:

  build/android/test_runner.py linker --gtest_filter='*LowMemory*'

BUG=287739
R=bulach@chromium.org, frankf@chromium.org, yfriedman@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227418 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-08 01:19:05 +00:00
bengr@chromium.org 4fa9932145 Added probe to determine if data reduction proxy can be used
Chrome will now probe the URL /connect, which is hosted by the
data reduction proxy, before using the proxy. This CL also
upstreams some of the settings logic for the proxy.

BUG=270958

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227410 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-08 00:49:43 +00:00
phajdan.jr@chromium.org 241404d638 Fix build with system ICU when using bundled v8.
BUG=none
R=thestig@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227408 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-08 00:47:05 +00:00
zmo@chromium.org 99bfbe460f Remove the use_angle_translator condition.
We retired translator_glsl already, so we always use translator.

This is a revertion of https://codereview.chromium.org/25351004/.

BUG=
TEST=tree
TBR=jamesr

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227372 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-07 22:57:01 +00:00
mark@chromium.org 4240495e0f Run strip via xcrun.
In Xcode 5, strip is no longer in SYSTEM_DEVELOPER_BIN_DIR. It is only in
DT_TOOLCHAIN_DIR. I also checked Xcode 4.6.1 and found that DT_TOOLCHAIN_DIR
was also set there, and strip is in both SYSTEM_DEVELOPER_BIN_DIR and
DT_TOOLCHAIN_DIR in that version.

Environment variables as set when Xcode is installed at /Applications/Xcode.app:

SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefa
ult.xctoolchain

xcrun should be able to find strip without having to resort to manual
environment interpretation.

R=thakis@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227347 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-07 21:26:40 +00:00
shashishekhar@chromium.org 74a69f6031 Fix adb_gdb script.
Fix a typo in the script.
BUG=304931
R=digit@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227340 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-07 20:50:49 +00:00
bulach@chromium.org 160fe0fbc5 Revert: Android perf tests: kill adbd on the device after running a test.
There's some data indicating that adbd on the device sometimes
spontaneously restores its connection.
After running a test, let's kill adbd and forwarder and wait for bit.

Reverts crrev.com/227038: this is not helping.

BUG=
NOTRY=True

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227278 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-07 15:47:24 +00:00
rmcilroy@chromium.org b22428de60 Telemetry: Check in PrintPerfResult that the flattened list is also non-zero.
BUG=304335

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227271 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-07 11:47:00 +00:00
thakis@chromium.org 958a2593e0 cycle bots
TBR=cpu

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227242 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-07 03:30:17 +00:00
thakis@chromium.org fd4235c709 Revert 226920 "Roll Clang 188423:191856."
Possibly broke crash symbolication on mac.

> Roll Clang 188423:191856.
> 
> Remove libprofile_rt from package.sh, it doesn't exist after LLVM r191835
> 
> BUG=290204,303886
> R=thakis@chromium.org
> TBR=net owner
> NOTRY=true
> 
> Review URL: https://codereview.chromium.org/25875004

TBR=thakis@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227219 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-06 02:38:04 +00:00
erg@chromium.org 5efe1fcc46 linux_aura: Revert everything; abort turning linux_aura on.
Spectacular breakages include:

- nacl integration tests constantly crashing.
- browser tests running in a busted environment.
- interactive_ui_tests being weirdly broken despite not running.
- Size regressions

BUG=125106,303342,304554,125106,304555
TBR=cpu@chromium.org,mseaborn@chromium.org,tim@chromiium.org,phajdan.jr@chromium.org,koz@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227214 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-05 22:50:02 +00:00
erg@chromium.org 4507a88265 linux_aura: Turn aura on on the builders.
This widens some suppressions from windows to linux, and suppresses some memory errors in third party libraries that we now use.

BUG=125106,303342
R=cpu@chromium.org, mseaborn@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227210 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-05 21:14:52 +00:00
gab@chromium.org f6909d2408 Force use_ash to 0 if use_aura is 0.
Also remove old Windows gyp workaround to enable Ash if use_aura on Windows (as it is now on by default).

BUG=Using use_aura=0 on Windows doesn't compile as it tries to build Ash.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227160 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-05 01:01:32 +00:00
frankf@chromium.org feb508892b [Android] Looks for events injected to signal passing monkey test.
BUG=303412
R=craigdh@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227138 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 23:43:10 +00:00
tonyg@chromium.org 49e8c5d113 Remove chromium.perf dependency on PyAuto.
The chromium.perf waterfall previously depended on PyAuto for the network
simulation benchmarks. They have now been migrated to Telemetry.

Hence, we can avoid building PyAuto now.

BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227134 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 23:27:19 +00:00
raphael.kubo.da.costa@intel.com b54edcc69d android: Use a separate SDK for the emulator again.
Although sharing the SDK with the one downloaded into
src/third_party/android_tools allowed us to avoid having to keep another
660MB SDK around, there were several downsides:

  o It downloaded ARMv7 and x86 system images into the git repository in
    src/third_party/android_tools, potentially confusing users who did
    not have the new directories in their .gitignore.

  o Messages in avd.py and usage of the emulator could lead users to
    update the SDK checked into android_tools/, causing build problems
    and a lot of confusion.

  o The ARMv7 and x86 system images could end up being out of sync with
    the SDK in android_tools/.

  o The SDK in android_tools/ might be older than the one we used to
    download separately.

The new solution is to revert large parts of r222121 and r223003 but not
completely: instead of downloading the SDK into a directory that is two
levels above the top-level src/ (there is no guarantee it is writable,
for example), the emulator SDK is now downloaded into
src/android_emulator_sdk/, which has also been added to .gitignore to
avoid confusion. Additionally, we build upon r222612 and install a newer
version of the SDK that works with version 18 of the Android API.

R=peter@chromium.org,navabi@chromium.org,bulach@chromium.org
BUG=304129

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227121 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 23:01:59 +00:00
frankf@chromium.org eafc6b6a19 [Android] Enable passing filter string to emma.
This is needed to filter out upstream packages downstream.

BUG=None

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227105 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 22:02:44 +00:00
mvanouwerkerk@chromium.org c6086fe3b4 Geolocation: delete GpsLocationProvider and third_party/gpsd/
The GpsLocationProvider is not actually used anywhere, and has most likely bit
rotted after years of no maintenance. It is brittle code written for a
specific version (3.1) of gpsd that is now outdated.

The only Chrome version that had this feature enabled (ChromeOS) makes no use
of it as no hardware was ever shipped that used GPS.

TBR=jam,brettw

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227104 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 22:01:55 +00:00
hclam@chromium.org da521b4fa7 Build cast_unittest
Build all cast related targets

R=justinlin@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227093 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 21:41:55 +00:00
sivachandra@chromium.org a025a93e1c [Android Buildbot] Revert forking in adb_logcat_monitor.py.
This essentially reverts the changes made in
https://codereview.chromium.org/24456002/ as they were found not
to be useful.

NOTRY=True

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227084 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 20:53:04 +00:00
zmo@chromium.org 6c1b25e2ff Switch to use ANGLE translator instead of translator_glsl target.
BUG=
TEST=tree
R=jamesr@chromium.org, jamesr

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227067 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 20:05:32 +00:00
bulach@chromium.org 702ba611fc Relands: Android perf tests: kill adbd on the device after running a test.
There's some data indicating that adbd on the device sometimes
spontaneously restores its connection.
After running a test, let's kill adbd and forwarder and wait for bit.

This is a speculative change to try to make the bots healthier.
Relands crrev.com/226762: will also kill the forwarder.

BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227038 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 18:14:27 +00:00
droger@chromium.org 8488e5ed31 Move language detection to a component
Language detection is used from the renderer on most platform, but from the
browser on iOS. This CL moves it from chrome/common/ to a new "translate"
component, which allows to track and address more cleanly dependencies issues.

BUG=297777

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227015 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 16:03:09 +00:00
jochen@chromium.org 6587e01749 Revert 226978 "Revert 226920 "Roll Clang 188423:191856.""
> Revert 226920 "Roll Clang 188423:191856."
> 
> I suspect this caused a 25% sizes regression on Mac: http://build.chromium.org/f/chromium/perf/mac-release/sizes/report.html?history=150&rev=-1&graph=Chromium.app
> 
> > Roll Clang 188423:191856.
> > 
> > Remove libprofile_rt from package.sh, it doesn't exist after LLVM r191835
> > 
> > BUG=290204,303886
> > R=thakis@chromium.org
> > TBR=net owner
> > NOTRY=true
> > 
> > Review URL: https://codereview.chromium.org/25875004
> 
> TBR=thakis@chromium.org
> 
> Review URL: https://codereview.chromium.org/25988002

TBR=jochen@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226994 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 12:54:37 +00:00
rmcilroy@chromium.org 599c573144 Revert 226762 "Android perf tests: kill adbd on the device after..."
This seems to make matters worse on sharded bots.  Possibly because
killing adbd on one device affects the host's adb connection with other devices.

> Android perf tests: kill adbd on the device after running a test.
> 
> There's some data indicating that adbd on the device sometimes
> spontaneously restores its connection.
> After running a test, let's kill adbd and wait for bit.
> 
> This is a speculative change to try to make the bots healthier.
> 
> BUG=
> 
> Review URL: https://codereview.chromium.org/25574002

TBR=bulach@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226980 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 09:51:32 +00:00
jochen@chromium.org d5fe3e5b91 Revert 226920 "Roll Clang 188423:191856."
I suspect this caused a 25% sizes regression on Mac: http://build.chromium.org/f/chromium/perf/mac-release/sizes/report.html?history=150&rev=-1&graph=Chromium.app

> Roll Clang 188423:191856.
> 
> Remove libprofile_rt from package.sh, it doesn't exist after LLVM r191835
> 
> BUG=290204,303886
> R=thakis@chromium.org
> TBR=net owner
> NOTRY=true
> 
> Review URL: https://codereview.chromium.org/25875004

TBR=thakis@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226978 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 09:10:30 +00:00
jamesr@chromium.org 823a7995f2 Remove the ENABLE_GPU #define and enable_gpu gyp variable
It doesn't make any sense to configure chromium without a gpu and (unsurprisingly)
trying to set this variable to false just results in a broken build.

R=piman

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226964 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 05:59:31 +00:00
tapted@chromium.org 055366b251 Revert 226914 "Build cast_unittest"
This seems to be preventing things landing through the CQ due to compile warnings on mac using clang, and on win-64.

Error such as 

FAILED: ninja .. ..\..\media\cast\framer\cast_message_builder_unittest.cc ...
  error C2220: warning treated as error - no 'object' file generated
  warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data

FAILED: clang++ ... -c ../../media/cast/audio_receiver/audio_receiver.cc -o obj/media/cast/audio_receiver/cast_audio_receiver.audio_receiver.o
In file included from ../../media/cast/audio_receiver/audio_receiver.cc:5:
../../media/cast/audio_receiver/audio_receiver.h:117:55:error: no newline at end of file [-Werror,-Wnewline-eof]
#endif  // MEDIA_CAST_AUDIO_RECEIVER_AUDIO_RECEIVER_H_

> Build cast_unittest
> 
> Build cast targets on all bots.
> 
> R=justinlin@chromium.org
> 
> Review URL: https://codereview.chromium.org/25891004

TBR=hclam@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226960 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 04:40:52 +00:00
thakis@chromium.org b47404fba9 Roll Clang 188423:191856.
Remove libprofile_rt from package.sh, it doesn't exist after LLVM r191835

BUG=290204,303886
R=thakis@chromium.org
TBR=net owner
NOTRY=true

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226920 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 01:11:37 +00:00
hclam@chromium.org 8f2415b190 Build cast_unittest
Build cast targets on all bots.

R=justinlin@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226914 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 00:57:30 +00:00
zmo@chromium.org 1ecb9a88fa Use translator instead of translator_glsl ANGLE dependency.
At the moment legacy translator_glsl is simply a duplication of translator.

BUG=
TEST=tree

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226903 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 00:02:22 +00:00
tbarzic@chromium.org cf5b2c5c6c Revert 226826 "This is a preliminary patch to auto-generate the ..."
The change broke CrOS builders:
chromeos-chrome-32.0.1660.0_alpha-r1: i686-pc-linux-gnu-g++.real: error: c/Release/obj/gen/chrome/common/extensions/api/_permission_features.cc: No such file or directory
chromeos-chrome-32.0.1660.0_alpha-r1: i686-pc-linux-gnu-g++.real: fatal error: no input files
chromeos-chrome-32.0.1660.0_alpha-r1: compilation terminated.


> This is a preliminary patch to auto-generate the ID enum in APIPermission.
> 
> permission_features.h: https://gist.github.com/DHNishi/2014be18e7912916ea25
> 
> permission_features.cc: https://gist.github.com/DHNishi/b78bc9588b2d7a46331d
> 
> BUG=280286
> 
> Review URL: https://codereview.chromium.org/23594008

TBR=DHNishi@gmail.com

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226851 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-03 21:24:34 +00:00
dpranke@chromium.org 3c301ab660 Revert "GYP variable v8_optimized_debug should be overridable by GYP_DEFINES"
This reverts r226772; it looks like this broke the default behavior
when the variable was not set in GYP_DEFINES.

TBR=jkummerow@chromium.org, rafaelw@chromium.org
BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226843 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-03 20:58:31 +00:00
bulach@chromium.org c1a6baa697 Perf scripts: improves PrintPerfResult documentation.
No functional changes, just add a bit more info about the parameters.

BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226827 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-03 20:10:57 +00:00
DHNishi@gmail.com a64f8c7f89 This is a preliminary patch to auto-generate the ID enum in APIPermission.
permission_features.h: https://gist.github.com/DHNishi/2014be18e7912916ea25

permission_features.cc: https://gist.github.com/DHNishi/b78bc9588b2d7a46331d

BUG=280286

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226826 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-03 20:10:30 +00:00