Changeset 95132 in webkit


Ignore:
Timestamp:
Sep 14, 2011 3:42:46 PM (13 years ago)
Author:
tony@chromium.org
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 <cira@chromium.org> on 2011-09-14
Reviewed by Tony Chang.

  • DEPS:
  • WebKit.gyp:
Location:
trunk/Source/WebKit/chromium
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r95123 r95132  
     12011-09-14  Nebojsa Ciric  <cira@chromium.org>
     2
     3        Changed WebKit.gyp to use the new grit version of the scripts that handle
     4        .pak files.
     5        https://bugs.webkit.org/show_bug.cgi?id=68013
     6
     7        Reviewed by Tony Chang.
     8
     9        * DEPS:
     10        * WebKit.gyp:
     11
    1122011-09-14  Anders Carlsson  <andersca@apple.com>
    213
  • trunk/Source/WebKit/chromium/DEPS

    r95036 r95132  
    4343  'build':
    4444    Var('chromium_svn')+'/build@'+Var('chromium_rev'),
    45   'tools/data_pack':
    46     Var('chromium_svn')+'/tools/data_pack@'+Var('chromium_rev'),
    4745  'tools/gyp':
    4846    From('chromium_deps', 'src/tools/gyp'),
  • trunk/Source/WebKit/chromium/WebKit.gyp

    r94862 r95132  
    10591059                            'action_name': 'repack_locale',
    10601060                            'variables': {
    1061                                 'repack_path': '<(chromium_src_dir)/tools/data_pack/repack.py',
     1061                                'repack_path': '<(chromium_src_dir)/tools/grit/grit/format/repack.py',
    10621062                                'pak_inputs': [
    10631063                                    '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
Note: See TracChangeset for help on using the changeset viewer.