Title: [95132] trunk/Source/WebKit/chromium
Revision
95132
Author
t...@chromium.org
Date
2011-09-14 15:42:46 -0700 (Wed, 14 Sep 2011)

Log Message

Changed WebKit.gyp to use the new grit version of the scripts that handle
.pak files.
https://bugs.webkit.org/show_bug.cgi?id=68013

Patch by Nebojsa Ciric <c...@chromium.org> on 2011-09-14
Reviewed by Tony Chang.

* DEPS:
* WebKit.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (95131 => 95132)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-09-14 22:37:49 UTC (rev 95131)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-09-14 22:42:46 UTC (rev 95132)
@@ -1,3 +1,14 @@
+2011-09-14  Nebojsa Ciric  <c...@chromium.org>
+
+        Changed WebKit.gyp to use the new grit version of the scripts that handle
+        .pak files.
+        https://bugs.webkit.org/show_bug.cgi?id=68013
+
+        Reviewed by Tony Chang.
+
+        * DEPS:
+        * WebKit.gyp:
+
 2011-09-14  Anders Carlsson  <ander...@apple.com>
 
         Fix Chromium build.

Modified: trunk/Source/WebKit/chromium/DEPS (95131 => 95132)


--- trunk/Source/WebKit/chromium/DEPS	2011-09-14 22:37:49 UTC (rev 95131)
+++ trunk/Source/WebKit/chromium/DEPS	2011-09-14 22:42:46 UTC (rev 95132)
@@ -42,8 +42,6 @@
   # build tools
   'build':
     Var('chromium_svn')+'/build@'+Var('chromium_rev'),
-  'tools/data_pack':
-    Var('chromium_svn')+'/tools/data_pack@'+Var('chromium_rev'),
   'tools/gyp':
     From('chromium_deps', 'src/tools/gyp'),
 

Modified: trunk/Source/WebKit/chromium/WebKit.gyp (95131 => 95132)


--- trunk/Source/WebKit/chromium/WebKit.gyp	2011-09-14 22:37:49 UTC (rev 95131)
+++ trunk/Source/WebKit/chromium/WebKit.gyp	2011-09-14 22:42:46 UTC (rev 95132)
@@ -1058,7 +1058,7 @@
                         {
                             'action_name': 'repack_locale',
                             'variables': {
-                                'repack_path': '<(chromium_src_dir)/tools/data_pack/repack.py',
+                                'repack_path': '<(chromium_src_dir)/tools/grit/grit/format/repack.py',
                                 'pak_inputs': [
                                     '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
                                     '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.pak',
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to