Title: [108090] trunk/Tools
- Revision
- 108090
- Author
- [email protected]
- Date
- 2012-02-17 10:09:49 -0800 (Fri, 17 Feb 2012)
Log Message
[Chromium] Include TestShellLinux.cpp in the build for Android
https://bugs.webkit.org/show_bug.cgi?id=78865
Reviewed by Eric Seidel.
Android will be re-using the TestShellLinux.cpp file. I already
added this r104033, but it seems to have gotten lost in the
recent refactorings.
* DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (108089 => 108090)
--- trunk/Tools/ChangeLog 2012-02-17 18:08:18 UTC (rev 108089)
+++ trunk/Tools/ChangeLog 2012-02-17 18:09:49 UTC (rev 108090)
@@ -1,3 +1,16 @@
+2012-02-17 Peter Beverloo <[email protected]>
+
+ [Chromium] Include TestShellLinux.cpp in the build for Android
+ https://bugs.webkit.org/show_bug.cgi?id=78865
+
+ Reviewed by Eric Seidel.
+
+ Android will be re-using the TestShellLinux.cpp file. I already
+ added this r104033, but it seems to have gotten lost in the
+ recent refactorings.
+
+ * DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:
+
2012-02-17 Gyuyoung Kim <[email protected]>
Unreviewed, disable video build on EFL until it can be
Modified: trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp (108089 => 108090)
--- trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp 2012-02-17 18:08:18 UTC (rev 108089)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp 2012-02-17 18:09:49 UTC (rev 108090)
@@ -231,6 +231,9 @@
'dependencies': [
'ImageDiff#host',
],
+ 'sources/': [
+ ['include', 'chromium/TestShellLinux\\.cpp$'],
+ ],
},{ # OS!="android"
'sources/': [
['exclude', '(Android)\\.cpp$']
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes