Roll Chromium revision 176094:182149
This gets us (for build/): * GYP updates for Mac 64-bit builds (r178644) * Lots of updates to Android scripts * Support Visual Studio Express 2012. * asan=1 now enables line numbers in symbolized ASan reports (r179326) See http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog.html?url=trunk%2Fsrc%2Fbuild%2F&range=176094%3A182149&mode=html for more info In addition to this all our DEPS references to Chromium's DEPS file are updated. BUG=none TEST=trybots Review URL: https://webrtc-codereview.appspot.com/1106004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3516 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
7267ffde56
commit
4013ac478e
2
DEPS
2
DEPS
@ -10,7 +10,7 @@ vars = {
|
||||
# If you do not know, use the full path while defining your new deps entry.
|
||||
"googlecode_url": "http://%s.googlecode.com/svn",
|
||||
"chromium_trunk" : "http://src.chromium.org/svn/trunk",
|
||||
"chromium_revision": "176094",
|
||||
"chromium_revision": "182149",
|
||||
|
||||
# External resources like video and audio files used for testing purposes.
|
||||
# Downloaded on demand when needed.
|
||||
|
@ -221,7 +221,7 @@ Notice for all the files in this folder.
|
||||
<property name="sdk.dir" location="${env.ANDROID_SDK_ROOT}"/>
|
||||
<property name="sdk.version" value="${env.ANDROID_SDK_VERSION}"/>
|
||||
|
||||
<property name="target" value="android-16"/>
|
||||
<property name="target" value="android-17"/>
|
||||
|
||||
<!-- ******************************************************* -->
|
||||
<!-- **************** Overridable Properties *************** -->
|
||||
@ -739,6 +739,7 @@ Notice for all the files in this folder.
|
||||
libraryPackagesOut="project.library.packages"
|
||||
libraryManifestFilePathOut="project.library.manifest.file.path"
|
||||
libraryResFolderPathOut="project.library.res.folder.path"
|
||||
libraryRFilePathOut="project.library.r.file.path"
|
||||
libraryBinAidlFolderPathOut="project.library.bin.aidl.folder.path"
|
||||
libraryNativeFolderPathOut="project.library.native.folder.path"
|
||||
jarLibraryPathOut="project.all.jars.path"
|
||||
@ -853,6 +854,7 @@ Notice for all the files in this folder.
|
||||
rfolder="${gen.absolute.dir}"
|
||||
nonConstantId="${android.library}"
|
||||
libraryResFolderPathRefid="project.library.res.folder.path"
|
||||
libraryRFileRefid="project.library.r.file"
|
||||
libraryPackagesRefid="project.library.packages"
|
||||
ignoreAssets="${aapt.ignore.assets}"
|
||||
proguardFile="${out.absolute.dir}/proguard.txt">
|
||||
@ -1106,6 +1108,7 @@ Notice for all the files in this folder.
|
||||
resourcefilename="${resource.package.file.name}"
|
||||
resourcefilter="${aapt.resource.filter}"
|
||||
libraryResFolderPathRefid="project.library.res.folder.path"
|
||||
libraryRFileRefid="project.library.r.file"
|
||||
libraryPackagesRefid="project.library.packages"
|
||||
previousBuildType="${build.last.target}"
|
||||
buildType="${build.target}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user