Skip to content
  • dpranke@chromium.org's avatar
    .: Add Tools/Tool.xcodeproj, · f53f1f84
    dpranke@chromium.org authored
    Source/WebKit/chromium/WebKitUnitTests.xcodeproj,
    Source/WebKit/chromium/All.xcodeproj to .gitignore
    
    https://bugs.webkit.org/show_bug.cgi?id=73823
    
    Reviewed by Tony Chang.
    
    * .gitignore:
    
    Source/WebKit/chromium: binaries in webkit.gyp should be split into a new file to break circular dependencies on webkit_support
    https://bugs.webkit.org/show_bug.cgi?id=73382
    
    Reviewed by Tony Chang.
    
    XCode (and hence GYP) can't handle circular dependencies between
    files (and projects). Accordingly, although the binaries in
    WebKit.gyp depend on webkit_support and webkit_support depends
    on webkit, we don't mention the latter dependency in the file.
    To fix this, this change moves the binaries like DRT into a new
    GYP file, and modifies gyp_webkit to build from that file
    instead of WebKit.gyp.
    
    * WebKit.gyp:
    * All.gyp:
    * WebKitUnitTests.gyp:
    * gyp_webkit:
    
    Tools: binaries in webkit.gyp should be split into a new file to break circular dependencies on webkit_support
    https://bugs.webkit.org/show_bug.cgi?id=73382
    
    Reviewed by Tony Chang.
    
    XCode (and hence GYP) can't handle circular dependencies between
    files (and projects). Accordingly, although the binaries in
    WebKit.gyp depend on webkit_support and webkit_support depends
    on webkit, we don't mention the latter dependency in the file.
    To fix this, this change moves the binaries like DRT into a new
    GYP file, and modifies gyp_webkit to build from that file
    instead of WebKit.gyp.
    
    * Tools.gyp: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@102201 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    f53f1f84