Title: [95454] trunk/Source/WebKit/chromium
- Revision
- 95454
- Author
- [email protected]
- Date
- 2011-09-19 12:19:47 -0700 (Mon, 19 Sep 2011)
Log Message
[chromium] Disable clang when building chromium in WebKit
https://bugs.webkit.org/show_bug.cgi?id=68343
Reviewed by Adam Barth.
* DEPS:
* gyp_webkit:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (95453 => 95454)
--- trunk/Source/WebKit/chromium/ChangeLog 2011-09-19 19:14:53 UTC (rev 95453)
+++ trunk/Source/WebKit/chromium/ChangeLog 2011-09-19 19:19:47 UTC (rev 95454)
@@ -1,3 +1,13 @@
+2011-09-19 Jochen Eisinger <[email protected]>
+
+ [chromium] Disable clang when building chromium in WebKit
+ https://bugs.webkit.org/show_bug.cgi?id=68343
+
+ Reviewed by Adam Barth.
+
+ * DEPS:
+ * gyp_webkit:
+
2011-09-19 Robert Kroeger <[email protected]>
[chromium] Gesture recognizer fires taptype only every other touch
Modified: trunk/Source/WebKit/chromium/DEPS (95453 => 95454)
--- trunk/Source/WebKit/chromium/DEPS 2011-09-19 19:14:53 UTC (rev 95453)
+++ trunk/Source/WebKit/chromium/DEPS 2011-09-19 19:19:47 UTC (rev 95454)
@@ -32,7 +32,7 @@
vars = {
'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
- 'chromium_rev': '100742'
+ 'chromium_rev': '101494'
}
deps = {
Modified: trunk/Source/WebKit/chromium/gyp_webkit (95453 => 95454)
--- trunk/Source/WebKit/chromium/gyp_webkit 2011-09-19 19:14:53 UTC (rev 95453)
+++ trunk/Source/WebKit/chromium/gyp_webkit 2011-09-19 19:19:47 UTC (rev 95454)
@@ -104,6 +104,9 @@
'-Dv8_use_snapshot=false',
'-Dmsvs_use_common_release=0',
+ # Temporarily disable clang plugins. http://crbug.com/97043
+ '-Dclang_use_chrome_plugins=0',
+
# gyp hack: otherwise gyp assumes its in chromium's src/ dir.
'--depth=./',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes