summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Enable MediaSourceTest in content_browsertests on Android.xhwang@chromium.org2013-10-081-1/+0
| | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@227457 0039d316-1c4b-4281-b951-d872f2087c98
* android: Add 4 new linker tests.digit@chromium.org2013-10-084-98/+406
| | | | | | | | | | | | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@227418 0039d316-1c4b-4281-b951-d872f2087c98
* Added probe to determine if data reduction proxy can be usedbengr@chromium.org2013-10-081-0/+6
| | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@227410 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build with system ICU when using bundled v8.phajdan.jr@chromium.org2013-10-081-0/+3
| | | | | | | | | BUG=none R=thestig@chromium.org Review URL: https://codereview.chromium.org/26408002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227408 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the use_angle_translator condition.zmo@chromium.org2013-10-071-5/+0
| | | | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@227372 0039d316-1c4b-4281-b951-d872f2087c98
* Run strip via xcrun.mark@chromium.org2013-10-071-7/+1
| | | | | | | | | | | | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@227347 0039d316-1c4b-4281-b951-d872f2087c98
* Fix adb_gdb script.shashishekhar@chromium.org2013-10-071-1/+1
| | | | | | | | | | Fix a typo in the script. BUG=304931 R=digit@chromium.org Review URL: https://codereview.chromium.org/26337002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227340 0039d316-1c4b-4281-b951-d872f2087c98
* Revert: Android perf tests: kill adbd on the device after running a test.bulach@chromium.org2013-10-072-17/+0
| | | | | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@227278 0039d316-1c4b-4281-b951-d872f2087c98
* Telemetry: Check in PrintPerfResult that the flattened list is also non-zero.rmcilroy@chromium.org2013-10-071-4/+5
| | | | | | | | BUG=304335 Review URL: https://codereview.chromium.org/25999004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227271 0039d316-1c4b-4281-b951-d872f2087c98
* cycle botsthakis@chromium.org2013-10-071-1/+1
| | | | | | | | TBR=cpu Review URL: https://codereview.chromium.org/26211002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227242 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 226920 "Roll Clang 188423:191856."thakis@chromium.org2013-10-061-16/+0
| | | | | | | | | | | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@227219 0039d316-1c4b-4281-b951-d872f2087c98
* linux_aura: Revert everything; abort turning linux_aura on.erg@chromium.org2013-10-051-8/+0
| | | | | | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@227214 0039d316-1c4b-4281-b951-d872f2087c98
* linux_aura: Turn aura on on the builders.erg@chromium.org2013-10-051-0/+8
| | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@227210 0039d316-1c4b-4281-b951-d872f2087c98
* Force use_ash to 0 if use_aura is 0.gab@chromium.org2013-10-051-10/+5
| | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@227160 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Looks for events injected to signal passing monkey test.frankf@chromium.org2013-10-041-1/+2
| | | | | | | | | BUG=303412 R=craigdh@chromium.org Review URL: https://codereview.chromium.org/26071002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227138 0039d316-1c4b-4281-b951-d872f2087c98
* Remove chromium.perf dependency on PyAuto.tonyg@chromium.org2013-10-041-1/+1
| | | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@227134 0039d316-1c4b-4281-b951-d872f2087c98
* android: Use a separate SDK for the emulator again.raphael.kubo.da.costa@intel.com2013-10-044-55/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@227121 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Enable passing filter string to emma.frankf@chromium.org2013-10-043-7/+18
| | | | | | | | | | This is needed to filter out upstream packages downstream. BUG=None Review URL: https://codereview.chromium.org/25814002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227105 0039d316-1c4b-4281-b951-d872f2087c98
* Geolocation: delete GpsLocationProvider and third_party/gpsd/mvanouwerkerk@chromium.org2013-10-042-78/+0
| | | | | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@227104 0039d316-1c4b-4281-b951-d872f2087c98
* Build cast_unittesthclam@chromium.org2013-10-041-0/+1
| | | | | | | | | | Build all cast related targets R=justinlin@chromium.org Review URL: https://codereview.chromium.org/26037002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227093 0039d316-1c4b-4281-b951-d872f2087c98
* [Android Buildbot] Revert forking in adb_logcat_monitor.py.sivachandra@chromium.org2013-10-042-10/+1
| | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@227084 0039d316-1c4b-4281-b951-d872f2087c98
* Switch to use ANGLE translator instead of translator_glsl target.zmo@chromium.org2013-10-041-1/+1
| | | | | | | | | | BUG= TEST=tree R=jamesr@chromium.org, jamesr Review URL: https://codereview.chromium.org/25727010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227067 0039d316-1c4b-4281-b951-d872f2087c98
* Relands: Android perf tests: kill adbd on the device after running a test.bulach@chromium.org2013-10-042-0/+17
| | | | | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@227038 0039d316-1c4b-4281-b951-d872f2087c98
* Move language detection to a componentdroger@chromium.org2013-10-041-2/+2
| | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@227015 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 226978 "Revert 226920 "Roll Clang 188423:191856.""jochen@chromium.org2013-10-041-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | > 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: svn://svn.chromium.org/chrome/trunk/src@226994 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 226762 "Android perf tests: kill adbd on the device after..."rmcilroy@chromium.org2013-10-042-14/+0
| | | | | | | | | | | | | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@226980 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 226920 "Roll Clang 188423:191856."jochen@chromium.org2013-10-041-16/+0
| | | | | | | | | | | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@226978 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the ENABLE_GPU #define and enable_gpu gyp variablejamesr@chromium.org2013-10-041-10/+0
| | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@226964 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 226914 "Build cast_unittest"tapted@chromium.org2013-10-041-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@226960 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Clang 188423:191856.thakis@chromium.org2013-10-041-0/+16
| | | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@226920 0039d316-1c4b-4281-b951-d872f2087c98
* Build cast_unittesthclam@chromium.org2013-10-041-0/+1
| | | | | | | | | | Build cast targets on all bots. R=justinlin@chromium.org Review URL: https://codereview.chromium.org/25891004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226914 0039d316-1c4b-4281-b951-d872f2087c98
* Use translator instead of translator_glsl ANGLE dependency.zmo@chromium.org2013-10-041-0/+5
| | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@226903 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 226826 "This is a preliminary patch to auto-generate the ..."tbarzic@chromium.org2013-10-031-60/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@226851 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "GYP variable v8_optimized_debug should be overridable by GYP_DEFINES"dpranke@chromium.org2013-10-031-3/+3
| | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@226843 0039d316-1c4b-4281-b951-d872f2087c98
* Perf scripts: improves PrintPerfResult documentation.bulach@chromium.org2013-10-031-0/+5
| | | | | | | | | | No functional changes, just add a bit more info about the parameters. BUG= Review URL: https://codereview.chromium.org/25634008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226827 0039d316-1c4b-4281-b951-d872f2087c98
* This is a preliminary patch to auto-generate the ID enum in APIPermission.DHNishi@gmail.com2013-10-031-0/+60
| | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@226826 0039d316-1c4b-4281-b951-d872f2087c98
* Build components and run components_tests on iOSdroger@chromium.org2013-10-032-2/+3
| | | | | | | | | | This CL also adds a missing iOS string that was preventing dom_distiller from compiling on iOS. BUG=NONE Review URL: https://codereview.chromium.org/25706003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226799 0039d316-1c4b-4281-b951-d872f2087c98
* GYP variable v8_optimized_debug should be overridable by GYP_DEFINESjkummerow@chromium.org2013-10-031-3/+3
| | | | | | Review URL: https://codereview.chromium.org/25430003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226772 0039d316-1c4b-4281-b951-d872f2087c98
* Android perf tests: kill adbd on the device after running a test.bulach@chromium.org2013-10-032-0/+14
| | | | | | | | | | | | | | 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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226762 0039d316-1c4b-4281-b951-d872f2087c98
* Compiler for the JSON Traversal Language.engedy@chromium.org2013-10-031-0/+5
| | | | | | | | BUG=298036 Review URL: https://codereview.chromium.org/24998003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226750 0039d316-1c4b-4281-b951-d872f2087c98
* Add new Android test runner command to handle linker tests.digit@chromium.org2013-10-036-1/+398
| | | | | | | | | | | | | | | | | | | | | This adds a new test runner command to run the content linker tests on Android. This requires first the CL at https://chromiumcodereview.appspot.com/23717023/ which defines a new build target named 'content_linker_test_apk'. To launch the linker tests, simply do: ninja -C out/Debug content_linker_tests_apk build/android/test_runner.py linker See test_case.py for details of what the test does. BUG=287739 R=bulach@chromium.org, craigdh@chromium.org, frankf@chromium.org, yfriedman@chromium.org Review URL: https://codereview.chromium.org/25525003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226739 0039d316-1c4b-4281-b951-d872f2087c98
* Android: cleans up old json format for perf runner.bulach@chromium.org2013-10-032-17/+5
| | | | | | | | | | This patch crrev.com/225963 has rolled, the old format is no longer needed. BUG= Review URL: https://codereview.chromium.org/25450003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226649 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the adb_gdb script to honor the --gdb flag for a user specified gdb ↵adam.treat@samsung.com2013-10-021-8/+13
| | | | | | | | | | binary according to the existing usage. BUG=295807 Review URL: https://codereview.chromium.org/23513083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226514 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 226446 "Change _ITERATOR_DEBUG_LEVEL to 1 on Release builds"rsesek@chromium.org2013-10-021-15/+1
| | | | | | | | | | | | | | | | | | > Change _ITERATOR_DEBUG_LEVEL to 1 on Release builds > > VS2010 changed the default to 0 meaning weaker checks in our > release builds. This commit changes it back again. > > BUG=289691 > NOTRY=true > > Review URL: https://codereview.chromium.org/23464081 TBR=wfh@chromium.org Review URL: https://codereview.chromium.org/25445003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226462 0039d316-1c4b-4281-b951-d872f2087c98
* Change _ITERATOR_DEBUG_LEVEL to 1 on Release buildswfh@chromium.org2013-10-021-1/+15
| | | | | | | | | | | | VS2010 changed the default to 0 meaning weaker checks in our release builds. This commit changes it back again. BUG=289691 NOTRY=true Review URL: https://codereview.chromium.org/23464081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226446 0039d316-1c4b-4281-b951-d872f2087c98
* Remove cast targets to fix Mac Xcode buildhclam@chromium.org2013-10-021-1/+0
| | | | | | | | TBR=acolwell Review URL: https://codereview.chromium.org/25605003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226370 0039d316-1c4b-4281-b951-d872f2087c98
* Build with API level 18 on Android.joaodasilva@chromium.org2013-10-011-1/+1
| | | | | | | | BUG=294699 Review URL: https://codereview.chromium.org/23604064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226343 0039d316-1c4b-4281-b951-d872f2087c98
* Initial WebUI extension for enhanced bookmarkswittman@chromium.org2013-10-011-0/+8
| | | | | | | | | | | | | This extension will be used for an experimental prototype of enhanced bookmark styling in Chrome behind the enable_enhanced_bookmarks build flag. This change duplicates the existing bookmarks WebUI extension as a basis for future changes. BUG=299274 Review URL: https://codereview.chromium.org/24891002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226314 0039d316-1c4b-4281-b951-d872f2087c98
* Adds Windows support to the chromium_builder_asan target.sebmarchand@chromium.org2013-10-011-5/+23
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/25492004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226310 0039d316-1c4b-4281-b951-d872f2087c98
* Fix code style and gyp files in cast to build cast_unittesthclam@chromium.org2013-10-011-0/+1
| | | | | | | | | | | | | *.gypi should not be used for dependency directly. Renaming those files to *.gyp. Also style fixes to make compilers happy. This change is reland of r226264. TBR=acolwell Review URL: https://codereview.chromium.org/25544003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226305 0039d316-1c4b-4281-b951-d872f2087c98