Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(340)

Unified Diff: webkit/build/port/SConscript

Issue 27164: chrome side of merge from r41181 to r41217 (Closed)
Patch Set: xcode and idl fixes Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/build/WebCore/WebCore.vcproj ('k') | webkit/build/webkit_common_includes.vsprops » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/build/port/SConscript
diff --git a/webkit/build/port/SConscript b/webkit/build/port/SConscript
index d5184a3874c73bc401fa4cd96acd4685b1606199..1d739d707d22c1485b29ad77c754a23caad2d632 100644
--- a/webkit/build/port/SConscript
+++ b/webkit/build/port/SConscript
@@ -223,9 +223,6 @@ idl_files = [
'dom/WebKitAnimationEvent.idl',
'dom/WebKitTransitionEvent.idl',
'dom/WheelEvent.idl',
- 'dom/Worker.idl',
- 'dom/WorkerContext.idl',
- 'dom/WorkerLocation.idl',
'html/CanvasGradient.idl',
'html/CanvasPattern.idl',
@@ -471,6 +468,10 @@ idl_files = [
'svg/SVGZoomAndPan.idl',
'svg/SVGZoomEvent.idl',
+ 'workers/Worker.idl',
+ 'workers/WorkerContext.idl',
+ 'workers/WorkerLocation.idl',
+
'xml/DOMParser.idl',
'xml/DOMParser.idl',
'xml/XMLHttpRequest.idl',
« no previous file with comments | « webkit/build/WebCore/WebCore.vcproj ('k') | webkit/build/webkit_common_includes.vsprops » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698