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

Unified Diff: Source/WebKit/chromium/WebKitUnitTests.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/WebKit.gyp ('k') | Source/WebKit/chromium/public/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/WebKitUnitTests.gyp
diff --git a/Source/WebKit/chromium/WebKitUnitTests.gyp b/Source/WebKit/chromium/WebKitUnitTests.gyp
index 3e08135598b869e3d6849a1c2cc3baab1c5defd3..7b4edf180838a186c3e6bb3a95b380123e8c3196 100644
--- a/Source/WebKit/chromium/WebKitUnitTests.gyp
+++ b/Source/WebKit/chromium/WebKitUnitTests.gyp
@@ -59,7 +59,7 @@
'tests/RunAllTests.cpp',
],
'include_dirs': [
- 'public',
+ '../../../public/web',
'src',
],
'conditions': [
@@ -83,7 +83,7 @@
'conditions': [
['toolkit_uses_gtk == 1', {
'include_dirs': [
- 'public/gtk',
+ '../../../public/web/gtk',
],
'variables': {
# FIXME: Enable warnings on other platforms.
@@ -112,7 +112,7 @@
}],
['OS=="mac"', {
'include_dirs': [
- 'public/mac',
+ '../../../public/web/mac',
],
}],
[ 'os_posix==1 and OS!="mac" and OS!="android" and OS!="ios" and linux_use_tcmalloc==1', {
« no previous file with comments | « Source/WebKit/chromium/WebKit.gyp ('k') | Source/WebKit/chromium/public/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698