[Webkit-unassigned] [Bug 38978] [chromium] add DRT back to the chromium build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 12 00:20:13 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38978


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #55812|review?                     |review-
               Flag|                            |




--- Comment #2 from Kent Tamura <tkent at chromium.org>  2010-05-12 00:20:13 PST ---
(From update of attachment 55812)
> diff --git a/WebKit/chromium/WebKit.gyp b/WebKit/chromium/WebKit.gyp
> index fe2d5890f787b4db96d6b8959820b4b0ec30e2c2..be69a572129ff052158fd191304bb497b7f3715f 100644
> --- a/WebKit/chromium/WebKit.gyp
> +++ b/WebKit/chromium/WebKit.gyp
> @@ -535,6 +535,85 @@
>              ],
>          },
>          {
> +            'target_name': 'DumpRenderTree',
> +            'type': 'executable',
> +            'mac_bundle': 1,
> +            'dependencies': [
> +                'webkit',
> +                '../../JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp:wtf_config',
> +                '<(chromium_src_dir)/third_party/icu/icu.gyp:icuuc',
> +                '<(webkit_support_gyp):webkit_support',
> +            ],
> +            'include_dirs': [
> +                '.',
> +                '../../JavaScriptCore',
> +                '<(DEPTH)',
> +            ],

'include_dirs' without this patch contains 4 lines. It seems a line was removed accidentally.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list