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

Unified Diff: webkit/webkit.gyp

Issue 60036: Fix build oops. I forgot to add WebScreenInfoFactory to the build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 12993)
+++ webkit/webkit.gyp (working copy)
@@ -4111,6 +4111,7 @@
'../third_party/WebKit/WebKit/chromium/public/WebMimeRegistry.h',
'../third_party/WebKit/WebKit/chromium/public/WebPoint.h',
'../third_party/WebKit/WebKit/chromium/public/WebRect.h',
+ '../third_party/WebKit/WebKit/chromium/public/WebScreenInfo.h',
'../third_party/WebKit/WebKit/chromium/public/WebScriptSource.h',
'../third_party/WebKit/WebKit/chromium/public/WebSize.h',
'../third_party/WebKit/WebKit/chromium/public/WebString.h',
@@ -4136,6 +4137,7 @@
],
'sources': [
'../third_party/WebKit/WebKit/chromium/src/gtk/WebInputEventFactory.cpp',
+ '../third_party/WebKit/WebKit/chromium/src/gtk/WebScreenInfoFactory.cpp',
],
}],
['OS=="mac"', {
@@ -4144,6 +4146,7 @@
],
'sources': [
'../third_party/WebKit/WebKit/chromium/src/mac/WebInputEventFactory.mm',
+ '../third_party/WebKit/WebKit/chromium/src/mac/WebScreenInfoFactory.mm',
],
'sources!': [
'../third_party/WebKit/WebKit/chromium/src/WebImageSkia.cpp',
@@ -4157,6 +4160,7 @@
'../third_party/WebKit/WebKit/chromium/public/win/WebSandboxSupport.h',
'../third_party/WebKit/WebKit/chromium/public/win/WebThemeEngine.h',
'../third_party/WebKit/WebKit/chromium/src/win/WebInputEventFactory.cpp',
+ '../third_party/WebKit/WebKit/chromium/src/win/WebScreenInfoFactory.cpp',
],
}],
],
« 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