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

Unified Diff: webkit/webkit.gyp

Issue 27211: Move relocated .idl files to live with the rest of the .idl files. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
===================================================================
--- webkit/webkit.gyp (revision 10463)
+++ webkit/webkit.gyp (working copy)
@@ -928,6 +928,9 @@
'../third_party/WebKit/WebCore/svg/SVGViewSpec.idl',
'../third_party/WebKit/WebCore/svg/SVGZoomAndPan.idl',
'../third_party/WebKit/WebCore/svg/SVGZoomEvent.idl',
+ '../third_party/WebKit/WebCore/workers/Worker.idl',
+ '../third_party/WebKit/WebCore/workers/WorkerContext.idl',
+ '../third_party/WebKit/WebCore/workers/WorkerLocation.idl',
'../third_party/WebKit/WebCore/xml/DOMParser.idl',
'../third_party/WebKit/WebCore/xml/XMLHttpRequest.idl',
'../third_party/WebKit/WebCore/xml/XMLHttpRequestException.idl',
@@ -3640,14 +3643,11 @@
'../third_party/WebKit/WebCore/workers/GenericWorkerTask.h',
'../third_party/WebKit/WebCore/workers/Worker.cpp',
'../third_party/WebKit/WebCore/workers/Worker.h',
- '../third_party/WebKit/WebCore/workers/Worker.idl',
'../third_party/WebKit/WebCore/workers/WorkerContext.cpp',
'../third_party/WebKit/WebCore/workers/WorkerContext.h',
- '../third_party/WebKit/WebCore/workers/WorkerContext.idl',
'../third_party/WebKit/WebCore/workers/WorkerContextProxy.h',
'../third_party/WebKit/WebCore/workers/WorkerLocation.cpp',
'../third_party/WebKit/WebCore/workers/WorkerLocation.h',
- '../third_party/WebKit/WebCore/workers/WorkerLocation.idl',
'../third_party/WebKit/WebCore/workers/WorkerMessagingProxy.cpp',
'../third_party/WebKit/WebCore/workers/WorkerMessagingProxy.h',
'../third_party/WebKit/WebCore/workers/WorkerObjectProxy.h',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698