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

Unified Diff: Source/wtf/wtf.gyp

Issue 14238015: Move Source/WTF/wtf to Source/wtf (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
Index: Source/wtf/wtf.gyp
diff --git a/Source/WTF/WTF.gyp/WTF.gyp b/Source/wtf/wtf.gyp
similarity index 95%
rename from Source/WTF/WTF.gyp/WTF.gyp
rename to Source/wtf/wtf.gyp
index 2aa488b27863436a916a8d7190bec9b2d9cec53a..455f4decec032174cce36e70d3eee8d8999b97a7 100644
--- a/Source/WTF/WTF.gyp/WTF.gyp
+++ b/Source/wtf/wtf.gyp
@@ -27,9 +27,9 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
{
'includes': [
- '../../WebKit/chromium/WinPrecompile.gypi',
- '../../WebKit/chromium/features.gypi',
- '../wtf/wtf.gypi',
+ '../WebKit/chromium/WinPrecompile.gypi',
+ '../WebKit/chromium/features.gypi',
+ 'wtf.gypi',
],
'conditions': [
['os_posix == 1 and OS != "mac" and gcc_version>=46', {
@@ -63,7 +63,7 @@
'CRASH=__debugbreak',
],
'include_dirs': [
- '../wtf/os-win32',
+ 'os-win32',
],
}],
# FIXME: This should go in a header, not in the GYP file.
@@ -79,9 +79,9 @@
'target_name': 'wtf',
'type': 'static_library',
'include_dirs': [
+ '.',
'..',
- '../wtf',
- '../wtf/unicode',
+ '../unicode',
],
'dependencies': [
'wtf_config',
@@ -146,7 +146,7 @@
'sources/': [
['exclude', 'Mac\\.mm$'],
# mac is the only OS that uses WebKit's copy of TCMalloc.
- ['exclude', 'wtf/TC.*\\.(cpp|h)$'],
+ ['exclude', 'TC.*\\.(cpp|h)$'],
],
}],
],
« Source/config.h ('K') | « Source/wtf/unicode/icu/UnicodeIcu.h ('k') | Source/wtf/wtf.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698