Title: [102727] trunk/Source/WebKit/chromium
- Revision
- 102727
- Author
- [email protected]
- Date
- 2011-12-13 18:32:43 -0800 (Tue, 13 Dec 2011)
Log Message
chromium port - remove nacl hack in DEPS/gyp_webkit
https://bugs.webkit.org/show_bug.cgi?id=74150
Reviewed by Tony Chang.
This change reverts the change added in r101011; it is
no longer necessary to pull in anything from Native Client for
the chromium port to build.
* DEPS:
* gyp_webkit:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (102726 => 102727)
--- trunk/Source/WebKit/chromium/ChangeLog 2011-12-14 01:52:40 UTC (rev 102726)
+++ trunk/Source/WebKit/chromium/ChangeLog 2011-12-14 02:32:43 UTC (rev 102727)
@@ -1,3 +1,17 @@
+2011-12-13 Dirk Pranke <[email protected]>
+
+ chromium port - remove nacl hack in DEPS/gyp_webkit
+ https://bugs.webkit.org/show_bug.cgi?id=74150
+
+ Reviewed by Tony Chang.
+
+ This change reverts the change added in r101011; it is
+ no longer necessary to pull in anything from Native Client for
+ the chromium port to build.
+
+ * DEPS:
+ * gyp_webkit:
+
2011-12-13 Dave Michael <[email protected]>
Export WebArrayBuffer::byteLength
Modified: trunk/Source/WebKit/chromium/DEPS (102726 => 102727)
--- trunk/Source/WebKit/chromium/DEPS 2011-12-14 01:52:40 UTC (rev 102726)
+++ trunk/Source/WebKit/chromium/DEPS 2011-12-14 02:32:43 UTC (rev 102727)
@@ -33,8 +33,6 @@
vars = {
'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
'chromium_rev': '113807',
- 'nacl_svn': 'http://src.chromium.org/native_client/trunk',
- 'nacl_rev': '7169',
}
deps = {
@@ -97,8 +95,6 @@
Var('chromium_svn')+'/ipc@'+Var('chromium_rev'),
'media':
Var('chromium_svn')+'/media@'+Var('chromium_rev'),
- 'native_client/build':
- Var('nacl_svn')+'/src/native_client/build@'+Var('nacl_rev'),
'printing':
Var('chromium_svn')+'/printing@'+Var('chromium_rev'),
'ppapi':
Modified: trunk/Source/WebKit/chromium/gyp_webkit (102726 => 102727)
--- trunk/Source/WebKit/chromium/gyp_webkit 2011-12-14 01:52:40 UTC (rev 102726)
+++ trunk/Source/WebKit/chromium/gyp_webkit 2011-12-14 02:32:43 UTC (rev 102727)
@@ -119,7 +119,6 @@
'-Dinside_chromium_build=0',
'-Dv8_use_snapshot=false',
'-Dmsvs_use_common_release=0',
- '-Ddisable_nacl=1',
'-Dbuild_webkit_exes_from_webkit_gyp=1',
# WebKit doesn't use the chromium style checker.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes