Changeset 166950 in webkit


Ignore:
Timestamp:
Apr 8, 2014, 1:05:07 PM (11 years ago)
Author:
mitz@apple.com
Message:

Added bmalloc to the WebKit workspace.
https://bugs.webkit.org/show_bug.cgi?id=131362

Reviewed by Geoff Garen.

  • WebKit.xcworkspace/contents.xcworkspacedata:
  • WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
  • WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r166947 r166950  
     12014-04-08  Dan Bernstein  <mitz@apple.com>
     2
     3        Added bmalloc to the WebKit workspace.
     4        https://bugs.webkit.org/show_bug.cgi?id=131362
     5
     6        Reviewed by Geoff Garen.
     7
     8        * WebKit.xcworkspace/contents.xcworkspacedata:
     9        * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
     10        * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
     11
    1122014-04-08  Geoffrey Garen  <ggaren@apple.com>
    213
  • trunk/WebKit.xcworkspace/contents.xcworkspacedata

    r152482 r166950  
    22<Workspace
    33   version = "1.0">
     4   <FileRef
     5      location = "group:Source/bmalloc/bmalloc.xcodeproj">
     6   </FileRef>
    47   <FileRef
    58      location = "group:Source/WTF/WTF.xcodeproj">
  • trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme

    r165220 r166950  
    2424      </PreActions>
    2525      <BuildActionEntries>
     26         <BuildActionEntry
     27            buildForTesting = "YES"
     28            buildForRunning = "YES"
     29            buildForProfiling = "YES"
     30            buildForArchiving = "YES"
     31            buildForAnalyzing = "YES">
     32            <BuildableReference
     33               BuildableIdentifier = "primary"
     34               BlueprintIdentifier = "14F271BD18EA3963008C152F"
     35               BuildableName = "libbmalloc.a"
     36               BlueprintName = "bmalloc"
     37               ReferencedContainer = "container:Source/bmalloc/bmalloc.xcodeproj">
     38            </BuildableReference>
     39         </BuildActionEntry>
    2640         <BuildActionEntry
    2741            buildForTesting = "YES"
  • trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme

    r166129 r166950  
    2424      </PreActions>
    2525      <BuildActionEntries>
     26         <BuildActionEntry
     27            buildForTesting = "YES"
     28            buildForRunning = "YES"
     29            buildForProfiling = "YES"
     30            buildForArchiving = "YES"
     31            buildForAnalyzing = "YES">
     32            <BuildableReference
     33               BuildableIdentifier = "primary"
     34               BlueprintIdentifier = "14F271BD18EA3963008C152F"
     35               BuildableName = "libbmalloc.a"
     36               BlueprintName = "bmalloc"
     37               ReferencedContainer = "container:Source/bmalloc/bmalloc.xcodeproj">
     38            </BuildableReference>
     39         </BuildActionEntry>
    2640         <BuildActionEntry
    2741            buildForTesting = "YES"
Note: See TracChangeset for help on using the changeset viewer.