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

Unified Diff: Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp

Issue 17486002: Remove WebKit/chromium/public fowarding headers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix watchlist Created 7 years, 6 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 | « Source/WebKit/chromium/public/win/WebSandboxSupport.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp
diff --git a/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp b/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp
index b5e81356b21598d972b94fd9ec6f11639f251fa6..c436ba30cfca8b8fe24fabaa0ded21b66b1194e1 100644
--- a/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp
+++ b/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp
@@ -82,7 +82,7 @@
],
'include_dirs': [
'<(DEPTH)',
- '<(source_dir)/WebKit/chromium/public',
+ '../../../public/web',
'../chromium/TestRunner/public',
'../chromium/TestRunner/src',
'../../../Source',
@@ -134,7 +134,7 @@
'<(DEPTH)/build/linux/system.gyp:gtk',
],
'include_dirs': [
- '<(source_dir)/WebKit/chromium/public/gtk',
+ '../../../public/web/gtk',
],
}],
['OS!="win"', {
« no previous file with comments | « Source/WebKit/chromium/public/win/WebSandboxSupport.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698