Changeset 155719 in webkit


Ignore:
Timestamp:
Sep 13, 2013 1:40:04 PM (11 years ago)
Author:
ap@apple.com
Message:

[Mac] WebCore Web Inspector files are only copied as part of clean build
https://bugs.webkit.org/show_bug.cgi?id=121316

Reviewed by Timothy Hatcher.

Removed insufficient dependencies to make the phase run unconditionally.

  • WebCore.xcodeproj/project.pbxproj:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r155718 r155719  
     12013-09-13  Alexey Proskuryakov  <ap@apple.com>
     2
     3        [Mac] WebCore Web Inspector files are only copied as part of clean build
     4        https://bugs.webkit.org/show_bug.cgi?id=121316
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        Removed insufficient dependencies to make the phase run unconditionally.
     9
     10        * WebCore.xcodeproj/project.pbxproj:
     11
    1122013-09-13  Eric Carlson  <eric.carlson@apple.com>
    213
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r155710 r155719  
    2474924749                        );
    2475024750                        inputPaths = (
    24751                                 "$(SRCROOT)/inspector/front-end",
    24752                                 "${BUILT_PRODUCTS_DIR}/DerivedSources/WebCore/InspectorBackendCommands.js",
    2475324751                        );
    2475424752                        name = "Copy Inspector Resources";
    2475524753                        outputPaths = (
    24756                                 "$(TARGET_BUILD_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/inspector",
    2475724754                        );
    2475824755                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.