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

Unified Diff: Source/WebKit/chromium/WebKit.gyp

Issue 14773025: Create ResourceProgressEvent, expose as Chromium API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: merge Created 7 years, 7 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 | Source/WebKit/chromium/public/WebDOMProgressEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/WebKit.gyp
diff --git a/Source/WebKit/chromium/WebKit.gyp b/Source/WebKit/chromium/WebKit.gyp
index fbd541eeeced114a69f269f21238ff19d93b81ce..2b0836bb643de0ec249130b87688543391e3fae4 100644
--- a/Source/WebKit/chromium/WebKit.gyp
+++ b/Source/WebKit/chromium/WebKit.gyp
@@ -101,6 +101,8 @@
'public/WebDOMMessageEvent.h',
'public/WebDOMMouseEvent.h',
'public/WebDOMMutationEvent.h',
+ 'public/WebDOMProgressEvent.h',
+ 'public/WebDOMResourceProgressEvent.h',
'public/WebDataSource.h',
'public/WebDatabase.h',
'public/WebDatabaseObserver.h',
@@ -416,6 +418,8 @@
'src/WebDOMMessageEvent.cpp',
'src/WebDOMMouseEvent.cpp',
'src/WebDOMMutationEvent.cpp',
+ 'src/WebDOMProgressEvent.cpp',
+ 'src/WebDOMResourceProgressEvent.cpp',
'src/WebDatabase.cpp',
'src/WebDataSourceImpl.cpp',
'src/WebDataSourceImpl.h',
« no previous file with comments | « no previous file | Source/WebKit/chromium/public/WebDOMProgressEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698