Changeset 70273 in webkit


Ignore:
Timestamp:
Oct 21, 2010 3:58:39 PM (14 years ago)
Author:
tony@chromium.org
Message:

2010-10-21 Tony Chang <tony@chromium.org>

Reviewed by Dimitri Glazkov.

[chromium] roll chromium DEPS to include forwarding headers refactor
https://bugs.webkit.org/show_bug.cgi?id=48097

  • DEPS: Roll chromium forward to include new forwarding headers script
  • WebKit.gyp: This dependency always existed, it's just exposed now

that the header files are in a different include dir.

Location:
trunk/WebKit/chromium
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r70231 r70273  
     12010-10-21  Tony Chang  <tony@chromium.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        [chromium] roll chromium DEPS to include forwarding headers refactor
     6        https://bugs.webkit.org/show_bug.cgi?id=48097
     7
     8        * DEPS: Roll chromium forward to include new forwarding headers script
     9        * WebKit.gyp: This dependency always existed, it's just exposed now
     10            that the header files are in a different include dir.
     11
    1122010-10-21  Pavel Feldman  <pfeldman@chromium.org>
    213
  • trunk/WebKit/chromium/DEPS

    r70070 r70273  
    3333vars = {
    3434  'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
    35   'chromium_rev': '63057'
     35  'chromium_rev': '63439'
    3636}
    3737
  • trunk/WebKit/chromium/WebKit.gyp

    r70222 r70273  
    962962                    ]
    963963                }],
     964                ['inside_chromium_build==0', {
     965                    'dependencies': [
     966                        '<(chromium_src_dir)/webkit/support/setup_third_party.gyp:third_party_headers',
     967                    ]
     968                }],
    964969            ],
    965970        },
Note: See TracChangeset for help on using the changeset viewer.