Changeset 51144 in webkit for trunk/JavaScriptCore
- Timestamp:
- Nov 18, 2009, 3:25:37 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r51141 r51144 1 2009-11-18 Nate Chapin <[email protected]> 2 3 Reviewed by Darin Fisher. 4 5 Remove Chromium's unnecessary dependency on wtf's tcmalloc files. 6 7 https://bugs.webkit.org/show_bug.cgi?id=31648 8 9 * JavaScriptCore.gyp/JavaScriptCore.gyp: 10 1 11 2009-11-18 Thiago Macieira <[email protected]> 2 12 -
trunk/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp
r50517 r51144 76 76 'include_dirs': [ 77 77 '../os-win32', 78 '<(chromium_src_dir)/webkit/build/JavaScriptCore',79 78 ], 80 79 }], … … 119 118 ['exclude', '(Default|Gtk|Mac|None|Qt|Win|Wx)\\.(cpp|mm)$'], 120 119 ['exclude', 'wtf/CurrentTime\\.cpp$'], 120 ['exclude', 'wtf/TC.*\\.(cpp|h)$'], 121 121 ], 122 122 'direct_dependent_settings': { … … 137 137 ['exclude', 'ThreadingPthreads\\.cpp$'], 138 138 ['include', 'Thread(ing|Specific)Win\\.cpp$'] 139 ],140 'include_dirs': [141 '<(chromium_src_dir)/webkit/build',142 '../kjs',143 '../API',144 # These 3 do not seem to exist.145 '../bindings',146 '../bindings/c',147 '../bindings/jni',148 # FIXME: removed these - don't seem to exist149 'pending',150 'pending/wtf',151 139 ], 152 140 'include_dirs!': [
Note:
See TracChangeset
for help on using the changeset viewer.