Changeset 185832 in webkit


Ignore:
Timestamp:
Jun 22, 2015 10:04:08 AM (9 years ago)
Author:
mitz@apple.com
Message:

Part 1 of [Xcode] Fold the WebKit2SandboxProfiles-IOSOverride target into the Sandbox Profiles target
https://bugs.webkit.org/show_bug.cgi?id=146197

Reviewed by Anders Carlsson.

  • Configurations/SandboxProfiles.xcconfig: Added. Defines INSTALL_PATH based on the value

of WK_INSTALL_OVERRIDE_SANDBOX_PROFILES.

  • WebKit2.xcodeproj/project.pbxproj: Use SandboxProfiles.xcconfig for the Sandbox Profiles

target, and change the destination path in its Copy Files build phase to INSTALL_PATH.

Location:
trunk/Source/WebKit2
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r185827 r185832  
     12015-06-22  Dan Bernstein  <mitz@apple.com>
     2
     3        Part 1 of [Xcode] Fold the WebKit2SandboxProfiles-IOSOverride target into the Sandbox Profiles target
     4        https://bugs.webkit.org/show_bug.cgi?id=146197
     5
     6        Reviewed by Anders Carlsson.
     7
     8        * Configurations/SandboxProfiles.xcconfig: Added. Defines INSTALL_PATH based on the value
     9        of WK_INSTALL_OVERRIDE_SANDBOX_PROFILES.
     10        * WebKit2.xcodeproj/project.pbxproj: Use SandboxProfiles.xcconfig for the Sandbox Profiles
     11        target, and change the destination path in its Copy Files build phase to INSTALL_PATH.
     12
    1132015-06-22  Antti Koivisto  <antti@apple.com>
    214
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r185767 r185832  
    21052105                        isa = PBXCopyFilesBuildPhase;
    21062106                        buildActionMask = 2147483647;
    2107                         dstPath = /usr/local/share/sandbox/profiles/embedded/builtin;
     2107                        dstPath = "$(INSTALL_PATH)";
    21082108                        dstSubfolderSpec = 0;
    21092109                        files = (
     
    29812981                37DFA6FF1810BB92001F4A9F /* WKFoundation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKFoundation.h; sourceTree = "<group>"; };
    29822982                37E25D6D18FDE5D6005D3A00 /* APIFormClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = APIFormClient.h; sourceTree = "<group>"; };
     2983                37E83D401B37D27B002079EE /* SandboxProfiles.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = SandboxProfiles.xcconfig; sourceTree = "<group>"; };
    29832984                37F623B712A57B6200E3FDF6 /* WKFindOptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKFindOptions.h; sourceTree = "<group>"; };
    29842985                37FC19461850FBF2008CFA47 /* WKBrowsingContextLoadDelegatePrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKBrowsingContextLoadDelegatePrivate.h; sourceTree = "<group>"; };
     
    44964497                                BC8283F416B4FC5300A278FE /* PluginService.64.xcconfig */,
    44974498                                5D442A5516D5856700AC3331 /* PluginService.entitlements */,
     4499                                37E83D401B37D27B002079EE /* SandboxProfiles.xcconfig */,
    44984500                                A1EDD2DC1884B9B500BBFE98 /* SecItemShim.xcconfig */,
    44994501                                5183B3931379F85C00E8754E /* Shim.xcconfig */,
     
    1062610628                A7AADA1119395CA9003EA1C7 /* Debug */ = {
    1062710629                        isa = XCBuildConfiguration;
     10630                        baseConfigurationReference = 37E83D401B37D27B002079EE /* SandboxProfiles.xcconfig */;
    1062810631                        buildSettings = {
    1062910632                                PRODUCT_NAME = "$(TARGET_NAME)";
     
    1063310636                A7AADA1219395CA9003EA1C7 /* Release */ = {
    1063410637                        isa = XCBuildConfiguration;
     10638                        baseConfigurationReference = 37E83D401B37D27B002079EE /* SandboxProfiles.xcconfig */;
    1063510639                        buildSettings = {
    1063610640                                PRODUCT_NAME = "$(TARGET_NAME)";
     
    1064010644                A7AADA1319395CA9003EA1C7 /* Production */ = {
    1064110645                        isa = XCBuildConfiguration;
     10646                        baseConfigurationReference = 37E83D401B37D27B002079EE /* SandboxProfiles.xcconfig */;
    1064210647                        buildSettings = {
    1064310648                                PRODUCT_NAME = "$(TARGET_NAME)";
Note: See TracChangeset for help on using the changeset viewer.