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

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

Issue 18615009: Start moving Source/WebKit to Source/web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Moar includes Created 7 years, 5 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/WebKitUnitTests.gyp » ('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 1eb67381435000d7a8a2b75f89e8b487e58fe412..c4fb73d6fb306abd04375f38577b4dd21e624a98 100644
--- a/Source/WebKit/chromium/WebKit.gyp
+++ b/Source/WebKit/chromium/WebKit.gyp
@@ -33,6 +33,7 @@
'WinPrecompile.gypi',
'../../wtf/wtf.gypi',
'../../core/core.gypi',
+ '../../web/web.gypi',
'WebKit.gypi',
'../../core/features.gypi',
],
@@ -60,6 +61,7 @@
'include_dirs': [
'../../../public/web',
'src',
+ '../../web',
'<(angle_path)/include',
'<(DEPTH)/third_party/skia/include/utils',
],
@@ -69,6 +71,7 @@
],
'sources': [
'<@(webcore_platform_support_files)',
+ '<@(web_files)',
'src/ApplicationCacheHost.cpp',
'src/ApplicationCacheHostInternal.h',
'src/AssertMatchingEnums.cpp',
@@ -243,8 +246,6 @@
'src/WebFontImpl.h',
'src/WebFormControlElement.cpp',
'src/WebFormElement.cpp',
- 'src/WebFrameImpl.cpp',
- 'src/WebFrameImpl.h',
'src/WebGeolocationController.cpp',
'src/WebGeolocationClientMock.cpp',
'src/WebGeolocationError.cpp',
« no previous file with comments | « no previous file | Source/WebKit/chromium/WebKitUnitTests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698