[Chromium] Remove DFGAliasTracker.h references from gyp project files
authornoel.gordon@gmail.com <noel.gordon@gmail.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 26 Sep 2011 22:10:29 +0000 (22:10 +0000)
committernoel.gordon@gmail.com <noel.gordon@gmail.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 26 Sep 2011 22:10:29 +0000 (22:10 +0000)
https://bugs.webkit.org/show_bug.cgi?id=68787

Reviewed by Geoffrey Garen.

DFG/DFGAliasTracker.h was removed in r95389.  Cleanup (remove) references
to that file from the gyp project files.

* JavaScriptCore.gypi:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96001 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/JavaScriptCore/ChangeLog
Source/JavaScriptCore/JavaScriptCore.gypi

index e3675d7..2bc2530 100644 (file)
@@ -1,3 +1,15 @@
+2011-09-26  Noel Gordon  <noel.gordon@gmail.com>
+
+        [Chromium] Remove DFGAliasTracker.h references from gyp project files
+        https://bugs.webkit.org/show_bug.cgi?id=68787
+
+        Reviewed by Geoffrey Garen.
+
+        DFG/DFGAliasTracker.h was removed in r95389.  Cleanup (remove) references
+        to that file from the gyp project files.
+
+        * JavaScriptCore.gypi:
+
 2011-09-26  Zoltan Herczeg  <zherczeg@webkit.org>
 
         [Qt]REGRESSION(r95865): It made 4 tests crash
index e1e4252..f0c129e 100644 (file)
             'debugger/Debugger.cpp',
             'debugger/DebuggerActivation.cpp',
             'debugger/DebuggerCallFrame.cpp',
-            'dfg/DFGAliasTracker.h',
             'dfg/DFGByteCodeParser.cpp',
             'dfg/DFGByteCodeParser.h',
             'dfg/DFGGenerationInfo.h',