Title: [101425] trunk/Source/WebKit/chromium
Revision
101425
Author
dpra...@chromium.org
Date
2011-11-29 14:46:17 -0800 (Tue, 29 Nov 2011)

Log Message

add webkit_user_agent to DRT and webkit_unit_tests
https://bugs.webkit.org/show_bug.cgi?id=73362

Reviewed by Tony Chang.

In preparation for building webkit_glue as a separate component,
we need to explicitly declare DRT's and webkit_unit_tests'
dependencies on webkit_user_agent.

* WebKit.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (101424 => 101425)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-11-29 22:42:16 UTC (rev 101424)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-11-29 22:46:17 UTC (rev 101425)
@@ -1,3 +1,16 @@
+2011-11-29  Dirk Pranke  <dpra...@chromium.org>
+
+        add webkit_user_agent to DRT and webkit_unit_tests
+        https://bugs.webkit.org/show_bug.cgi?id=73362
+
+        Reviewed by Tony Chang.
+
+        In preparation for building webkit_glue as a separate component,
+        we need to explicitly declare DRT's and webkit_unit_tests'
+        dependencies on webkit_user_agent.
+
+        * WebKit.gyp:
+
 2011-11-28  Adam Klein  <ad...@chromium.org>
 
         [chromium] WebKitMutationObserver::deliverAllMutations should be exposed through the Chromium API

Modified: trunk/Source/WebKit/chromium/WebKit.gyp (101424 => 101425)


--- trunk/Source/WebKit/chromium/WebKit.gyp	2011-11-29 22:42:16 UTC (rev 101424)
+++ trunk/Source/WebKit/chromium/WebKit.gyp	2011-11-29 22:46:17 UTC (rev 101425)
@@ -1008,6 +1008,7 @@
                 '<(chromium_src_dir)/base/base.gyp:base_i18n',
                 '<(chromium_src_dir)/base/base.gyp:test_support_base',
                 '<(chromium_src_dir)/webkit/support/webkit_support.gyp:webkit_support',
+                '<(chromium_src_dir)/webkit/support/webkit_support.gyp:webkit_user_agent',
             ],
             'sources': [
                 'tests/RunAllTests.cpp',
@@ -1082,6 +1083,7 @@
                 '<(chromium_src_dir)/v8/tools/gyp/v8.gyp:v8',
                 '<(chromium_src_dir)/webkit/support/webkit_support.gyp:blob',
                 '<(chromium_src_dir)/webkit/support/webkit_support.gyp:webkit_support',
+                '<(chromium_src_dir)/webkit/support/webkit_support.gyp:webkit_user_agent',
             ],
             'include_dirs': [
                 '<(chromium_src_dir)',
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to